Searched refs:resbuf (Results 1 – 1 of 1) sorted by relevance
462 nghttp2_buf resbuf; in nghttp2_bufs_remove() local480 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() local502 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