Searched refs:DoPayloadRead (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_server_socket_nss.h85 int DoPayloadRead();
H A Dssl_server_socket_openssl.h87 int DoPayloadRead();
H A Dssl_client_socket_openssl.h135 int DoPayloadRead();
204 // Used by DoPayloadRead() when attempting to fill the caller's buffer with
206 // If DoPayloadRead() encounters an error after having read some data, stores
207 // the result to return on the *next* call to DoPayloadRead(). A value > 0
H A Dssl_server_socket_nss.cc647 int SSLServerSocketNSS::DoPayloadRead() { function in class:net::SSLServerSocketNSS
729 rv = DoPayloadRead();
H A Dssl_server_socket_openssl.cc451 int SSLServerSocketOpenSSL::DoPayloadRead() { function in class:net::SSLServerSocketOpenSSL
531 rv = DoPayloadRead();
H A Dssl_client_socket_openssl.cc1198 // OnSendComplete may need to call DoPayloadRead while the renegotiation
1205 rv_read = DoPayloadRead();
1294 rv = DoPayloadRead();
1312 int SSLClientSocketOpenSSL::DoPayloadRead() {
1341 // error code should be deferred until the next call of DoPayloadRead.
1346 // DoPayloadRead() (e.g.: after the current data is handled).
1371 // DoPayloadRead() - instead, let the call fall through to check
1373 // in between the next call to DoPayloadRead(), and thus it is
H A Dssl_client_socket_nss.cc506 // 1) NSS Task Runner: Execute NSS function (DoPayloadRead, DoPayloadWrite,
525 // DoPayloadRead()
550 // DoPayloadRead()
716 int DoPayloadRead();
844 // Used by DoPayloadRead() when attempting to fill the caller's buffer with
846 // If DoPayloadRead() encounters an error after having read some data, stores
847 // the results to return on the *next* call to DoPayloadRead(). A value of
1741 rv = DoPayloadRead();
1856 int SSLClientSocketNSS::Core::DoPayloadRead() { function in class:net::SSLClientSocketNSS::Core
1897 // should be deferred until the next call to DoPayloadRead()
[all...]

Completed in 4529 milliseconds