Searched refs:nghttp2_rcbuf_new2 (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_rcbuf.h | 72 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src,
|
H A D | nghttp2_rcbuf.c | 53 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp2_rcbuf_new2() function
|
H A D | nghttp2_hd.c | 1403 rv = nghttp2_rcbuf_new2(&hd_nv.name, nv->name, nv->namelen, mem); in deflate_nv() 1409 rv = nghttp2_rcbuf_new2(&hd_nv.value, nv->value, nv->valuelen, mem); in deflate_nv()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_rcbuf.h | 72 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src,
|
H A D | nghttp2_rcbuf.c | 53 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp2_rcbuf_new2() function
|
H A D | nghttp2_hd.c | 1403 rv = nghttp2_rcbuf_new2(&hd_nv.name, nv->name, nv->namelen, mem); in deflate_nv() 1409 rv = nghttp2_rcbuf_new2(&hd_nv.value, nv->value, nv->valuelen, mem); in deflate_nv()
|
Completed in 7 milliseconds