Lines Matching refs:pe
49 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_tnode_init()
59 assert(tnode->pe.index != NGHTTP3_PQ_BAD_INDEX); in tnode_unschedule()
61 nghttp3_pq_remove(pq, &tnode->pe); in tnode_unschedule()
62 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in tnode_unschedule()
66 if (tnode->pe.index == NGHTTP3_PQ_BAD_INDEX) { in nghttp3_tnode_unschedule()
80 top = nghttp3_struct_of(nghttp3_pq_top(pq), nghttp3_tnode, pe); in pq_get_first_cycle()
88 if (tnode->pe.index == NGHTTP3_PQ_BAD_INDEX) { in nghttp3_tnode_schedule()
98 nghttp3_pq_remove(pq, &tnode->pe); in nghttp3_tnode_schedule()
99 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_tnode_schedule()
105 return nghttp3_pq_push(pq, &tnode->pe); in nghttp3_tnode_schedule()
109 return tnode->pe.index != NGHTTP3_PQ_BAD_INDEX; in nghttp3_tnode_is_scheduled()