Searched refs:nghttp2_submit_headers (Results 1 - 10 of 10) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | failmalloc_test.c | 156 rv = nghttp2_submit_headers(session, NGHTTP2_FLAG_NONE, -1, NULL, nv, in run_nghttp2_session_send() 165 /* The HEADERS submitted by the previous nghttp2_submit_headers will in run_nghttp2_session_send() 167 rv = nghttp2_submit_headers(session, NGHTTP2_FLAG_NONE, 3, NULL, nv, in run_nghttp2_session_send()
|
H A D | nghttp2_session_test.c | 5740 CU_ASSERT(1 == nghttp2_submit_headers(session, NGHTTP2_FLAG_END_STREAM, -1, in test_nghttp2_submit_headers_start_stream() 5768 CU_ASSERT(0 == nghttp2_submit_headers(session, NGHTTP2_FLAG_END_STREAM, 1, in test_nghttp2_submit_headers_reply() 5786 CU_ASSERT(0 == nghttp2_submit_headers(session, NGHTTP2_FLAG_END_STREAM, 1, in test_nghttp2_submit_headers_reply() 5809 CU_ASSERT(0 == nghttp2_submit_headers(session, NGHTTP2_FLAG_NONE, 2, NULL, in test_nghttp2_submit_headers_push_reply() 5826 CU_ASSERT(0 == nghttp2_submit_headers(session, NGHTTP2_FLAG_NONE, 2, NULL, in test_nghttp2_submit_headers_push_reply() 5864 CU_ASSERT(0 == nghttp2_submit_headers(session, NGHTTP2_FLAG_END_STREAM, 1, in test_nghttp2_submit_headers() 5882 CU_ASSERT(0 == nghttp2_submit_headers(session, NGHTTP2_FLAG_END_STREAM, 1, in test_nghttp2_submit_headers() 5907 nghttp2_submit_headers(session, NGHTTP2_FLAG_NONE, 3, &pri_spec, in test_nghttp2_submit_headers() 5914 nghttp2_submit_headers(session, NGHTTP2_FLAG_NONE, -1, &pri_spec, in test_nghttp2_submit_headers() 5922 /* Sending nghttp2_submit_headers() wit in test_nghttp2_submit_headers() [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 182 int32_t nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, in nghttp2_submit_headers() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 182 int32_t nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, in nghttp2_submit_headers() function
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 902 * `nghttp2_submit_response()` or `nghttp2_submit_headers()` and 1609 * `nghttp2_submit_request()` or `nghttp2_submit_headers()`, is still 3210 * `nghttp2_submit_headers()` or 4030 * stream. Instead, use `nghttp2_submit_headers()` for this purpose. 4086 * This function has the same effect with `nghttp2_submit_headers()`, 4206 NGHTTP2_EXTERN int32_t nghttp2_submit_headers(
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 897 * `nghttp2_submit_response()` or `nghttp2_submit_headers()` and 1604 * `nghttp2_submit_request()` or `nghttp2_submit_headers()`, is still 3194 * `nghttp2_submit_headers()` or 4014 * stream. Instead, use `nghttp2_submit_headers()` for this purpose. 4070 * This function has the same effect with `nghttp2_submit_headers()`, 4190 NGHTTP2_EXTERN int32_t nghttp2_submit_headers(
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_upstream.cc | 1756 rv = nghttp2_submit_headers(session_, NGHTTP2_FLAG_NONE, in on_downstream_header_complete() 1763 ULOG(FATAL, this) << "nghttp2_submit_headers() failed"; in on_downstream_header_complete()
|
H A D | HttpServer.cc | 1010 return nghttp2_submit_headers(session_, NGHTTP2_FLAG_NONE, stream_id, nullptr, in submit_non_final_response()
|
H A D | nghttp.cc | 524 stream_id = nghttp2_submit_headers(client->session, 0, -1, &req->pri_spec, in submit_request()
|
/third_party/node/src/ |
H A D | node_http2.cc | 2206 int ret = nghttp2_submit_headers( in SubmitInfo()
|
Completed in 40 milliseconds