Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp2.c315 nghttp2_session_consume(ctx->h2, stream->id, in http2_data_done()
1287 nghttp2_session_consume(session, stream_id, len); in on_data_chunk_recv()
1986 nghttp2_session_consume(ctx->h2, stream->id, data_consumed); in cf_h2_recv()
H A Dcf-h2-proxy.c1295 nghttp2_session_consume(ctx->h2, ctx->tunnel.stream_id, (size_t)nread); in cf_h2_proxy_recv()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2535 * `nghttp2_session_consume()` to indicate the consumed amount of
3598 NGHTTP2_EXTERN int nghttp2_session_consume(nghttp2_session *session,
3604 * Like `nghttp2_session_consume()`, but this only tells library that
3623 * Like `nghttp2_session_consume()`, but this only tells library that
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2530 * `nghttp2_session_consume()` to indicate the consumed amount of
3582 NGHTTP2_EXTERN int nghttp2_session_consume(nghttp2_session *session,
3588 * Like `nghttp2_session_consume()`, but this only tells library that
3607 * Like `nghttp2_session_consume()`, but this only tells library that
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc2015 rv = nghttp2_session_consume(session_, stream_id, len); in consume()
2018 ULOG(WARN, this) << "nghttp2_session_consume() returned error: " in consume()
H A Dshrpx_http2_session.cc1865 rv = nghttp2_session_consume(session_, stream_id, len); in consume()
1868 SSLOG(WARN, this) << "nghttp2_session_consume() returned error: " in consume()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c6990 nghttp2_session_consume(session, iframe->frame.hd.stream_id, readlen); in nghttp2_session_mem_recv()
7079 rv = nghttp2_session_consume(session, iframe->frame.hd.stream_id, in nghttp2_session_mem_recv()
8135 int nghttp2_session_consume(nghttp2_session *session, int32_t stream_id, in nghttp2_session_consume() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c6979 nghttp2_session_consume(session, iframe->frame.hd.stream_id, readlen); in nghttp2_session_mem_recv()
7068 rv = nghttp2_session_consume(session, iframe->frame.hd.stream_id, in nghttp2_session_mem_recv()
8124 int nghttp2_session_consume(nghttp2_session *session, int32_t stream_id, in nghttp2_session_consume() function
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c3938 rv = nghttp2_session_consume(session, 1, hd.length); in test_nghttp2_session_on_settings_received()

Completed in 55 milliseconds