Home
last modified time | relevance | path

Searched refs:nghttp2_hd_nv (Results 1 – 10 of 10) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_hd.h132 } nghttp2_hd_nv; typedef
136 nghttp2_hd_nv nv;
267 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv);
360 nghttp2_hd_nv *nv_out, int *inflate_flags,
375 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t index);
Dnghttp2_hd.c482 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
501 static int name_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) { in name_eq()
506 static int value_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) { in value_eq()
781 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header()
1096 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental()
1295 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t idx) { in nghttp2_hd_table_get()
1302 nghttp2_hd_nv nv = {(nghttp2_rcbuf *)&ent->name, in nghttp2_hd_table_get()
1391 nghttp2_hd_nv hd_nv; in deflate_nv()
1733 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_indexed()
1734 nghttp2_hd_nv nv = nghttp2_hd_table_get(&inflater->ctx, inflater->index); in hd_inflate_commit_indexed()
[all …]
Dnghttp2_http.c85 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header()
115 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header()
228 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header()
333 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header()
Dnghttp2_http.h51 nghttp2_frame *frame, nghttp2_hd_nv *nv,
Dnghttp2_session.c3339 const nghttp2_hd_nv *nv) { in session_call_on_header()
3362 const nghttp2_hd_nv *nv) { in session_call_on_invalid_header()
3583 nghttp2_hd_nv nv; in inflate_header_block()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd.h132 } nghttp2_hd_nv; typedef
136 nghttp2_hd_nv nv;
267 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv);
360 nghttp2_hd_nv *nv_out, int *inflate_flags,
375 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t index);
Dnghttp2_hd.c482 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init()
501 static int name_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) { in name_eq()
506 static int value_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) { in value_eq()
781 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) { in emit_header()
1096 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental()
1295 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t idx) { in nghttp2_hd_table_get()
1302 nghttp2_hd_nv nv = {(nghttp2_rcbuf *)&ent->name, in nghttp2_hd_table_get()
1391 nghttp2_hd_nv hd_nv; in deflate_nv()
1733 nghttp2_hd_nv *nv_out) { in hd_inflate_commit_indexed()
1734 nghttp2_hd_nv nv = nghttp2_hd_table_get(&inflater->ctx, inflater->index); in hd_inflate_commit_indexed()
[all …]
Dnghttp2_http.c85 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header()
115 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header()
228 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header()
333 nghttp2_frame *frame, nghttp2_hd_nv *nv, in nghttp2_http_on_header()
Dnghttp2_http.h51 nghttp2_frame *frame, nghttp2_hd_nv *nv,
Dnghttp2_session.c3339 const nghttp2_hd_nv *nv) { in session_call_on_header()
3362 const nghttp2_hd_nv *nv) { in session_call_on_invalid_header()
3583 nghttp2_hd_nv nv; in inflate_header_block()