Home
last modified time | relevance | path

Searched refs:STREAM_CLOSED (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_pipelined_connection_impl.cc160 CHECK_EQ(stream_info_map_[pipeline_id].state, STREAM_CLOSED); in OnStreamDeleted()
259 if (stream_info_map_[next_request->pipeline_id].state != STREAM_CLOSED) { in DoStartNextDeferredRequest()
329 stream_info_map_[evicted_send->pipeline_id].state != STREAM_CLOSED) { in DoEvictPendingSendRequests()
442 case STREAM_CLOSED: in DoStartNextDeferredRead()
509 CHECK_EQ(stream_info_map_[active_read_id_].state, STREAM_CLOSED); in DoReadStreamClosed()
555 stream_info_map_[pipeline_id].state = STREAM_CLOSED; in Close()
560 stream_info_map_[pipeline_id].state = STREAM_CLOSED; in Close()
569 stream_info_map_[pipeline_id].state = STREAM_CLOSED; in Close()
579 stream_info_map_[pipeline_id].state = STREAM_CLOSED; in Close()
588 stream_info_map_[pipeline_id].state = STREAM_CLOSED; in Close()
[all …]
Dhttp_pipelined_connection_impl.h150 STREAM_CLOSED, enumerator