Lines Matching refs:nghttp2_bufs

122 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk,  in nghttp2_bufs_init()
128 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2()
135 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init3()
167 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length) in nghttp2_bufs_realloc()
194 void nghttp2_bufs_free(nghttp2_bufs *bufs) in nghttp2_bufs_free()
213 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, in nghttp2_bufs_wrap_init()
241 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
282 void nghttp2_bufs_wrap_free(nghttp2_bufs *bufs) in nghttp2_bufs_wrap_free()
293 void nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs) in nghttp2_bufs_seek_last_present()
306 size_t nghttp2_bufs_len(nghttp2_bufs *bufs) in nghttp2_bufs_len()
319 static int bufs_alloc_chain(nghttp2_bufs *bufs) in bufs_alloc_chain()
352 int nghttp2_bufs_add(nghttp2_bufs *bufs, const void *data, size_t len) in nghttp2_bufs_add()
381 static int bufs_ensure_addb(nghttp2_bufs *bufs) in bufs_ensure_addb()
400 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) in nghttp2_bufs_addb()
414 int nghttp2_bufs_addb_hold(nghttp2_bufs *bufs, uint8_t b) in nghttp2_bufs_addb_hold()
428 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b) in nghttp2_bufs_orb()
442 int nghttp2_bufs_orb_hold(nghttp2_bufs *bufs, uint8_t b) in nghttp2_bufs_orb_hold()
456 ssize_t nghttp2_bufs_remove(nghttp2_bufs *bufs, uint8_t **out) in nghttp2_bufs_remove()
493 size_t nghttp2_bufs_remove_copy(nghttp2_bufs *bufs, uint8_t *out) in nghttp2_bufs_remove_copy()
513 void nghttp2_bufs_reset(nghttp2_bufs *bufs) in nghttp2_bufs_reset()
547 int nghttp2_bufs_advance(nghttp2_bufs *bufs) in nghttp2_bufs_advance()
552 int nghttp2_bufs_next_present(nghttp2_bufs *bufs) in nghttp2_bufs_next_present()