Home
last modified time | relevance | path

Searched refs:nghttp2_submit_goaway (Results 1 - 9 of 9) sorted by relevance

/third_party/nghttp2/tests/
H A Dfailmalloc_test.c200 rv = nghttp2_submit_goaway(session, NGHTTP2_FLAG_NONE, 100, NGHTTP2_NO_ERROR, in run_nghttp2_session_send()
H A Dnghttp2_session_test.c7905 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 Dnghttp2_submit.c284 int nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, in nghttp2_submit_goaway() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c284 int nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, in nghttp2_submit_goaway() function
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3448 * 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 Dnghttp2.h3432 * 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 Dshrpx_http2_upstream.cc924 nghttp2_submit_goaway(session_, NGHTTP2_FLAG_NONE, last_stream_id, in submit_goaway()
H A Dshrpx_http2_session.cc2403 nghttp2_submit_goaway(session_, NGHTTP2_FLAG_NONE, last_stream_id, in check_retire()
/third_party/node/src/
H A Dnode_http2.cc2734 nghttp2_submit_goaway(session_.get(), NGHTTP2_FLAG_NONE, in Goaway()

Completed in 40 milliseconds