Searched refs:nghttp3_tnode (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_tnode.h | 53 typedef struct nghttp3_tnode { struct 61 } nghttp3_tnode; typedef 63 void nghttp3_tnode_init(nghttp3_tnode *tnode, const nghttp3_node_id *nid, 66 void nghttp3_tnode_free(nghttp3_tnode *tnode); 68 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq); 75 int nghttp3_tnode_schedule(nghttp3_tnode *tnode, nghttp3_pq *pq, 81 int nghttp3_tnode_is_scheduled(nghttp3_tnode *tnode);
|
H A D | nghttp3_tnode.c | 25 #include "nghttp3_tnode.h" 45 void nghttp3_tnode_init(nghttp3_tnode *tnode, const nghttp3_node_id *nid, in nghttp3_tnode_init() 56 void nghttp3_tnode_free(nghttp3_tnode *tnode) { (void)tnode; } in nghttp3_tnode_free() 58 static void tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq) { in tnode_unschedule() 65 void nghttp3_tnode_unschedule(nghttp3_tnode *tnode, nghttp3_pq *pq) { in nghttp3_tnode_unschedule() 74 nghttp3_tnode *top; in pq_get_first_cycle() 80 top = nghttp3_struct_of(nghttp3_pq_top(pq), nghttp3_tnode, pe); in pq_get_first_cycle() 84 int nghttp3_tnode_schedule(nghttp3_tnode *tnode, nghttp3_pq *pq, in nghttp3_tnode_schedule() 108 int nghttp3_tnode_is_scheduled(nghttp3_tnode *tnode) { in nghttp3_tnode_is_scheduled()
|
H A D | nghttp3_conn.c | 203 const nghttp3_tnode *lhs = nghttp3_struct_of(lhsx, nghttp3_tnode, pe); in cycle_less() 204 const nghttp3_tnode *rhs = nghttp3_struct_of(rhsx, nghttp3_tnode, pe); in cycle_less() 1147 static nghttp3_tnode *stream_get_sched_node(nghttp3_stream *stream) { in stream_get_sched_node() 1517 static nghttp3_pq *conn_get_sched_pq(nghttp3_conn *conn, nghttp3_tnode *tnode) { in conn_get_sched_pq() 2003 nghttp3_tnode *tnode; in nghttp3_conn_get_next_tx_stream() 2012 tnode = nghttp3_struct_of(nghttp3_pq_top(pq), nghttp3_tnode, pe); in nghttp3_conn_get_next_tx_stream() 2104 nghttp3_tnode *node = stream_get_sched_node(stream); in nghttp3_conn_schedule_stream() 2129 nghttp3_tnode *nod in nghttp3_conn_unschedule_stream() [all...] |
H A D | nghttp3_stream.h | 35 #include "nghttp3_tnode.h" 209 nghttp3_tnode node;
|
Completed in 5 milliseconds