Searched refs:buf_len (Results 226 - 250 of 440) sorted by relevance

1234567891011>>

/external/libunwind/src/sh/
H A DGinit.c192 char *buf, size_t buf_len, unw_word_t *offp,
195 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
191 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) argument
/external/libunwind/src/x86/
H A DGinit.c254 char *buf, size_t buf_len, unw_word_t *offp,
257 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
253 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) argument
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h93 nub_size_t GetRegisterContext (void *buf, nub_size_t buf_len);
94 nub_size_t SetRegisterContext (const void *buf, nub_size_t buf_len);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dfile_stream_reader.h41 int buf_len,
H A Dbuffering_file_stream_reader_unittest.cc47 int buf_len,
50 log_->push_back(buf_len);
58 const std::string fake_data('X', buf_len);
59 memcpy(buf->data(), fake_data.c_str(), buf_len);
62 base::Bind(callback, buf_len));
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dtls_socket_unittest.cc38 int buf_len,
42 int buf_len,
85 int buf_len,
89 int buf_len,
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.cc62 virtual int Read(int index, int64 offset, net::IOBuffer* buf, int buf_len,
69 index, static_cast<int>(offset), buf, buf_len, callback);
72 virtual int Write(int index, int64 offset, net::IOBuffer* buf, int buf_len,
80 index, static_cast<int>(offset), buf, buf_len, callback, kTruncate);
H A Dappcache_response_unittest.cc184 void WriteResponseBody(scoped_refptr<IOBuffer> io_buffer, int buf_len) { argument
187 expected_write_result_ = buf_len;
189 buf_len,
194 void ReadResponseBody(scoped_refptr<IOBuffer> io_buffer, int buf_len) { argument
197 expected_read_result_ = buf_len;
199 buf_len,
/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket.cc92 int FakeSSLClientSocket::Read(net::IOBuffer* buf, int buf_len, argument
96 return transport_socket_->Read(buf, buf_len, callback);
99 int FakeSSLClientSocket::Write(net::IOBuffer* buf, int buf_len, argument
103 return transport_socket_->Write(buf, buf_len, callback);
H A Dproxy_resolving_client_socket.cc102 int ProxyResolvingClientSocket::Read(net::IOBuffer* buf, int buf_len, argument
105 return transport_->socket()->Read(buf, buf_len, callback);
112 int buf_len,
115 return transport_->socket()->Write(buf, buf_len, callback);
110 Write( net::IOBuffer* buf, int buf_len, const net::CompletionCallback& callback) argument
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h58 // |buf_len| specify the actual data to use and |callback| is the callback
63 int buf_len, const CompletionCallback& callback);
H A Dsparse_control_v3.h53 // |buf_len| specify the actual data to use and |callback| is the callback
58 int buf_len, const CompletionCallback& callback);
/external/chromium_org/net/http/
H A Dhttp_basic_stream.h50 int buf_len,
H A Dhttp_util.h138 static int LocateStartOfStatusLine(const char* buf, int buf_len);
146 static int LocateEndOfHeaders(const char* buf, int buf_len, int i = 0);
151 // continuations of the previous line). |buf_len| indicates the position of
161 static std::string AssembleRawHeaders(const char* buf, int buf_len);
/external/chromium_org/net/socket/
H A Dsocks_client_socket.cc180 int SOCKSClientSocket::Read(IOBuffer* buf, int buf_len, argument
188 buf, buf_len,
198 int SOCKSClientSocket::Write(IOBuffer* buf, int buf_len, argument
206 buf, buf_len,
H A Dunix_domain_client_socket_posix_unittest.cc54 int buf_len,
56 DCHECK_LE(min_data_len, buf_len);
58 new DrainableIOBuffer(buf, buf_len));
89 // Writes data to |socket| until it completes writing |buf| up to |buf_len|.
93 int buf_len) {
95 new DrainableIOBuffer(buf, buf_len));
52 ReadSynchronously(StreamSocket* socket, IOBuffer* buf, int buf_len, int min_data_len) argument
91 WriteSynchronously(StreamSocket* socket, IOBuffer* buf, int buf_len) argument
H A Dtcp_socket_win.cc490 int buf_len,
498 return DoRead(buf, buf_len, callback);
502 int buf_len,
508 DCHECK_GT(buf_len, 0);
515 write_buffer.len = buf_len;
526 if (rv > buf_len || rv < 0) {
529 LOG(ERROR) << "Detected broken LSP: Asked to write " << buf_len
551 core_->write_buffer_length_ = buf_len;
878 int TCPSocketWin::DoRead(IOBuffer* buf, int buf_len, argument
885 int rv = recv(socket_, buf->data(), buf_len,
489 Read(IOBuffer* buf, int buf_len, const CompletionCallback& callback) argument
501 Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback) argument
[all...]
/external/chromium_org/net/url_request/
H A Dview_cache_helper.cc75 void ViewCacheHelper::HexDump(const char *buf, size_t buf_len, argument
81 while (buf_len) {
88 size_t row_max = std::min(kMaxRows, buf_len);
110 buf_len -= row_max;
H A Dview_cache_helper.h47 static void HexDump(const char *buf, size_t buf_len, std::string* result);
/external/libunwind/src/
H A Delfxx.h56 char *buf, size_t buf_len, unw_word_t *offp);
/external/openssl/crypto/ec/
H A Dec_asn1.c1247 size_t buf_len=0, tmp_len; local
1267 buf_len = (size_t)BN_num_bytes(a->priv_key);
1268 buffer = OPENSSL_malloc(buf_len);
1282 if (!M_ASN1_OCTET_STRING_set(priv_key->privateKey, buffer, buf_len))
1311 if (tmp_len > buf_len)
1320 buf_len = tmp_len;
1324 a->conv_form, buffer, buf_len, NULL))
1333 buf_len))
1427 size_t buf_len=0; local
1436 buf_len
[all...]
/external/chromium_org/net/base/
H A Dupload_data_stream.cc59 int buf_len,
62 DCHECK_GT(buf_len, 0);
63 return ReadInternal(new DrainableIOBuffer(buf, buf_len), callback);
58 Read(IOBuffer* buf, int buf_len, const CompletionCallback& callback) argument
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DScanners.py167 buf_len = len(buffer)
196 if buf_index < buf_len:
206 buf_len = len(buffer)
/external/zlib/src/test/
H A Dminigzip.c403 off_t buf_len; /* length of the input file */ local
408 buf_len = sb.st_size;
409 if (buf_len <= 0) return Z_ERRNO;
412 buf = mmap((caddr_t) 0, buf_len, PROT_READ, MAP_SHARED, ifd, (off_t)0);
416 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
418 if (len != (int)buf_len) error(gzerror(out, &err));
420 munmap(buf, buf_len);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_sr.c837 UINT16 s_hdl = 0, e_hdl = 0, buf_len; local
847 buf_len = (UINT16)(sizeof(BT_HDR) + p_tcb->payload_size + L2CAP_MIN_OFFSET);
849 if ((p_msg = (BT_HDR *)GKI_getbuf(buf_len)) == NULL)
857 memset(p_msg, 0, buf_len);
862 buf_len = p_tcb->payload_size - 2;
874 reason = gatt_build_find_info_rsp(p_rcb, p_msg, &buf_len, s_hdl, e_hdl);
980 buf_len, local
1018 buf_len = p_tcb->payload_size - 2;
1044 &buf_len,
1183 UINT16 buf_len local
[all...]

Completed in 4265 milliseconds

1234567891011>>