Searched defs:opl (Results 1 – 4 of 4) sorted by relevance
27 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()
46 ngtcp2_opl opl; member
28 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()
47 nghttp3_opl opl; member