Searched refs:oplent (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_objalloc.h | 78 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); \
|
D | nghttp3_conn.h | 73 nghttp3_opl_entry oplent; member 76 nghttp3_objalloc_def(chunk, nghttp3_chunk, oplent);
|
D | nghttp3_ksl.h | 107 nghttp3_opl_entry oplent; member 111 nghttp3_objalloc_def(ksl_blk, nghttp3_ksl_blk, oplent);
|
D | nghttp3_stream.h | 256 nghttp3_opl_entry oplent; member 260 nghttp3_objalloc_def(stream, nghttp3_stream, oplent);
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_objalloc.h | 77 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); \
|
D | ngtcp2_rtb.h | 83 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);
|
D | ngtcp2_acktr.h | 64 ngtcp2_opl_entry oplent; member 68 ngtcp2_objalloc_def(acktr_entry, ngtcp2_acktr_entry, oplent);
|
D | ngtcp2_ksl.h | 105 ngtcp2_opl_entry oplent; member 109 ngtcp2_objalloc_def(ksl_blk, ngtcp2_ksl_blk, oplent);
|
D | ngtcp2_strm.h | 164 ngtcp2_opl_entry oplent; member
|
D | ngtcp2_conn.h | 356 ngtcp2_objalloc_def(strm, ngtcp2_strm, oplent);
|