Home
last modified time | relevance | path

Searched refs:nghttp2_session_resume_data (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h922 * `nghttp2_session_resume_data()`.
3178 NGHTTP2_EXTERN int nghttp2_session_resume_data(nghttp2_session *session,
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h917 * `nghttp2_session_resume_data()`.
3162 NGHTTP2_EXTERN int nghttp2_session_resume_data(nghttp2_session *session,
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc1897 nghttp2_session_resume_data(session_, downstream->get_stream_id()); in on_downstream_body()
1920 nghttp2_session_resume_data(session_, downstream->get_stream_id()); in on_downstream_body_complete()
H A Dshrpx_http2_session.cc799 int rv = nghttp2_session_resume_data(session_, in resume_data()
/third_party/curl/lib/
H A Dhttp2.c1679 (void)nghttp2_session_resume_data(ctx->h2, stream->id); in http2_data_done_send()
2226 rv = nghttp2_session_resume_data(ctx->h2, stream->id); in cf_h2_send()
H A Dcf-h2-proxy.c1375 rv = nghttp2_session_resume_data(ctx->h2, ctx->tunnel.stream_id); in cf_h2_proxy_send()
/third_party/node/src/
H A Dnode_http2.cc2121 CHECK_NE(nghttp2_session_resume_data( in DoShutdown()
2407 CHECK_NE(nghttp2_session_resume_data( in DoWrite()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c7444 CU_ASSERT(0 == nghttp2_session_resume_data(session, 1)); in test_nghttp2_session_defer_data()
7462 CU_ASSERT(0 == nghttp2_session_resume_data(session, 1)); in test_nghttp2_session_defer_data()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c7838 int nghttp2_session_resume_data(nghttp2_session *session, int32_t stream_id) { in nghttp2_session_resume_data() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c7827 int nghttp2_session_resume_data(nghttp2_session *session, int32_t stream_id) { in nghttp2_session_resume_data() function

Completed in 66 milliseconds