Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_mem.h46 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size);
A Dnghttp2_mem.c113 void *nghttp2_mem_realloc(nghttp2_mem *mem, void *ptr, size_t size) in nghttp2_mem_realloc() function
A Dnghttp2_pq.c80 nq = nghttp2_mem_realloc(pq->mem, pq->q, in nghttp2_pq_push()
A Dnghttp2_buf.c70 ptr = nghttp2_mem_realloc(mem, buf->begin, new_cap); in nghttp2_buf_reserve()

Completed in 5 milliseconds