Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_mem.h43 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size);
H A Dnghttp2_mem.c72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc() function
H A Dnghttp2_pq.c74 nq = nghttp2_mem_realloc(pq->mem, pq->q, in nghttp2_pq_push()
H A Dnghttp2_buf.c66 ptr = nghttp2_mem_realloc(mem, buf->begin, new_cap); in nghttp2_buf_reserve()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_mem.h43 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size);
H A Dnghttp2_mem.c72 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) { in nghttp2_mem_realloc() function
H A Dnghttp2_pq.c74 nq = nghttp2_mem_realloc(pq->mem, pq->q, in nghttp2_pq_push()
H A Dnghttp2_buf.c66 ptr = nghttp2_mem_realloc(mem, buf->begin, new_cap); in nghttp2_buf_reserve()

Completed in 4 milliseconds