Home
last modified time | relevance | path

Searched refs:valuebuf (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.c753 nghttp2_buf_init(&inflater->valuebuf); in nghttp2_hd_inflate_init()
2182 nghttp2_buf_wrap_init(&inflater->valuebuf, in nghttp2_hd_inflate_hd_nv()
2190 rv = hd_inflate_read_huff(inflater, &inflater->valuebuf, in, last); in nghttp2_hd_inflate_hd_nv()
2205 *inflater->valuebuf.last = '\0'; in nghttp2_hd_inflate_hd_nv()
2206 inflater->valuercbuf->len = nghttp2_buf_len(&inflater->valuebuf); in nghttp2_hd_inflate_hd_nv()
2223 rv = hd_inflate_read(inflater, &inflater->valuebuf, in, last); in nghttp2_hd_inflate_hd_nv()
2239 *inflater->valuebuf.last = '\0'; in nghttp2_hd_inflate_hd_nv()
2240 inflater->valuercbuf->len = nghttp2_buf_len(&inflater->valuebuf); in nghttp2_hd_inflate_hd_nv()
A Dnghttp2_hd.h235 nghttp2_buf namebuf, valuebuf; member

Completed in 8 milliseconds