Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_submit.c72 nghttp2_nv *nva_copy, size_t nvlen, in submit_headers_shared() argument
121 pri_spec, nva_copy, nvlen); in submit_headers_shared()
166 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in submit_headers_shared_nva()
176 const nghttp2_nv *nva, size_t nvlen) in nghttp2_submit_trailer() argument
190 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_headers() argument
217 nvlen, NULL, stream_user_data); in nghttp2_submit_headers()
324 size_t nvlen, in nghttp2_submit_push_promise() argument
362 rv = nghttp2_nv_array_copy(&nva_copy, nva, nvlen, mem); in nghttp2_submit_push_promise()
607 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_request() argument
643 const nghttp2_nv *nva, size_t nvlen, in nghttp2_submit_response() argument
[all …]
A Dnghttp2_frame.c73 frame->nvlen = nvlen; in nghttp2_frame_headers_init()
137 frame->nvlen = nvlen; in nghttp2_frame_push_promise_init()
417 frame->nvlen = 0; in nghttp2_frame_unpack_headers_payload()
596 frame->nvlen = 0; in nghttp2_frame_unpack_push_promise_payload()
892 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen) in nghttp2_nv_array_sort() argument
894 qsort(nva, nvlen, sizeof(nghttp2_nv), nv_compar); in nghttp2_nv_array_sort()
898 size_t nvlen, nghttp2_mem *mem) in nghttp2_nv_array_copy() argument
905 if (nvlen == 0) { in nghttp2_nv_array_copy()
911 for (i = 0; i < nvlen; ++i) { in nghttp2_nv_array_copy()
921 buflen += sizeof(nghttp2_nv) * nvlen; in nghttp2_nv_array_copy()
[all …]
A Dnghttp2_frame.h403 nghttp2_nv *nva, size_t nvlen);
424 nghttp2_nv *nva, size_t nvlen);
517 void nghttp2_nv_array_sort(nghttp2_nv *nva, size_t nvlen);
535 size_t nvlen, nghttp2_mem *mem);
A Dnghttp2_http.c588 size_t nvlen; in nghttp2_http_record_request_method() local
594 nvlen = frame->headers.nvlen; in nghttp2_http_record_request_method()
598 nvlen = frame->push_promise.nvlen; in nghttp2_http_record_request_method()
605 for (i = 0; i < nvlen; ++i) { in nghttp2_http_record_request_method()
A Dnghttp2.h1030 size_t nvlen; member
1127 size_t nvlen; member
3808 const nghttp2_nv *nva, size_t nvlen, const nghttp2_data_provider *data_prd,
3877 size_t nvlen, const nghttp2_data_provider *data_prd);
3932 const nghttp2_nv *nva, size_t nvlen);
4024 const nghttp2_priority_spec *pri_spec, const nghttp2_nv *nva, size_t nvlen,
4234 const nghttp2_nv *nva, size_t nvlen, void *promised_stream_user_data);
4778 size_t nvlen);
4811 size_t nvlen);
4821 size_t nvlen);
A Dnghttp2_hd.c1477 size_t nvlen) in nghttp2_hd_deflate_hd_bufs() argument
1509 for (i = 0; i < nvlen; ++i) { in nghttp2_hd_deflate_hd_bufs()
1527 size_t buflen, const nghttp2_nv *nv, size_t nvlen) in nghttp2_hd_deflate_hd() argument
1541 rv = nghttp2_hd_deflate_hd_bufs(deflater, &bufs, nv, nvlen); in nghttp2_hd_deflate_hd()
1560 const nghttp2_nv *nv, size_t nvlen) in nghttp2_hd_deflate_hd_vec() argument
1575 rv = nghttp2_hd_deflate_hd_bufs(deflater, &bufs, nv, nvlen); in nghttp2_hd_deflate_hd_vec()
1593 const nghttp2_nv *nva, size_t nvlen) in nghttp2_hd_deflate_bound() argument
1611 n += 6 * 2 * nvlen; in nghttp2_hd_deflate_bound()
1613 for (i = 0; i < nvlen; ++i) { in nghttp2_hd_deflate_bound()
A Dnghttp2_hd.h334 size_t nvlen);
A Dnghttp2_session.c1959 size_t nvlen, size_t additional) in session_estimate_headers_payload() argument
1961 return nghttp2_hd_deflate_bound(&session->hd_deflater, nva, nvlen) + in session_estimate_headers_payload()
2178 session, frame->headers.nva, frame->headers.nvlen, in session_prep_frame()
2274 session, frame->push_promise.nva, frame->push_promise.nvlen, 0); in session_prep_frame()
/AliOS-Things-master/components/linkkit/http2/
A Diotx_http2.c148 for (i = 0; i < frame->headers.nvlen; ++i) { in on_frame_send_callback()

Completed in 34 milliseconds