/external/chromium/third_party/libjingle/source/talk/base/ |
schanneladapter.h | 47 virtual int Recv(void* pv, size_t cb);
|
asyncsocket.h | 80 virtual int Recv(void* pv, size_t cb) { 81 return socket_->Recv(pv, cb);
|
openssladapter.h | 53 virtual int Recv(void* pv, size_t cb);
|
socketadapters.h | 54 virtual int Recv(void* pv, size_t cb); 241 virtual int Recv(void *pv, size_t cb);
|
socketstream.cc | 80 int result = socket_->Recv(buffer, buffer_len);
|
win32socketserver.h | 64 virtual int Recv(void *pv, size_t cb);
|
autodetectproxy.cc | 149 int len = socket_->Recv(data, 256);
|
socket.h | 161 virtual int Recv(void *pv, size_t cb) = 0;
|
socketadapters.cc | 77 int BufferedReadAdapter::Recv(void *pv, size_t cb) { 98 int res = AsyncSocketAdapter::Recv(pv, cb); 123 int len = socket_->Recv(buffer_ + data_len_, buffer_size_ - data_len_); 126 LOG_ERR(INFO) << "Recv"; 875 int LoggingSocketAdapter::Recv(void *pv, size_t cb) { 876 int res = AsyncSocketAdapter::Recv(pv, cb);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
schanneladapter.h | 47 virtual int Recv(void* pv, size_t cb);
|
asyncsocket.h | 88 virtual int Recv(void* pv, size_t cb) { 89 return socket_->Recv(pv, cb);
|
macasyncsocket.h | 37 virtual int Recv(void* buffer, size_t length);
|
openssladapter.h | 53 virtual int Recv(void* pv, size_t cb);
|
socketadapters.h | 54 virtual int Recv(void* pv, size_t cb); 241 virtual int Recv(void *pv, size_t cb);
|
socketstream.cc | 80 int result = socket_->Recv(buffer, buffer_len);
|
win32socketserver.h | 64 virtual int Recv(void *buffer, size_t length);
|
proxyserver.cc | 143 read = socket->Recv(p, size);
|
socket.h | 161 virtual int Recv(void *pv, size_t cb) = 0;
|
virtualsocket_unittest.cc | 437 EXPECT_EQ(-1, b->Recv(buffer, 10)); 504 result = b->Recv(recv_buffer + recv_pos, 500); 517 // Empty the recv buffer 519 result = b->Recv(recv_buffer + recv_pos, kDataSize - recv_pos); 531 // Continue to empty the recv buffer 533 result = b->Recv(recv_buffer + recv_pos, kDataSize - recv_pos); 552 result = b->Recv(recv_buffer + recv_pos, kDataSize - recv_pos); 599 EXPECT_EQ(1, b->Recv(buffer, sizeof(buffer))); 619 EXPECT_EQ(1, b->Recv(buffer, sizeof(buffer))); [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_handle.h | 56 Error Recv(void* buf, size_t len, int flags, int* out_len);
|
kernel_handle.cc | 176 Error KernelHandle::Recv(void* buf, size_t len, int flags, int* out_len) { 184 return sock->Recv(handle_attr_, buf, len, flags, out_len);
|
mount_node_socket.h | 24 * should be looping on Send/Recv size. */ 40 // Normal read/write operations on a file (recv/send). 74 virtual Error Recv(const HandleAttr& attr, 122 // Wraps common error checks, timeouts, work pump for recv. 131 // Per socket type send and recv
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 70 int Recv(char* buffer, size_t len);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.h | 73 int Recv(char* buffer, size_t len);
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 28 ATTRIBUTE MS-MPPE-Recv-Key 17 string Microsoft
|