OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoWriteLoop
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/net/socket/
ssl_server_socket_nss.h
90
int
DoWriteLoop
(int result);
ssl_server_socket_openssl.h
92
int
DoWriteLoop
(int result);
ssl_client_socket_openssl.h
124
int
DoWriteLoop
(int result);
ssl_server_socket_nss.cc
231
int rv =
DoWriteLoop
(OK);
510
int rv =
DoWriteLoop
(result);
736
int SSLServerSocketNSS::
DoWriteLoop
(int result) {
ssl_server_socket_openssl.cc
164
int rv =
DoWriteLoop
(OK);
262
int rv =
DoWriteLoop
(result);
531
int SSLServerSocketOpenSSL::
DoWriteLoop
(int result) {
ssl_client_socket_openssl.cc
624
int rv =
DoWriteLoop
(OK);
[
all
...]
ssl_client_socket_nss.cc
727
int
DoWriteLoop
(int result);
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.h
223
void
DoWriteLoop
(int result);
cast_socket.cc
282
// Post a task to send auth challenge so that
DoWriteLoop
is not nested inside
366
DoWriteLoop
(net::OK);
370
void CastSocket::
DoWriteLoop
(int result) {
372
VLOG_WITH_CONNECTION(1) << "
DoWriteLoop
queue size: " << write_queue_.size();
431
base::Bind(&CastSocket::
DoWriteLoop
, AsWeakPtr()));
/external/chromium_org/net/spdy/
spdy_session.h
656
// Calls
DoWriteLoop
. If |availability_state_| is STATE_DRAINING and no
660
// Use this function instead of
DoWriteLoop
when posting a task to
672
int
DoWriteLoop
(WriteState expected_write_state, int result);
[
all
...]
spdy_session.cc
[
all
...]
Completed in 1323 milliseconds