Searched refs:nghttp2_buf_reserve (Results 1 - 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.h | 76 * nghttp2_buf_reserve() to allocate memory. 108 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem);
|
H A D | nghttp2_buf.c | 42 return nghttp2_buf_reserve(buf, initial, mem); in nghttp2_buf_init2() 54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve() function
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_buf.h | 76 * nghttp2_buf_reserve() to allocate memory. 108 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem);
|
H A D | nghttp2_buf.c | 42 return nghttp2_buf_reserve(buf, initial, mem); in nghttp2_buf_init2() 54 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem) { in nghttp2_buf_reserve() function
|
Completed in 4 milliseconds