Home
last modified time | relevance | path

Searched refs:nghttp3_nv (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dhttp3.h47 nghttp3_nv make_nv(const std::string &name, const std::string &value,
50 nghttp3_nv make_nv(const StringRef &name, const StringRef &value,
53 nghttp3_nv make_nv_nocopy(const std::string &name, const std::string &value,
56 nghttp3_nv make_nv_nocopy(const StringRef &name, const StringRef &value,
61 constexpr nghttp3_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll()
68 nghttp3_nv make_nv_lc(const char (&name)[N], const char *value) { in make_nv_lc()
74 nghttp3_nv make_nv_lc_nocopy(const char (&name)[N], const char *value) { in make_nv_lc_nocopy()
82 nghttp3_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls()
94 nghttp3_nv make_nv_ls_nocopy(const char (&name)[N], const StringRef &value) { in make_nv_ls_nocopy()
105 void copy_headers_to_nva(std::vector<nghttp3_nv> &nva,
[all …]
H A Dhttp3.cc32 nghttp3_nv make_nv_internal(const std::string &name, const std::string &value, in make_nv_internal()
45 nghttp3_nv make_nv_internal(const StringRef &name, const StringRef &value, in make_nv_internal()
57 nghttp3_nv make_nv(const std::string &name, const std::string &value, in make_nv()
62 nghttp3_nv make_nv(const StringRef &name, const StringRef &value, in make_nv()
67 nghttp3_nv make_nv_nocopy(const std::string &name, const std::string &value, in make_nv_nocopy()
74 nghttp3_nv make_nv_nocopy(const StringRef &name, const StringRef &value, in make_nv_nocopy()
82 void copy_headers_to_nva_internal(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_internal()
181 void copy_headers_to_nva(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva()
186 void copy_headers_to_nva_nocopy(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_nocopy()
H A Dshrpx_http3_upstream.h139 const std::vector<nghttp3_nv> &nva) const;
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dhttp3.h47 nghttp3_nv make_nv(const std::string &name, const std::string &value,
50 nghttp3_nv make_nv(const StringRef &name, const StringRef &value,
53 nghttp3_nv make_nv_nocopy(const std::string &name, const std::string &value,
56 nghttp3_nv make_nv_nocopy(const StringRef &name, const StringRef &value,
61 constexpr nghttp3_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll()
68 nghttp3_nv make_nv_lc(const char (&name)[N], const char *value) { in make_nv_lc()
74 nghttp3_nv make_nv_lc_nocopy(const char (&name)[N], const char *value) { in make_nv_lc_nocopy()
82 nghttp3_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls()
94 nghttp3_nv make_nv_ls_nocopy(const char (&name)[N], const StringRef &value) { in make_nv_ls_nocopy()
105 void copy_headers_to_nva(std::vector<nghttp3_nv> &nva,
[all …]
H A Dhttp3.cc32 nghttp3_nv make_nv_internal(const std::string &name, const std::string &value, in make_nv_internal()
45 nghttp3_nv make_nv_internal(const StringRef &name, const StringRef &value, in make_nv_internal()
57 nghttp3_nv make_nv(const std::string &name, const std::string &value, in make_nv()
62 nghttp3_nv make_nv(const StringRef &name, const StringRef &value, in make_nv()
67 nghttp3_nv make_nv_nocopy(const std::string &name, const std::string &value, in make_nv_nocopy()
74 nghttp3_nv make_nv_nocopy(const StringRef &name, const StringRef &value, in make_nv_nocopy()
82 void copy_headers_to_nva_internal(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_internal()
181 void copy_headers_to_nva(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva()
186 void copy_headers_to_nva_nocopy(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_nocopy()
H A Dshrpx_http3_upstream.h139 const std::vector<nghttp3_nv> &nva) const;
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dhttp3.h47 nghttp3_nv make_nv(const std::string &name, const std::string &value,
50 nghttp3_nv make_nv(const StringRef &name, const StringRef &value,
53 nghttp3_nv make_nv_nocopy(const std::string &name, const std::string &value,
56 nghttp3_nv make_nv_nocopy(const StringRef &name, const StringRef &value,
61 constexpr nghttp3_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll()
68 nghttp3_nv make_nv_lc(const char (&name)[N], const char *value) { in make_nv_lc()
74 nghttp3_nv make_nv_lc_nocopy(const char (&name)[N], const char *value) { in make_nv_lc_nocopy()
82 nghttp3_nv make_nv_ls(const char (&name)[N], const std::string &value) { in make_nv_ls()
94 nghttp3_nv make_nv_ls_nocopy(const char (&name)[N], const StringRef &value) { in make_nv_ls_nocopy()
105 void copy_headers_to_nva(std::vector<nghttp3_nv> &nva,
[all …]
H A Dhttp3.cc32 nghttp3_nv make_nv_internal(const std::string &name, const std::string &value, in make_nv_internal()
45 nghttp3_nv make_nv_internal(const StringRef &name, const StringRef &value, in make_nv_internal()
57 nghttp3_nv make_nv(const std::string &name, const std::string &value, in make_nv()
62 nghttp3_nv make_nv(const StringRef &name, const StringRef &value, in make_nv()
67 nghttp3_nv make_nv_nocopy(const std::string &name, const std::string &value, in make_nv_nocopy()
74 nghttp3_nv make_nv_nocopy(const StringRef &name, const StringRef &value, in make_nv_nocopy()
82 void copy_headers_to_nva_internal(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_internal()
181 void copy_headers_to_nva(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva()
186 void copy_headers_to_nva_nocopy(std::vector<nghttp3_nv> &nva, in copy_headers_to_nva_nocopy()
H A Dshrpx_http3_upstream.h139 const std::vector<nghttp3_nv> &nva) const;
/dports/www/libnghttp3/nghttp3-b9e565c/tests/
H A Dnghttp3_conn_test.c473 const nghttp3_nv nva[] = { in test_nghttp3_conn_submit_request()
770 fr.nva = (nghttp3_nv *)nva; in check_http_header()
1306 const nghttp3_nv trnv[] = { in test_nghttp3_conn_http_non_final_response()
1418 const nghttp3_nv trnv[] = { in test_nghttp3_conn_http_trailers()
2070 const nghttp3_nv nva[] = { in test_nghttp3_conn_just_fin()
2176 const nghttp3_nv nva[] = { in test_nghttp3_conn_submit_response_read_blocked()
2287 const nghttp3_nv nva[] = { in test_nghttp3_conn_recv_goaway()
2419 const nghttp3_nv nva[] = { in test_nghttp3_conn_shutdown_server()
2505 const nghttp3_nv nva[] = { in test_nghttp3_conn_shutdown_client()
2712 const nghttp3_nv nva[] = { in test_nghttp3_conn_set_stream_priority()
[all …]
H A Dnghttp3_qpack_test.c37 int64_t stream_id, const nghttp3_nv *nva, in check_decode_header()
42 const nghttp3_nv *nv; in check_decode_header()
143 nghttp3_nv nva[] = { in test_nghttp3_qpack_encoder_encode()
237 nghttp3_nv nva1[] = { in test_nghttp3_qpack_encoder_still_blocked()
241 nghttp3_nv nva2[] = { in test_nghttp3_qpack_encoder_still_blocked()
315 const nghttp3_nv nva1[] = { in test_nghttp3_qpack_encoder_set_dtable_cap()
319 const nghttp3_nv nva2[] = { in test_nghttp3_qpack_encoder_set_dtable_cap()
561 const nghttp3_nv nva1[] = { in test_nghttp3_qpack_decoder_feedback()
565 const nghttp3_nv nva2[] = { in test_nghttp3_qpack_decoder_feedback()
569 const nghttp3_nv nva3[] = { in test_nghttp3_qpack_decoder_feedback()
H A Dnghttp3_test_helper.c58 const nghttp3_nv *nva; in nghttp3_write_frame_qpack()
97 const nghttp3_nv *nva; in nghttp3_write_frame_qpack_dyn()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_qpack.h297 const nghttp3_nv *nv, uint64_t base,
318 nghttp3_qpack_lookup_stable(const nghttp3_nv *nv, int32_t token,
392 const nghttp3_nv *nv);
408 uint64_t base, const nghttp3_nv *nv);
422 const nghttp3_nv *nv);
438 const nghttp3_nv *nv);
454 const nghttp3_nv *nv);
483 const nghttp3_nv *nv);
586 const nghttp3_nv *nv,
602 const nghttp3_nv *nv,
[all …]
H A Dnghttp3_frame.c124 int nghttp3_nva_copy(nghttp3_nv **pnva, const nghttp3_nv *nva, size_t nvlen, in nghttp3_nva_copy()
129 nghttp3_nv *p; in nghttp3_nva_copy()
147 buflen += sizeof(nghttp3_nv) * nvlen; in nghttp3_nva_copy()
156 data = (uint8_t *)(*pnva) + sizeof(nghttp3_nv) * nvlen; in nghttp3_nva_copy()
193 void nghttp3_nva_del(nghttp3_nv *nva, const nghttp3_mem *mem) { in nghttp3_nva_del()
H A Dnghttp3_frame.h69 nghttp3_nv *nva;
200 int nghttp3_nva_copy(nghttp3_nv **pnva, const nghttp3_nv *nva, size_t nvlen,
206 void nghttp3_nva_del(nghttp3_nv *nva, const nghttp3_mem *mem);
H A Dnghttp3_qpack.c792 const nghttp3_nv *nv, int32_t token, in encoder_qpack_map_find()
1597 nghttp3_qpack_lookup_stable(const nghttp3_nv *nv, int32_t token, in nghttp3_qpack_lookup_stable()
1817 const nghttp3_nv *nv) { in qpack_encoder_write_indexed_name()
1863 const nghttp3_nv *nv) { in nghttp3_qpack_encoder_write_static_indexed_name()
1875 uint64_t base, const nghttp3_nv *nv) { in nghttp3_qpack_encoder_write_dynamic_indexed_name()
1972 const nghttp3_nv *nv) { in nghttp3_qpack_encoder_write_literal()
1983 const nghttp3_nv *nv) { in nghttp3_qpack_encoder_write_static_insert()
1993 const nghttp3_nv *nv) { in nghttp3_qpack_encoder_write_dynamic_insert()
2102 const nghttp3_nv *nv, in nghttp3_qpack_encoder_dtable_static_add()
2132 const nghttp3_nv *nv, in nghttp3_qpack_encoder_dtable_dynamic_add()
[all …]
H A Dnghttp3_http.h145 const nghttp3_nv *nva, size_t nvlen);
H A Dnghttp3_stream.h293 int64_t frame_type, const nghttp3_nv *nva,
H A Dnghttp3_conn.c2050 const nghttp3_nv *nva, size_t nvlen, in conn_submit_headers_data()
2053 nghttp3_nv *nnva; in conn_submit_headers_data()
2121 const nghttp3_nv *nva, size_t nvlen, in nghttp3_conn_submit_request()
2165 const nghttp3_nv *nva, size_t nvlen) { in nghttp3_conn_submit_info()
2182 const nghttp3_nv *nva, size_t nvlen, in nghttp3_conn_submit_response()
2203 const nghttp3_nv *nva, size_t nvlen) { in nghttp3_conn_submit_trailers()
/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dutil.h51 constexpr nghttp3_nv make_nv(const T (&name)[N1], const T (&value)[N2]) { in make_nv()
52 return nghttp3_nv{(uint8_t *)name, (uint8_t *)value, N1 - 1, N2 - 1, in make_nv()
57 constexpr nghttp3_nv make_nv(const T (&name)[N], const S &value) { in make_nv()
58 return nghttp3_nv{(uint8_t *)name, (uint8_t *)value.data(), N - 1, in make_nv()
63 constexpr nghttp3_nv make_nv(const S1 &name, const S2 &value) { in make_nv()
64 return nghttp3_nv{(uint8_t *)name.data(), (uint8_t *)value.data(), in make_nv()
H A Ddebug.h112 void print_http_request_headers(int64_t stream_id, const nghttp3_nv *nva,
115 void print_http_response_headers(int64_t stream_id, const nghttp3_nv *nva,
H A Ddebug.cc233 void print_header(const nghttp3_nv &nv) { in print_header()
262 void print_http_request_headers(int64_t stream_id, const nghttp3_nv *nva, in print_http_request_headers()
272 void print_http_response_headers(int64_t stream_id, const nghttp3_nv *nva, in print_http_response_headers()
/dports/www/libnghttp3/nghttp3-b9e565c/lib/includes/nghttp3/
H A Dnghttp3.h725 typedef struct nghttp3_nv { struct
749 } nghttp3_nv; typedef
1143 nghttp3_buf *ebuf, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen);
2249 nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen,
2261 const nghttp3_nv *nva,
2275 const nghttp3_nv *nva,
2289 const nghttp3_nv *nva,
/dports/www/libnghttp3/nghttp3-b9e565c/examples/
H A Dqpack_encode.cc81 int64_t stream_id, const nghttp3_nv *nva, size_t len) { in encode()
158 auto nva = std::vector<nghttp3_nv>(); in encode()
183 nva.emplace_back(nghttp3_nv{ in encode()
H A Dqpack_encode.h45 int64_t stream_id, const nghttp3_nv *nva, size_t len);

12