Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_map.c122 static int resize(nghttp2_map *map, uint32_t new_tablelen) in resize() argument
128 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