Searched refs:nghttp2_buf_reserve (Results 1 – 5 of 5) sorted by relevance
/third_party/nghttp2/lib/ |
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
|
D | nghttp2_buf.h | 108 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem);
|
D | libnghttp2_shared.map | 11 nghttp2_buf_reserve;
|
/third_party/node/deps/nghttp2/lib/ |
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
|
D | nghttp2_buf.h | 108 int nghttp2_buf_reserve(nghttp2_buf *buf, size_t new_cap, nghttp2_mem *mem);
|