Home
last modified time | relevance | path

Searched refs:map_resize (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_map.c172 function is called from map_resize. That said, there is no in insert()
185 static int map_resize(nghttp2_map *map, uint32_t new_tablelen, in map_resize() function
226 rv = map_resize(map, map->tablelen * 2, map->tablelenbits + 1); in nghttp2_map_insert()
231 rv = map_resize(map, 1 << NGHTTP2_INITIAL_TABLE_LENBITS, in nghttp2_map_insert()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c170 function is called from map_resize. That said, there is no in insert()
183 static int map_resize(ngtcp2_map *map, uint32_t new_tablelen, in map_resize() function
224 rv = map_resize(map, map->tablelen * 2, map->tablelenbits + 1); in ngtcp2_map_insert()
229 rv = map_resize(map, 1 << NGTCP2_INITIAL_TABLE_LENBITS, in ngtcp2_map_insert()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.c170 function is called from map_resize. That said, there is no in insert()
183 static int map_resize(nghttp2_map *map, uint32_t new_tablelen, in map_resize() function
224 rv = map_resize(map, map->tablelen * 2, map->tablelenbits + 1); in nghttp2_map_insert()
229 rv = map_resize(map, 1 << NGHTTP2_INITIAL_TABLE_LENBITS, in nghttp2_map_insert()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.c171 function is called from map_resize. That said, there is no in insert()
184 static int map_resize(nghttp3_map *map, uint32_t new_tablelen, in map_resize() function
225 rv = map_resize(map, map->tablelen * 2, map->tablelenbits + 1); in nghttp3_map_insert()
230 rv = map_resize(map, 1 << NGHTTP3_INITIAL_TABLE_LENBITS, in nghttp3_map_insert()

Completed in 3 milliseconds