Lines Matching refs:nghttp2_rcbuf
25 #include "nghttp2_rcbuf.h"
33 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size,
37 p = nghttp2_mem_malloc(mem, sizeof(nghttp2_rcbuf) + size);
46 (*rcbuf_ptr)->base = p + sizeof(nghttp2_rcbuf);
53 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src,
71 void nghttp2_rcbuf_del(nghttp2_rcbuf *rcbuf) {
75 void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf) {
83 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) {
95 nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf) {
100 int nghttp2_rcbuf_is_static(const nghttp2_rcbuf *rcbuf) {