Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_submit.c297 int nghttp2_submit_shutdown_notice(nghttp2_session *session) { in nghttp2_submit_shutdown_notice() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c297 int nghttp2_submit_shutdown_notice(nghttp2_session *session) { in nghttp2_submit_shutdown_notice() function
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3524 NGHTTP2_EXTERN int nghttp2_submit_shutdown_notice(nghttp2_session *session);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h3508 NGHTTP2_EXTERN int nghttp2_submit_shutdown_notice(nghttp2_session *session);
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc946 rv = nghttp2_submit_shutdown_notice(session_); in start_graceful_shutdown()
948 ULOG(FATAL, this) << "nghttp2_submit_shutdown_notice() failed: " in start_graceful_shutdown()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c6545 CU_ASSERT(0 == nghttp2_submit_shutdown_notice(session)); in test_nghttp2_submit_shutdown_notice()
6555 /* After another GOAWAY, nghttp2_submit_shutdown_notice() is in test_nghttp2_submit_shutdown_notice()
6567 CU_ASSERT(0 == nghttp2_submit_shutdown_notice(session)); in test_nghttp2_submit_shutdown_notice()
6579 /* Using nghttp2_submit_shutdown_notice() with client side session in test_nghttp2_submit_shutdown_notice()
6584 nghttp2_submit_shutdown_notice(session)); in test_nghttp2_submit_shutdown_notice()
10046 CU_ASSERT(0 == nghttp2_submit_shutdown_notice(session)); in test_nghttp2_session_graceful_shutdown()

Completed in 56 milliseconds