Searched refs:nghttp2_session_consume (Results 1 - 9 of 9) sorted by relevance
/third_party/curl/lib/ |
H A D | http2.c | 315 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 D | cf-h2-proxy.c | 1295 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 D | nghttp2.h | 2535 * `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 D | nghttp2.h | 2530 * `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 D | shrpx_http2_upstream.cc | 2015 rv = nghttp2_session_consume(session_, stream_id, len); in consume() 2018 ULOG(WARN, this) << "nghttp2_session_consume() returned error: " in consume()
|
H A D | shrpx_http2_session.cc | 1865 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 D | nghttp2_session.c | 6990 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 D | nghttp2_session.c | 6979 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 D | nghttp2_session_test.c | 3938 rv = nghttp2_session_consume(session, 1, hd.length); in test_nghttp2_session_on_settings_received()
|
Completed in 55 milliseconds