Home
last modified time | relevance | path

Searched refs:tablelen (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.c37 map->tablelen = INITIAL_TABLE_LENGTH; in nghttp2_map_init()
39 nghttp2_mem_calloc(mem, map->tablelen, sizeof(nghttp2_map_bucket)); in nghttp2_map_init()
57 for (i = 0; i < map->tablelen; ++i) { in nghttp2_map_free()
75 for (i = 0; i < map->tablelen; ++i) { in nghttp2_map_each_free()
106 for (i = 0; i < map->tablelen; ++i) { in nghttp2_map_each()
157 uint32_t tablelen, nghttp2_map_entry *entry) { in map_insert() argument
158 uint32_t h = hash(entry->key, tablelen); in map_insert()
203 for (i = 0; i < map->tablelen; ++i) { in map_resize()
226 for (i = 0; i < map->tablelen; ++i) { in map_resize()
235 map->tablelen = new_tablelen; in map_resize()
[all …]
Dnghttp2_map.h60 uint32_t tablelen; member
/third_party/nghttp2/lib/
Dnghttp2_map.c37 map->tablelen = INITIAL_TABLE_LENGTH; in nghttp2_map_init()
39 nghttp2_mem_calloc(mem, map->tablelen, sizeof(nghttp2_map_bucket)); in nghttp2_map_init()
57 for (i = 0; i < map->tablelen; ++i) { in nghttp2_map_free()
75 for (i = 0; i < map->tablelen; ++i) { in nghttp2_map_each_free()
106 for (i = 0; i < map->tablelen; ++i) { in nghttp2_map_each()
157 uint32_t tablelen, nghttp2_map_entry *entry) { in map_insert() argument
158 uint32_t h = hash(entry->key, tablelen); in map_insert()
203 for (i = 0; i < map->tablelen; ++i) { in map_resize()
226 for (i = 0; i < map->tablelen; ++i) { in map_resize()
235 map->tablelen = new_tablelen; in map_resize()
[all …]
Dnghttp2_map.h60 uint32_t tablelen; member