Home
last modified time | relevance | path

Searched refs:NGHTTP2_IB_READ_FIRST_SETTINGS (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_session.h109 NGHTTP2_IB_READ_FIRST_SETTINGS, enumerator
Dnghttp2_session.c577 iframe->state = NGHTTP2_IB_READ_FIRST_SETTINGS; in session_new()
5423 iframe->state = NGHTTP2_IB_READ_FIRST_SETTINGS; in nghttp2_session_mem_recv()
5427 case NGHTTP2_IB_READ_FIRST_SETTINGS: in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.h109 NGHTTP2_IB_READ_FIRST_SETTINGS, enumerator
Dnghttp2_session.c577 iframe->state = NGHTTP2_IB_READ_FIRST_SETTINGS; in session_new()
5423 iframe->state = NGHTTP2_IB_READ_FIRST_SETTINGS; in nghttp2_session_mem_recv()
5427 case NGHTTP2_IB_READ_FIRST_SETTINGS: in nghttp2_session_mem_recv()
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9649 CU_ASSERT(NGHTTP2_IB_READ_FIRST_SETTINGS == session->iframe.state); in test_nghttp2_session_recv_client_magic()