Searched refs:nghttp2_hd_nv (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_hd.h | 131 } nghttp2_hd_nv; typedef 135 nghttp2_hd_nv nv; 266 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv); 359 nghttp2_hd_nv *nv_out, int *inflate_flags, 374 nghttp2_hd_nv nghttp2_hd_table_get(nghttp2_hd_context *context, size_t index);
|
A D | nghttp2_hd.c | 497 static int name_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) in name_eq() 503 static int value_eq(const nghttp2_hd_nv *a, const nghttp2_nv *b) in value_eq() 800 static void emit_header(nghttp2_hd_nv *nv_out, nghttp2_hd_nv *nv) in emit_header() 1341 nghttp2_hd_nv nv = { &ent->name, &ent->value, ent->token, in nghttp2_hd_table_get() 1431 nghttp2_hd_nv hd_nv; in deflate_nv() 1778 nghttp2_hd_nv *nv_out) in hd_inflate_commit_indexed() 1797 nghttp2_hd_nv *nv_out) in hd_inflate_commit_newname() 1799 nghttp2_hd_nv nv; in hd_inflate_commit_newname() 1844 nghttp2_hd_nv *nv_out) in hd_inflate_commit_indname() 1846 nghttp2_hd_nv nv; in hd_inflate_commit_indname() [all …]
|
A D | nghttp2_http.h | 51 nghttp2_frame *frame, nghttp2_hd_nv *nv,
|
A D | nghttp2_http.c | 89 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() 122 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() 239 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() 427 nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) in nghttp2_http_on_header()
|
A D | nghttp2_session.c | 3409 const nghttp2_hd_nv *nv) in session_call_on_header() 3434 const nghttp2_hd_nv *nv) in session_call_on_invalid_header() 3667 nghttp2_hd_nv nv; in inflate_header_block()
|
Completed in 19 milliseconds