Searched refs:nghttp2_mem_calloc (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_mem.h | 42 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size);
|
H A D | nghttp2_mem.c | 68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc() function
|
H A D | nghttp2_map.c | 194 nghttp2_mem_calloc(map->mem, new_tablelen, sizeof(nghttp2_map_bucket)); in map_resize()
|
H A D | nghttp2_session.c | 448 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_mem.h | 42 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size);
|
H A D | nghttp2_mem.c | 68 void *nghttp2_mem_calloc(nghttp2_mem *mem, size_t nmemb, size_t size) { in nghttp2_mem_calloc() function
|
H A D | nghttp2_map.c | 192 nghttp2_mem_calloc(map->mem, new_tablelen, sizeof(nghttp2_map_bucket)); in map_resize()
|
H A D | nghttp2_session.c | 448 *session_ptr = nghttp2_mem_calloc(mem, 1, sizeof(nghttp2_session)); in session_new()
|
Completed in 20 milliseconds