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