Home
last modified time | relevance | path

Searched defs:pri_spec (Results 1 - 18 of 18) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_priority_spec.c27 void nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, in nghttp2_priority_spec_init() argument
35 void nghttp2_priority_spec_default_init(nghttp2_priority_spec *pri_spec) { in nghttp2_priority_spec_default_init() argument
41 int nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec) { in nghttp2_priority_spec_check_default() argument
46 nghttp2_priority_spec_normalize_weight(nghttp2_priority_spec *pri_spec) nghttp2_priority_spec_normalize_weight() argument
[all...]
H A Dnghttp2_submit.c46 detect_self_dependency(nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) detect_self_dependency() argument
67 submit_headers_shared(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva_copy, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared() argument
142 submit_headers_shared_nva(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared_nva() argument
182 nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, void *stream_user_data) nghttp2_submit_headers() argument
221 nghttp2_submit_priority(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_submit_priority() argument
742 set_request_flags(const nghttp2_priority_spec *pri_spec, const nghttp2_data_provider *data_prd) set_request_flags() argument
756 nghttp2_submit_request(nghttp2_session *session, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) nghttp2_submit_request() argument
[all...]
H A Dnghttp2_frame.c62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
83 nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_frame_priority_init() argument
399 nghttp2_frame_pack_priority_spec(uint8_t *buf, const nghttp2_priority_spec *pri_spec) nghttp2_frame_pack_priority_spec() argument
408 nghttp2_frame_unpack_priority_spec(nghttp2_priority_spec *pri_spec, const uint8_t *payload) nghttp2_frame_unpack_priority_spec() argument
[all...]
H A Dnghttp2_session.c842 const nghttp2_priority_spec *pri_spec = pri_spec_in; in nghttp2_session_reprioritize_stream() local
1169 nghttp2_priority_spec pri_spec; nghttp2_session_add_item() local
1300 nghttp2_priority_spec *pri_spec = pri_spec_in; nghttp2_session_open_stream() local
4973 nghttp2_priority_spec pri_spec; nghttp2_session_on_push_promise_received() local
5267 nghttp2_priority_spec pri_spec; nghttp2_session_on_priority_update_received() local
7996 nghttp2_priority_spec pri_spec; nghttp2_session_upgrade_internal() local
8257 nghttp2_session_change_stream_priority( nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_change_stream_priority() argument
8294 nghttp2_session_create_idle_stream(nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_create_idle_stream() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_priority_spec.c27 void nghttp2_priority_spec_init(nghttp2_priority_spec *pri_spec, in nghttp2_priority_spec_init() argument
35 void nghttp2_priority_spec_default_init(nghttp2_priority_spec *pri_spec) { in nghttp2_priority_spec_default_init() argument
41 int nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec) { in nghttp2_priority_spec_check_default() argument
46 nghttp2_priority_spec_normalize_weight(nghttp2_priority_spec *pri_spec) nghttp2_priority_spec_normalize_weight() argument
[all...]
H A Dnghttp2_submit.c46 detect_self_dependency(nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) detect_self_dependency() argument
67 submit_headers_shared(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva_copy, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared() argument
142 submit_headers_shared_nva(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) submit_headers_shared_nva() argument
182 nghttp2_submit_headers(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, void *stream_user_data) nghttp2_submit_headers() argument
221 nghttp2_submit_priority(nghttp2_session *session, uint8_t flags, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_submit_priority() argument
742 set_request_flags(const nghttp2_priority_spec *pri_spec, const nghttp2_data_provider *data_prd) set_request_flags() argument
756 nghttp2_submit_request(nghttp2_session *session, const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd, void *stream_user_data) nghttp2_submit_request() argument
[all...]
H A Dnghttp2_frame.c62 nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, int32_t stream_id, nghttp2_headers_category cat, const nghttp2_priority_spec *pri_spec, nghttp2_nv *nva, size_t nvlen) nghttp2_frame_headers_init() argument
83 nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_frame_priority_init() argument
399 nghttp2_frame_pack_priority_spec(uint8_t *buf, const nghttp2_priority_spec *pri_spec) nghttp2_frame_pack_priority_spec() argument
408 nghttp2_frame_unpack_priority_spec(nghttp2_priority_spec *pri_spec, const uint8_t *payload) nghttp2_frame_unpack_priority_spec() argument
[all...]
H A Dnghttp2_session.c837 const nghttp2_priority_spec *pri_spec = pri_spec_in; in nghttp2_session_reprioritize_stream() local
1164 nghttp2_priority_spec pri_spec; nghttp2_session_add_item() local
1295 nghttp2_priority_spec *pri_spec = pri_spec_in; nghttp2_session_open_stream() local
4968 nghttp2_priority_spec pri_spec; nghttp2_session_on_push_promise_received() local
5262 nghttp2_priority_spec pri_spec; nghttp2_session_on_priority_update_received() local
7985 nghttp2_priority_spec pri_spec; nghttp2_session_upgrade_internal() local
8246 nghttp2_session_change_stream_priority( nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_change_stream_priority() argument
8283 nghttp2_session_create_idle_stream(nghttp2_session *session, int32_t stream_id, const nghttp2_priority_spec *pri_spec) nghttp2_session_create_idle_stream() argument
[all...]
/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc41 nghttp2_priority_spec pri_spec; in check_frame_pack_headers() local
101 nghttp2_priority_spec pri_spec; in check_frame_push_promise() local
/third_party/nghttp2/tests/
H A Dnghttp2_frame_test.c77 nghttp2_priority_spec pri_spec; in test_nghttp2_frame_pack_headers() local
212 nghttp2_priority_spec pri_spec; in test_nghttp2_frame_pack_priority() local
[all...]
H A Dnghttp2_test_helper.c269 nghttp2_priority_spec pri_spec; in open_stream_with_all() local
320 nghttp2_priority_spec pri_spec; in open_sent_stream() local
329 nghttp2_priority_spec pri_spec; in open_sent_stream2() local
381 nghttp2_priority_spec pri_spec; in open_recv_stream() local
390 nghttp2_priority_spec pri_spec; open_recv_stream2() local
[all...]
H A Dnghttp2_session_test.c1248 nghttp2_priority_spec pri_spec; in test_nghttp2_session_recv_continuation() local
1441 nghttp2_priority_spec pri_spec; in test_nghttp2_session_recv_headers_with_priority() local
3223 nghttp2_priority_spec pri_spec; test_nghttp2_session_on_request_headers_received() local
3583 nghttp2_priority_spec pri_spec; test_nghttp2_session_on_priority_received() local
5053 nghttp2_priority_spec pri_spec; test_nghttp2_session_reprioritize_stream() local
5198 nghttp2_priority_spec pri_spec; test_nghttp2_session_reprioritize_stream_with_idle_stream_dep() local
5499 nghttp2_priority_spec pri_spec; test_nghttp2_submit_request_without_data() local
5849 nghttp2_priority_spec pri_spec; test_nghttp2_submit_headers() local
6025 nghttp2_priority_spec pri_spec; test_nghttp2_submit_priority() local
7059 nghttp2_priority_spec pri_spec; test_nghttp2_session_open_stream() local
7143 nghttp2_priority_spec pri_spec; test_nghttp2_session_open_stream_with_idle_stream_dep() local
7182 nghttp2_priority_spec pri_spec; test_nghttp2_session_get_next_ob_item() local
7240 nghttp2_priority_spec pri_spec; test_nghttp2_session_pop_next_ob_item() local
10265 nghttp2_priority_spec pri_spec; test_nghttp2_session_open_idle_stream() local
10696 nghttp2_priority_spec pri_spec; test_nghttp2_session_change_stream_priority() local
10848 nghttp2_priority_spec pri_spec; test_nghttp2_session_create_idle_stream() local
10986 nghttp2_priority_spec pri_spec; test_nghttp2_session_repeated_priority_change() local
11036 nghttp2_priority_spec pri_spec; test_nghttp2_session_repeated_priority_submission() local
11695 nghttp2_priority_spec pri_spec; test_nghttp2_session_no_rfc7540_priorities() local
11796 nghttp2_priority_spec pri_spec; test_nghttp2_session_server_fallback_rfc7540_priorities() local
[all...]
/third_party/nghttp2/src/
H A Dnghttp.h175 nghttp2_priority_spec pri_spec; member
H A Dnghttp.cc293 nghttp2_priority_spec pri_spec; in resolve_dep() local
159 Request(const std::string &uri, const http_parser_url &u, const nghttp2_data_provider *data_prd, int64_t data_length, const nghttp2_priority_spec &pri_spec, int level) Request() argument
1195 nghttp2_priority_spec pri_spec; connection_made() local
1229 nghttp2_priority_spec pri_spec; connection_made() local
1466 add_request(const std::string &uri, const nghttp2_data_provider *data_prd, int64_t data_length, const nghttp2_priority_spec &pri_spec, int level) add_request() argument
1714 auto pri_spec = resolve_dep(res_type); update_html_parser() local
1880 nghttp2_priority_spec pri_spec; on_begin_headers_callback() local
2372 nghttp2_priority_spec pri_spec; communicate() local
2378 pri_spec); communicate() local
[all...]
/third_party/curl/lib/
H A Dcf-h2-proxy.c892 proxy_h2_submit(int32_t *pstream_id, struct Curl_cfilter *cf, struct Curl_easy *data, nghttp2_session *h2, struct httpreq *req, const nghttp2_priority_spec *pri_spec, void *stream_user_data, nghttp2_data_source_read_callback read_callback, void *read_ctx) proxy_h2_submit() argument
H A Dhttp2.c1812 nghttp2_priority_spec pri_spec; in h2_progress_egress() local
2036 nghttp2_priority_spec pri_spec; in h2_submit() local
1782 h2_pri_spec(struct Curl_easy *data, nghttp2_priority_spec *pri_spec) h2_pri_spec() argument
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1052 nghttp2_priority_spec pri_spec; member
1080 nghttp2_priority_spec pri_spec; member
[all...]
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1047 nghttp2_priority_spec pri_spec; member
1075 nghttp2_priority_spec pri_spec; member
[all...]

Completed in 37 milliseconds