Searched refs:nghttp2_submit_response (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_http2_upstream.cc | 1558 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in send_reply() 1561 ULOG(FATAL, this) << "nghttp2_submit_response() failed: " in send_reply() 1610 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in error_reply() 1613 ULOG(FATAL, this) << "nghttp2_submit_response() failed: " in error_reply() 1874 rv = nghttp2_submit_response(session_, downstream->get_stream_id(), in on_downstream_header_complete() 1877 ULOG(FATAL, this) << "nghttp2_submit_response() failed"; in on_downstream_header_complete()
|
H A D | HttpServer.cc | 960 return nghttp2_submit_response(session_, stream->stream_id, nva.data(), nvlen, in submit_file_response() 983 int r = nghttp2_submit_response(session_, stream_id, nva.data(), nva.size(), in submit_response() 1003 return nghttp2_submit_response(session_, stream_id, nva.data(), nvlen, in submit_response()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 430 rv = nghttp2_submit_response(session, stream_id, nva, nvlen, &data_prd); in send_response()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 792 int nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, in nghttp2_submit_response() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 792 int nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, in nghttp2_submit_response() function
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 1680 rv = nghttp2_submit_response(session, hd->stream_id, resnv, ARRLEN(resnv), in response_on_begin_frame_callback() 5562 CU_ASSERT(0 == nghttp2_submit_response(session, 1, resnv, ARRLEN(resnv), in test_nghttp2_submit_response_with_data() 5576 /* Calling nghttp2_submit_response() with client session is error */ in test_nghttp2_submit_response_with_data() 5578 nghttp2_submit_response(session, 1, resnv, ARRLEN(resnv), NULL)); in test_nghttp2_submit_response_with_data() 5582 nghttp2_submit_response(session, 0, resnv, ARRLEN(resnv), NULL)); in test_nghttp2_submit_response_with_data() 5612 CU_ASSERT(0 == nghttp2_submit_response(session, 1, resnv, ARRLEN(resnv), in test_nghttp2_submit_response_without_data() 5652 nghttp2_submit_response(session, 2, resnv, ARRLEN(resnv), NULL)); in test_nghttp2_submit_response_push_response() 5688 CU_ASSERT(0 == nghttp2_submit_response(session, 1, resnv, ARRLEN(resnv), in test_nghttp2_submit_trailer() 6602 /* nghttp2_submit_response */ in test_nghttp2_submit_invalid_nv() 6603 CU_ASSERT(0 == nghttp2_submit_response(sessio in test_nghttp2_submit_invalid_nv() [all...] |
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 870 * `nghttp2_submit_response()`. 902 * `nghttp2_submit_response()` or `nghttp2_submit_headers()` and 4042 * application wrongly calls `nghttp2_submit_response()` twice, 4054 nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, 4083 * submission (usually by `nghttp2_submit_response()`), the content of 4090 * To submit trailer fields after `nghttp2_submit_response()` is 4092 * :type:`nghttp2_data_provider` to `nghttp2_submit_response()`. 4176 * prefer `nghttp2_submit_response()`. 4247 * `nghttp2_submit_request()` and `nghttp2_submit_response()` to 4448 * `nghttp2_submit_response()` [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 865 * `nghttp2_submit_response()`. 897 * `nghttp2_submit_response()` or `nghttp2_submit_headers()` and 4026 * application wrongly calls `nghttp2_submit_response()` twice, 4038 nghttp2_submit_response(nghttp2_session *session, int32_t stream_id, 4067 * submission (usually by `nghttp2_submit_response()`), the content of 4074 * To submit trailer fields after `nghttp2_submit_response()` is 4076 * :type:`nghttp2_data_provider` to `nghttp2_submit_response()`. 4160 * prefer `nghttp2_submit_response()`. 4231 * `nghttp2_submit_request()` and `nghttp2_submit_response()` to 4432 * `nghttp2_submit_response()` [all...] |
/third_party/node/src/ |
H A D | node_http2.cc | 2190 int ret = nghttp2_submit_response( in SubmitResponse()
|
Completed in 34 milliseconds