Lines Matching defs:stream
85 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header()
97 static int expect_response_body(nghttp2_stream *stream) { in expect_response_body()
108 static int check_path(nghttp2_stream *stream) { in check_path()
115 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header()
228 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header()
332 int nghttp2_http_on_header(nghttp2_session *session, nghttp2_stream *stream, in nghttp2_http_on_header()
393 int nghttp2_http_on_request_headers(nghttp2_stream *stream, in nghttp2_http_on_request_headers()
430 int nghttp2_http_on_response_headers(nghttp2_stream *stream) { in nghttp2_http_on_response_headers()
458 int nghttp2_http_on_trailer_headers(nghttp2_stream *stream, in nghttp2_http_on_trailer_headers()
469 int nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) { in nghttp2_http_on_remote_end_stream()
482 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) { in nghttp2_http_on_data_chunk()
494 void nghttp2_http_record_request_method(nghttp2_stream *stream, in nghttp2_http_record_request_method()