Searched refs:nghttp2_hd_entry (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.h | 118 struct nghttp2_hd_entry; 119 typedef struct nghttp2_hd_entry nghttp2_hd_entry; typedef 135 struct nghttp2_hd_entry { struct 142 nghttp2_hd_entry *next; 144 store nghttp2_hd_entry to dynamic header table. */ 160 nghttp2_hd_entry **buffer; 206 /* Next sequence number for nghttp2_hd_entry */ 217 nghttp2_hd_entry *table[HD_MAP_SIZE]; 268 void nghttp2_hd_entry_init(nghttp2_hd_entry *en [all...] |
H A D | nghttp2_hd.c | 35 /* Make scalar initialization form of nghttp2_hd_entry */ 487 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init() 501 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free() 533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert() 534 nghttp2_hd_entry **bucket; in hd_map_insert() 548 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() 551 nghttp2_hd_entry *p; in hd_map_find() 552 nghttp2_hd_entry *res = NULL; in hd_map_find() 577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 578 nghttp2_hd_entry **ds in hd_map_remove() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_hd.h | 118 struct nghttp2_hd_entry; 119 typedef struct nghttp2_hd_entry nghttp2_hd_entry; typedef 135 struct nghttp2_hd_entry { struct 142 nghttp2_hd_entry *next; 144 store nghttp2_hd_entry to dynamic header table. */ 160 nghttp2_hd_entry **buffer; 206 /* Next sequence number for nghttp2_hd_entry */ 217 nghttp2_hd_entry *table[HD_MAP_SIZE]; 268 void nghttp2_hd_entry_init(nghttp2_hd_entry *en [all...] |
H A D | nghttp2_hd.c | 35 /* Make scalar initialization form of nghttp2_hd_entry */ 487 void nghttp2_hd_entry_init(nghttp2_hd_entry *ent, nghttp2_hd_nv *nv) { in nghttp2_hd_entry_init() 501 void nghttp2_hd_entry_free(nghttp2_hd_entry *ent) { in nghttp2_hd_entry_free() 533 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_insert() 534 nghttp2_hd_entry **bucket; in hd_map_insert() 548 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() 551 nghttp2_hd_entry *p; in hd_map_find() 552 nghttp2_hd_entry *res = NULL; in hd_map_find() 577 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) { in hd_map_remove() 578 nghttp2_hd_entry **ds in hd_map_remove() [all...] |
Completed in 5 milliseconds