Home
last modified time | relevance | path

Searched refs:NGHTTP2_HD_ENTRY_OVERHEAD (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/src/
H A Dcomp_helper.c32 #define NGHTTP2_HD_ENTRY_OVERHEAD 32 macro
50 NGHTTP2_HD_ENTRY_OVERHEAD))); in dump_deflate_header_table()
82 NGHTTP2_HD_ENTRY_OVERHEAD))); in dump_inflate_header_table()
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h40 #define NGHTTP2_HD_ENTRY_OVERHEAD 32 macro
202 NGHTTP2_HD_ENTRY_OVERHEAD bytes overhead per each entry. */
H A Dnghttp2_hd.c681 context->hd_table_bufsize_max / NGHTTP2_HD_ENTRY_OVERHEAD, mem); in hd_context_init()
783 return NGHTTP2_HD_ENTRY_OVERHEAD + namelen + valuelen; in entry_room()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h40 #define NGHTTP2_HD_ENTRY_OVERHEAD 32 macro
202 NGHTTP2_HD_ENTRY_OVERHEAD bytes overhead per each entry. */
H A Dnghttp2_hd.c681 context->hd_table_bufsize_max / NGHTTP2_HD_ENTRY_OVERHEAD, mem); in hd_context_init()
783 return NGHTTP2_HD_ENTRY_OVERHEAD + namelen + valuelen; in entry_room()

Completed in 8 milliseconds