Home
last modified time | relevance | path

Searched refs:oplent (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_objalloc.h78 nghttp3_opl_entry *oplent = nghttp3_opl_pop(&objalloc->opl); \
82 if (!oplent) { \
92 return nghttp3_struct_of(oplent, TYPE, OPLENTFIELD); \
97 nghttp3_opl_entry *oplent = nghttp3_opl_pop(&objalloc->opl); \
101 if (!oplent) { \
110 return nghttp3_struct_of(oplent, TYPE, OPLENTFIELD); \
Dnghttp3_conn.h73 nghttp3_opl_entry oplent; member
76 nghttp3_objalloc_def(chunk, nghttp3_chunk, oplent);
Dnghttp3_ksl.h107 nghttp3_opl_entry oplent; member
111 nghttp3_objalloc_def(ksl_blk, nghttp3_ksl_blk, oplent);
Dnghttp3_stream.h256 nghttp3_opl_entry oplent; member
260 nghttp3_objalloc_def(stream, nghttp3_stream, oplent);
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_objalloc.h77 ngtcp2_opl_entry *oplent = ngtcp2_opl_pop(&objalloc->opl); \
81 if (!oplent) { \
91 return ngtcp2_struct_of(oplent, TYPE, OPLENTFIELD); \
96 ngtcp2_opl_entry *oplent = ngtcp2_opl_pop(&objalloc->opl); \
100 if (!oplent) { \
109 return ngtcp2_struct_of(oplent, TYPE, OPLENTFIELD); \
Dngtcp2_rtb.h83 ngtcp2_opl_entry oplent; member
87 ngtcp2_objalloc_def(frame_chain, ngtcp2_frame_chain, oplent);
267 ngtcp2_opl_entry oplent; member
271 ngtcp2_objalloc_def(rtb_entry, ngtcp2_rtb_entry, oplent);
Dngtcp2_acktr.h64 ngtcp2_opl_entry oplent; member
68 ngtcp2_objalloc_def(acktr_entry, ngtcp2_acktr_entry, oplent);
Dngtcp2_ksl.h105 ngtcp2_opl_entry oplent; member
109 ngtcp2_objalloc_def(ksl_blk, ngtcp2_ksl_blk, oplent);
Dngtcp2_strm.h164 ngtcp2_opl_entry oplent; member
Dngtcp2_conn.h356 ngtcp2_objalloc_def(strm, ngtcp2_strm, oplent);