Home
last modified time | relevance | path

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

/external/chromium/net/socket/
Dssl_server_socket_nss.h68 int DoHandshakeLoop(int last_io_result);
Dsocks5_client_socket.h110 int DoLoop(int last_io_result);
Dsocks_client_socket.h95 int DoLoop(int last_io_result);
Dsocks_client_socket.cc233 int SOCKSClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
235 int rv = last_io_result; in DoLoop()
Dssl_client_socket_mac.h85 int DoHandshakeLoop(int last_io_result);
Dssl_client_socket_win.h89 int DoLoop(int last_io_result);
Dssl_client_socket_openssl.h101 int DoHandshakeLoop(int last_io_result);
Dsocks5_client_socket.cc204 int SOCKS5ClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
206 int rv = last_io_result; in DoLoop()
Dssl_client_socket_nss.h121 int DoHandshakeLoop(int last_io_result);
Dssl_server_socket_nss.cc509 int SSLServerSocketNSS::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
511 int rv = last_io_result; in DoHandshakeLoop()
Dssl_client_socket_mac.cc981 int SSLClientSocketMac::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
983 int rv = last_io_result; in DoHandshakeLoop()
Dssl_client_socket_openssl.cc713 int SSLClientSocketOpenSSL::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
715 int rv = last_io_result; in DoHandshakeLoop()
Dssl_client_socket_win.cc868 int SSLClientSocketWin::DoLoop(int last_io_result) { in DoLoop() argument
870 int rv = last_io_result; in DoLoop()
Dssl_client_socket_nss.cc1236 int SSLClientSocketNSS::DoHandshakeLoop(int last_io_result) { in DoHandshakeLoop() argument
1237 EnterFunction(last_io_result); in DoHandshakeLoop()
1239 int rv = last_io_result; in DoHandshakeLoop()
/external/chromium/net/http/
Dhttp_proxy_client_socket.h127 int DoLoop(int last_io_result);
Dhttp_proxy_client_socket.cc298 int HttpProxyClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
301 int rv = last_io_result; in DoLoop()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.h120 int DoLoop(int last_io_result);
Dspdy_proxy_client_socket.cc274 int SpdyProxyClientSocket::DoLoop(int last_io_result) { in DoLoop() argument
276 int rv = last_io_result; in DoLoop()