Searched refs:nghttp2_submit_goaway (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 200 rv = nghttp2_submit_goaway(session, NGHTTP2_FLAG_NONE, 100, NGHTTP2_NO_ERROR, in run_nghttp2_session_send()
|
H A D | nghttp2_session_test.c | 7905 CU_ASSERT(0 == nghttp2_submit_goaway(session, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_session_get_outbound_queue_size() 10055 CU_ASSERT(0 == nghttp2_submit_goaway(session, NGHTTP2_FLAG_NONE, 311, in test_nghttp2_session_graceful_shutdown()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 284 int nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, in nghttp2_submit_goaway() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 284 int nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, in nghttp2_submit_goaway() function
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 3448 * be processed after GOAWAY, use `nghttp2_submit_goaway()` instead. 3503 * `nghttp2_submit_goaway()`. See also 3506 * Unlike `nghttp2_submit_goaway()`, this function just sends GOAWAY 3509 * `nghttp2_submit_goaway()` with appropriate last_stream_id after 3513 * `nghttp2_submit_goaway()` or `nghttp2_session_terminate_session()`, 4557 NGHTTP2_EXTERN int nghttp2_submit_goaway(nghttp2_session *session, 4569 * `nghttp2_submit_goaway()` and
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 3432 * be processed after GOAWAY, use `nghttp2_submit_goaway()` instead. 3487 * `nghttp2_submit_goaway()`. See also 3490 * Unlike `nghttp2_submit_goaway()`, this function just sends GOAWAY 3493 * `nghttp2_submit_goaway()` with appropriate last_stream_id after 3497 * `nghttp2_submit_goaway()` or `nghttp2_session_terminate_session()`, 4541 NGHTTP2_EXTERN int nghttp2_submit_goaway(nghttp2_session *session, 4553 * `nghttp2_submit_goaway()` and
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_upstream.cc | 924 nghttp2_submit_goaway(session_, NGHTTP2_FLAG_NONE, last_stream_id, in submit_goaway()
|
H A D | shrpx_http2_session.cc | 2403 nghttp2_submit_goaway(session_, NGHTTP2_FLAG_NONE, last_stream_id, in check_retire()
|
/third_party/node/src/ |
H A D | node_http2.cc | 2734 nghttp2_submit_goaway(session_.get(), NGHTTP2_FLAG_NONE, in Goaway()
|
Completed in 40 milliseconds