Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_rcbuf.c33 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, nghttp2_mem *mem) in nghttp2_rcbuf_new()
37 p = nghttp2_mem_malloc(mem, sizeof(nghttp2_rcbuf) + size); in nghttp2_rcbuf_new()
46 (*rcbuf_ptr)->base = p + sizeof(nghttp2_rcbuf); in nghttp2_rcbuf_new()
53 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp2_rcbuf_new2()
72 void nghttp2_rcbuf_del(nghttp2_rcbuf *rcbuf) in nghttp2_rcbuf_del()
77 void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf) in nghttp2_rcbuf_incref()
86 void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf) in nghttp2_rcbuf_decref()
99 nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf) in nghttp2_rcbuf_get_buf()
105 int nghttp2_rcbuf_is_static(const nghttp2_rcbuf *rcbuf) in nghttp2_rcbuf_is_static()
A Dnghttp2_rcbuf.h34 struct nghttp2_rcbuf { struct
57 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, nghttp2_mem *mem);
72 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src,
78 void nghttp2_rcbuf_del(nghttp2_rcbuf *rcbuf);
A Dnghttp2_hd.h122 nghttp2_rcbuf *name;
125 nghttp2_rcbuf *value;
150 nghttp2_rcbuf name;
151 nghttp2_rcbuf value;
236 nghttp2_rcbuf *namercbuf, *valuercbuf;
239 nghttp2_rcbuf *nv_name_keep, *nv_value_keep;
A Dnghttp2.h455 struct nghttp2_rcbuf;
463 typedef struct nghttp2_rcbuf nghttp2_rcbuf; typedef
470 NGHTTP2_EXTERN void nghttp2_rcbuf_incref(nghttp2_rcbuf *rcbuf);
479 NGHTTP2_EXTERN void nghttp2_rcbuf_decref(nghttp2_rcbuf *rcbuf);
486 NGHTTP2_EXTERN nghttp2_vec nghttp2_rcbuf_get_buf(nghttp2_rcbuf *rcbuf);
495 NGHTTP2_EXTERN int nghttp2_rcbuf_is_static(const nghttp2_rcbuf *rcbuf);
1760 nghttp2_rcbuf *name,
1761 nghttp2_rcbuf *value, uint8_t flags,
1828 nghttp2_session *session, const nghttp2_frame *frame, nghttp2_rcbuf *name,
1829 nghttp2_rcbuf *value, uint8_t flags, void *user_data);

Completed in 13 milliseconds