Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_session.c224 session->iframe.state = NGHTTP2_IB_IGN_ALL; in session_terminate_session()
5506 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
5598 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
5904 case NGHTTP2_IB_IGN_ALL: in nghttp2_session_mem_recv()
5970 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
5998 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6011 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6055 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6084 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6119 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
[all …]
Dnghttp2_session.h123 NGHTTP2_IB_IGN_ALL, enumerator
/third_party/node/deps/nghttp2/lib/
Dnghttp2_session.c224 session->iframe.state = NGHTTP2_IB_IGN_ALL; in session_terminate_session()
5506 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
5598 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
5904 case NGHTTP2_IB_IGN_ALL: in nghttp2_session_mem_recv()
5970 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
5998 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6011 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6055 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6084 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
6119 if (iframe->state == NGHTTP2_IB_IGN_ALL) { in nghttp2_session_mem_recv()
[all …]
Dnghttp2_session.h123 NGHTTP2_IB_IGN_ALL, enumerator
/third_party/nghttp2/tests/
Dnghttp2_session_test.c9658 CU_ASSERT(NGHTTP2_IB_IGN_ALL == session->iframe.state); in test_nghttp2_session_recv_client_magic()