Searched refs:new_tablelen (Results 1 – 1 of 1) sorted by relevance
122 static int resize(nghttp2_map *map, uint32_t new_tablelen) in resize() argument128 nghttp2_mem_calloc(map->mem, new_tablelen, sizeof(nghttp2_map_entry *)); in resize()139 insert(new_table, new_tablelen, entry); in resize()144 map->tablelen = new_tablelen; in resize()
Completed in 2 milliseconds