Home
last modified time | relevance | path

Searched refs:nghttp2_session_consume_connection (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3582 * `nghttp2_session_consume_connection()` and
3617 NGHTTP2_EXTERN int nghttp2_session_consume_connection(nghttp2_session *session,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3566 * `nghttp2_session_consume_connection()` and
3601 NGHTTP2_EXTERN int nghttp2_session_consume_connection(nghttp2_session *session,
/third_party/node/src/
H A Dnode_http2.cc1182 CHECK_EQ(nghttp2_session_consume_connection(handle, len), 0); in OnDataChunkReceived()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1191 /* The first call of nghttp2_session_consume_connection() will queue in test_nghttp2_session_recv_data_no_auto_flow_control()
1193 nghttp2_session_consume_connection(session, 32767); in test_nghttp2_session_recv_data_no_auto_flow_control()
1194 nghttp2_session_consume_connection(session, 32768); in test_nghttp2_session_recv_data_no_auto_flow_control()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c8169 int nghttp2_session_consume_connection(nghttp2_session *session, size_t size) { in nghttp2_session_consume_connection() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c8158 int nghttp2_session_consume_connection(nghttp2_session *session, size_t size) { in nghttp2_session_consume_connection() function

Completed in 47 milliseconds