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

/external/curl/lib/
H A Dhttp2.c1378 * h2_pri_spec() fills in the pri_spec struct, used by nghttp2 to send weight
1384 nghttp2_priority_spec *pri_spec)
1389 nghttp2_priority_spec_init(pri_spec, depstream_id, data->set.stream_weight,
1409 nghttp2_priority_spec pri_spec; local
1412 h2_pri_spec(data, &pri_spec);
1417 &pri_spec);
1738 nghttp2_priority_spec pri_spec; local
1952 h2_pri_spec(conn->data, &pri_spec);
1967 stream_id = nghttp2_submit_request(h2, &pri_spec, nva, nheader,
1971 stream_id = nghttp2_submit_request(h2, &pri_spec, nv
1383 h2_pri_spec(struct Curl_easy *data, nghttp2_priority_spec *pri_spec) argument
[all...]

Completed in 161 milliseconds