Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_http.h86 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n);
H A Dnghttp2_http.c532 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) { in nghttp2_http_on_data_chunk() function
H A Dnghttp2_session.c7095 if (nghttp2_http_on_data_chunk(stream, (size_t)data_readlen) != 0) { in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_http.h86 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n);
H A Dnghttp2_http.c532 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) { in nghttp2_http_on_data_chunk() function
H A Dnghttp2_session.c7084 if (nghttp2_http_on_data_chunk(stream, (size_t)data_readlen) != 0) { in nghttp2_session_mem_recv()

Completed in 31 milliseconds