OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:READ_STATE_NONE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_pipelined_connection_impl.cc
93
read_next_state_(
READ_STATE_NONE
),
108
CHECK_EQ(read_next_state_,
READ_STATE_NONE
);
348
if (read_next_state_ ==
READ_STATE_NONE
&&
357
if (read_next_state_ ==
READ_STATE_NONE
) {
367
read_next_state_ =
READ_STATE_NONE
;
393
case
READ_STATE_NONE
:
400
} while (rv != ERR_IO_PENDING && read_next_state_ !=
READ_STATE_NONE
);
429
read_next_state_ =
READ_STATE_NONE
;
449
read_next_state_ =
READ_STATE_NONE
;
521
read_next_state_ =
READ_STATE_NONE
;
[
all
...]
http_pipelined_connection_impl.h
169
READ_STATE_NONE
,
Completed in 25 milliseconds