Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dh2load.h256 INITIAL_IDLE, // Initial idle state before warm-up phase enumerator
Dh2load.cc606 } else if (worker->current_phase == Phase::INITIAL_IDLE) { in connect()
1588 current_phase = Phase::INITIAL_IDLE; in Worker()