Home
last modified time | relevance | path

Searched refs:nghttp2_rcbuf_new (Results 1 – 3 of 3) 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() function
58 rv = nghttp2_rcbuf_new(rcbuf_ptr, srclen + 1, mem); in nghttp2_rcbuf_new2()
A Dnghttp2_rcbuf.h57 int nghttp2_rcbuf_new(nghttp2_rcbuf **rcbuf_ptr, size_t size, nghttp2_mem *mem);
A Dnghttp2_hd.c2081 rv = nghttp2_rcbuf_new(&inflater->namercbuf, in nghttp2_hd_inflate_hd_nv()
2085 rv = nghttp2_rcbuf_new(&inflater->namercbuf, inflater->left + 1, in nghttp2_hd_inflate_hd_nv()
2169 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, in nghttp2_hd_inflate_hd_nv()
2174 rv = nghttp2_rcbuf_new(&inflater->valuercbuf, in nghttp2_hd_inflate_hd_nv()

Completed in 7 milliseconds