Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_buf.c462 nghttp2_buf resbuf; in nghttp2_bufs_remove() local
480 nghttp2_buf_wrap_init(&resbuf, res, len); in nghttp2_bufs_remove()
484 resbuf.last = in nghttp2_bufs_remove()
485 nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove()
498 nghttp2_buf resbuf; in nghttp2_bufs_remove_copy() local
502 nghttp2_buf_wrap_init(&resbuf, out, len); in nghttp2_bufs_remove_copy()
506 resbuf.last = in nghttp2_bufs_remove_copy()
507 nghttp2_cpymem(resbuf.last, buf->pos, nghttp2_buf_len(buf)); in nghttp2_bufs_remove_copy()

Completed in 4 milliseconds