OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syn_reply
(Results
26 - 35
of
35
) sorted by null
1
2
/external/chromium_org/net/spdy/
spdy_proxy_client_socket_unittest.cc
346
// Constructs a standard SPDY
SYN_REPLY
frame to match the SPDY CONNECT.
353
// Constructs a standard SPDY
SYN_REPLY
frame to match the SPDY CONNECT,
362
// Constructs a SPDY
SYN_REPLY
frame with an HTTP 302 redirect.
371
// Constructs a SPDY
SYN_REPLY
frame with an HTTP 500 error.
[
all
...]
spdy_protocol.h
278
SYN_REPLY
,
[
all
...]
spdy_session.cc
[
all
...]
spdy_stream.h
288
// headers have been received for this stream, i.e., a
SYN_REPLY
(or
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java
121
connection.ping().roundTripTime(); // Ensure that the
SYN_REPLY
has been received.
143
peer.acceptFrame(); //
SYN_REPLY
172
peer.acceptFrame(); //
SYN_REPLY
501
connection.ping().roundTripTime(); // Ensure that the
SYN_REPLY
has been received.
709
peer.acceptFrame(); //
SYN_REPLY
[
all
...]
/external/chromium_org/net/base/
net_error_list.h
504
// FLIP data received without receiving a
SYN_REPLY
on the stream.
net_log_event_type_list.h
[
all
...]
/external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc
310
SYN_REPLY
,
http_network_transaction_unittest.cc
[
all
...]
/external/chromium_org/net/socket/
socket_test_util.cc
428
//
SYN_REPLY
causes OnResponseReceived() to get called before
[
all
...]
Completed in 641 milliseconds
1
2