Home
last modified time | relevance | path

Searched defs:ReadIfReady (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dsocket.cc17 int Socket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::Socket
H A Dread_buffering_stream_socket.cc42 int ReadBufferingStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::ReadBufferingStreamSocket
H A Dsocket_test_util.cc1036 int MockTCPClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::MockTCPClientSocket
1371 int MockSSLClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::MockSSLClientSocket
2132 int WrappedStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::WrappedStreamSocket
H A Dtransport_connect_sub_job.cc49 int ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anondbcae57c0111::WebSocketStreamSocket
H A Dsocks_client_socket.cc174 int SOCKSClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SOCKSClientSocket
H A Dsocket_posix.cc287 int SocketPosix::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SocketPosix
H A Dtcp_client_socket.cc409 int TCPClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::TCPClientSocket
H A Dtcp_socket_posix.cc309 int TCPSocketPosix::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::TCPSocketPosix
H A Dtcp_socket_win.cc508 int TCPSocketWin::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::TCPSocketWin
H A Dssl_server_socket_impl.cc438 int SSLServerContextImpl::SocketImpl::ReadIfReady( in ReadIfReady() function in net::SSLServerContextImpl::SocketImpl
H A Dssl_client_socket_impl.cc552 int SSLClientSocketImpl::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SSLClientSocketImpl
H A Dssl_client_socket_unittest.cc196 int SynchronousErrorStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anon2345ac5a0111::SynchronousErrorStreamSocket
347 int FakeBlockingStreamSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anon2345ac5a0111::FakeBlockingStreamSocket
837 int ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::__anon2345ac5a0111::StreamSocketWithoutReadIfReady
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_proxy_client_socket.cc166 int HttpProxyClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::HttpProxyClientSocket
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_proxy_client_socket.cc197 int SpdyProxyClientSocket::ReadIfReady(IOBuffer* buf, in ReadIfReady() function in net::SpdyProxyClientSocket
H A Dspdy_session_unittest.cc5501 TEST_P(SpdySessionReadIfReadyTest, ReadIfReady) { in TEST_P() argument