Searched refs:nghttp3_mem_calloc (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_mem.h | 41 void *nghttp3_mem_calloc(const nghttp3_mem *mem, size_t nmemb, size_t size); 67 # define nghttp3_mem_calloc(MEM, NMEMB, SIZE) \ macro
|
D | nghttp3_mem.c | 69 void *nghttp3_mem_calloc(const nghttp3_mem *mem, size_t nmemb, size_t size) { in nghttp3_mem_calloc() function
|
D | nghttp3_map.c | 193 nghttp3_mem_calloc(map->mem, new_tablelen, sizeof(nghttp3_map_bucket)); in map_resize()
|
D | nghttp3_conn.c | 227 conn = nghttp3_mem_calloc(mem, 1, sizeof(nghttp3_conn)); in conn_new()
|