Home
last modified time | relevance | path

Searched refs:nghttp3_qpack_nv (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack.h70 nghttp3_qpack_nv nv;
567 nghttp3_qpack_nv *qnv,
688 void nghttp3_qpack_entry_init(nghttp3_qpack_entry *ent, nghttp3_qpack_nv *qnv,
971 nghttp3_qpack_nv *nv);
975 nghttp3_qpack_nv *nv);
979 nghttp3_qpack_nv *nv);
Dnghttp3_qpack.c730 static int qpack_nv_name_eq(const nghttp3_qpack_nv *a, const nghttp3_nv *b) { in qpack_nv_name_eq()
735 static int qpack_nv_value_eq(const nghttp3_qpack_nv *a, const nghttp3_nv *b) { in qpack_nv_value_eq()
2022 nghttp3_qpack_nv *qnv, in nghttp3_qpack_context_dtable_add()
2091 nghttp3_qpack_nv qnv; in nghttp3_qpack_encoder_dtable_static_add()
2120 nghttp3_qpack_nv qnv; in nghttp3_qpack_encoder_dtable_dynamic_add()
2149 nghttp3_qpack_nv qnv; in nghttp3_qpack_encoder_dtable_duplicate_add()
2171 nghttp3_qpack_nv qnv; in nghttp3_qpack_encoder_dtable_literal_add()
2216 void nghttp3_qpack_entry_init(nghttp3_qpack_entry *ent, nghttp3_qpack_nv *qnv, in nghttp3_qpack_entry_init()
3111 nghttp3_qpack_nv qnv; in nghttp3_qpack_decoder_dtable_static_add()
3135 nghttp3_qpack_nv qnv; in nghttp3_qpack_decoder_dtable_dynamic_add()
[all …]
Dnghttp3_http.c82 const nghttp3_qpack_nv *nv, uint32_t flag) { in check_pseudo_header()
825 nghttp3_qpack_nv *nv, int trailers, in http_request_on_header()
956 nghttp3_qpack_nv *nv, int trailers) { in http_response_on_header()
1299 int nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv, in nghttp3_http_on_header()
Dnghttp3_http.h101 int nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv,
Dnghttp3_conn.c1532 nghttp3_qpack_nv nv; in conn_decode_headers()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h1061 typedef struct nghttp3_qpack_nv { struct
1083 } nghttp3_qpack_nv; argument
1425 nghttp3_qpack_nv *nv, uint8_t *pflags, const uint8_t *src, size_t srclen,