Home
last modified time | relevance | path

Searched refs:nghttp3_objalloc (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_objalloc.h41 * nghttp3_objalloc combines nghttp3_balloc and nghttp3_opl, and
45 typedef struct nghttp3_objalloc { struct
48 } nghttp3_objalloc; typedef
54 void nghttp3_objalloc_init(nghttp3_objalloc *objalloc, size_t blklen,
60 void nghttp3_objalloc_free(nghttp3_objalloc *objalloc);
66 void nghttp3_objalloc_clear(nghttp3_objalloc *objalloc);
71 nghttp3_objalloc *objalloc, size_t nmemb, const nghttp3_mem *mem) { \
77 nghttp3_objalloc *objalloc) { \
96 nghttp3_objalloc *objalloc, size_t len) { \
114 nghttp3_objalloc *objallo
[all...]
H A Dnghttp3_objalloc.c26 #include "nghttp3_objalloc.h"
28 void nghttp3_objalloc_init(nghttp3_objalloc *objalloc, size_t blklen, in nghttp3_objalloc_init()
34 void nghttp3_objalloc_free(nghttp3_objalloc *objalloc) { in nghttp3_objalloc_free()
38 void nghttp3_objalloc_clear(nghttp3_objalloc *objalloc) { in nghttp3_objalloc_clear()
H A Dnghttp3_stream.h40 #include "nghttp3_objalloc.h"
207 nghttp3_objalloc *out_chunk_objalloc;
208 nghttp3_objalloc *stream_objalloc;
276 nghttp3_objalloc *out_chunk_objalloc,
277 nghttp3_objalloc *stream_objalloc,
H A Dnghttp3_conn.h79 nghttp3_objalloc out_chunk_objalloc;
80 nghttp3_objalloc stream_objalloc;
H A Dnghttp3_ksl.h37 #include "nghttp3_objalloc.h"
137 nghttp3_objalloc blkalloc;
H A Dnghttp3_stream.c48 nghttp3_objalloc *out_chunk_objalloc, in nghttp3_stream_new()
49 nghttp3_objalloc *stream_objalloc, in nghttp3_stream_new()
119 nghttp3_objalloc *out_chunk_objalloc, in delete_out_chunks()

Completed in 5 milliseconds