Lines Matching refs:bufs
160 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk,
167 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length,
189 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length,
196 void nghttp2_bufs_free(nghttp2_bufs *bufs);
214 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len,
233 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec,
240 void nghttp2_bufs_wrap_free(nghttp2_bufs *bufs);
256 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length);
271 int nghttp2_bufs_add(nghttp2_bufs *bufs, const void *data, size_t len);
286 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
292 int nghttp2_bufs_addb_hold(nghttp2_bufs *bufs, uint8_t b);
316 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b);
322 int nghttp2_bufs_orb_hold(nghttp2_bufs *bufs, uint8_t b);
351 ssize_t nghttp2_bufs_remove(nghttp2_bufs *bufs, uint8_t **out);
362 size_t nghttp2_bufs_remove_copy(nghttp2_bufs *bufs, uint8_t *out);
367 void nghttp2_bufs_reset(nghttp2_bufs *bufs);
382 int nghttp2_bufs_advance(nghttp2_bufs *bufs);
397 void nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs);
402 int nghttp2_bufs_next_present(nghttp2_bufs *bufs);
409 size_t nghttp2_bufs_len(nghttp2_bufs *bufs);