Home
last modified time | relevance | path

Searched refs:nghttp2_mem_calloc (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_mem.h42 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size);
H A Dnghttp2_mem.c68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc() function
H A Dnghttp2_map.c194 nghttp2_mem_calloc(map->mem, new_tablelen, sizeof(nghttp2_map_bucket)); in map_resize()
H A Dnghttp2_session.c448 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_mem.h42 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size);
H A Dnghttp2_mem.c68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc() function
H A Dnghttp2_map.c192 nghttp2_mem_calloc(map->mem, new_tablelen, sizeof(nghttp2_map_bucket)); in map_resize()
H A Dnghttp2_session.c448 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new()

Completed in 20 milliseconds