Home
last modified time | relevance | path

Searched refs:nghttp2_priority_spec_check_default (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_priority_spec.c41 int nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec) { in nghttp2_priority_spec_check_default() function
Dnghttp2_submit.c199 if (pri_spec && !nghttp2_priority_spec_check_default(pri_spec) && in nghttp2_submit_headers()
768 if (pri_spec && !nghttp2_priority_spec_check_default(pri_spec) && in nghttp2_submit_request()
/third_party/nghttp2/lib/
Dnghttp2_priority_spec.c41 int nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec) { in nghttp2_priority_spec_check_default() function
Dnghttp2_submit.c199 if (pri_spec && !nghttp2_priority_spec_check_default(pri_spec) && in nghttp2_submit_headers()
768 if (pri_spec && !nghttp2_priority_spec_check_default(pri_spec) && in nghttp2_submit_request()
/third_party/nghttp2/doc/
DMakefile.am81 nghttp2_priority_spec_check_default.rst \
DCMakeLists.txt47 nghttp2_priority_spec_check_default.rst
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h3884 nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec);
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h3900 nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec);
/third_party/nghttp2/tests/
Dnghttp2_session_test.c11778 CU_ASSERT(nghttp2_priority_spec_check_default(&item->frame.headers.pri_spec)); in test_nghttp2_session_no_rfc7540_priorities()