Searched refs:nghttp3_qpack_nv (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_qpack.h | 70 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);
|
D | nghttp3_qpack.c | 730 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 …]
|
D | nghttp3_http.c | 82 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()
|
D | nghttp3_http.h | 101 int nghttp3_http_on_header(nghttp3_http_state *http, nghttp3_qpack_nv *nv,
|
D | nghttp3_conn.c | 1532 nghttp3_qpack_nv nv; in conn_decode_headers()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/ |
D | nghttp3.h | 1061 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,
|