Home
last modified time | relevance | path

Searched refs:last_io_result (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/net/socket/
Dsocks_client_socket.h89 int DoLoop(int last_io_result);
Dsocks5_client_socket.h104 int DoLoop(int last_io_result);
Dsocks_client_socket.cc251 int SOCKSClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
253 int rv = last_io_result; in DoLoop()
Dssl_server_socket_nss.h88 int DoHandshakeLoop(int last_io_result);
Dssl_server_socket_openssl.h90 int DoHandshakeLoop(int last_io_result);
Dssl_client_socket_nss.h139 int DoHandshakeLoop(int last_io_result);
Dsocks5_client_socket.cc222 int SOCKS5ClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
224 int rv = last_io_result; in DoLoop()
Dssl_client_socket_openssl.h122 int DoHandshakeLoop(int last_io_result);
Dssl_server_socket_openssl.cc482 int SSLServerSocketOpenSSL::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
483 int rv = last_io_result; in DoHandshakeLoop()
Dssl_server_socket_nss.cc679 int SSLServerSocketNSS::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
680 int rv = last_io_result; in DoHandshakeLoop()
Dssl_client_socket_nss.cc725 int DoHandshakeLoop(int last_io_result);
1719 int SSLClientSocketNSS::Core::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
1722 int rv = last_io_result; in DoHandshakeLoop()
3326 int SSLClientSocketNSS::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
3327 EnterFunction(last_io_result); in DoHandshakeLoop()
3328 int rv = last_io_result; in DoHandshakeLoop()
Dssl_client_socket_openssl.cc990 int SSLClientSocketOpenSSL::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
991 int rv = last_io_result; in DoHandshakeLoop()
/external/chromium_org/net/http/
Dhttp_proxy_client_socket.cc323 int HttpProxyClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
326 int rv = last_io_result; in DoLoop()
Dhttp_proxy_client_socket.h119 int DoLoop(int last_io_result);
/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.h122 int DoLoop(int last_io_result);
Dspdy_proxy_client_socket.cc287 int SpdyProxyClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
289 int rv = last_io_result; in DoLoop()
/external/chromium_org/net/quic/crypto/
Dproof_verifier_chromium.cc63 int DoLoop(int last_io_result);