Home
last modified time | relevance | path

Searched defs:opl (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_opl.c27 void ngtcp2_opl_init(ngtcp2_opl *opl) { opl->head = NULL; } in ngtcp2_opl_init()
29 void ngtcp2_opl_push(ngtcp2_opl *opl, ngtcp2_opl_entry *ent) { in ngtcp2_opl_push()
34 ngtcp2_opl_entry *ngtcp2_opl_pop(ngtcp2_opl *opl) { in ngtcp2_opl_pop()
46 void ngtcp2_opl_clear(ngtcp2_opl *opl) { opl->head = NULL; } in ngtcp2_opl_clear()
Dngtcp2_objalloc.h46 ngtcp2_opl opl; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_opl.c28 void nghttp3_opl_init(nghttp3_opl *opl) { opl->head = NULL; } in nghttp3_opl_init()
30 void nghttp3_opl_push(nghttp3_opl *opl, nghttp3_opl_entry *ent) { in nghttp3_opl_push()
35 nghttp3_opl_entry *nghttp3_opl_pop(nghttp3_opl *opl) { in nghttp3_opl_pop()
47 void nghttp3_opl_clear(nghttp3_opl *opl) { opl->head = NULL; } in nghttp3_opl_clear()
Dnghttp3_objalloc.h47 nghttp3_opl opl; member