• Home
  • Raw
  • Download

Lines Matching defs:bufs

116 int nghttp2_bufs_init(nghttp2_bufs *bufs, size_t chunk_length, size_t max_chunk,  in nghttp2_bufs_init()
121 int nghttp2_bufs_init2(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init2()
127 int nghttp2_bufs_init3(nghttp2_bufs *bufs, size_t chunk_length, in nghttp2_bufs_init3()
158 int nghttp2_bufs_realloc(nghttp2_bufs *bufs, size_t chunk_length) { in nghttp2_bufs_realloc()
184 void nghttp2_bufs_free(nghttp2_bufs *bufs) { in nghttp2_bufs_free()
202 int nghttp2_bufs_wrap_init(nghttp2_bufs *bufs, uint8_t *begin, size_t len, in nghttp2_bufs_wrap_init()
229 int nghttp2_bufs_wrap_init2(nghttp2_bufs *bufs, const nghttp2_vec *vec, in nghttp2_bufs_wrap_init2()
269 void nghttp2_bufs_wrap_free(nghttp2_bufs *bufs) { in nghttp2_bufs_wrap_free()
279 void nghttp2_bufs_seek_last_present(nghttp2_bufs *bufs) { in nghttp2_bufs_seek_last_present()
291 size_t nghttp2_bufs_len(nghttp2_bufs *bufs) { in nghttp2_bufs_len()
303 static int bufs_alloc_chain(nghttp2_bufs *bufs) { in bufs_alloc_chain()
335 int nghttp2_bufs_add(nghttp2_bufs *bufs, const void *data, size_t len) { in nghttp2_bufs_add()
363 static int bufs_ensure_addb(nghttp2_bufs *bufs) { in bufs_ensure_addb()
381 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb()
394 int nghttp2_bufs_addb_hold(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb_hold()
407 int nghttp2_bufs_orb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_orb()
420 int nghttp2_bufs_orb_hold(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_orb_hold()
433 ssize_t nghttp2_bufs_remove(nghttp2_bufs *bufs, uint8_t **out) { in nghttp2_bufs_remove()
468 size_t nghttp2_bufs_remove_copy(nghttp2_bufs *bufs, uint8_t *out) { in nghttp2_bufs_remove_copy()
486 void nghttp2_bufs_reset(nghttp2_bufs *bufs) { in nghttp2_bufs_reset()
519 int nghttp2_bufs_advance(nghttp2_bufs *bufs) { return bufs_alloc_chain(bufs); } in nghttp2_bufs_advance()
521 int nghttp2_bufs_next_present(nghttp2_bufs *bufs) { in nghttp2_bufs_next_present()