Lines Matching defs:dres
1423 nghttp3_qpack_lookup_result sres = {-1, 0, -1}, dres = {-1, 0, -1};
1462 dres = nghttp3_qpack_encoder_lookup_dtable(encoder, nv, token, hash,
1466 dres.pb_index == -1;
1469 if (dres.index != -1 && dres.name_value_match) {
1471 qpack_context_check_draining(&encoder->ctx, (size_t)dres.index) &&
1472 qpack_encoder_can_index_duplicate(encoder, (size_t)dres.index,
1475 (size_t)dres.index);
1480 (size_t)dres.index);
1486 dres.index = (nghttp3_ssize)new_ent->absidx;
1488 *pmax_cnt = nghttp3_max(*pmax_cnt, (size_t)(dres.index + 1));
1489 *pmin_cnt = nghttp3_min(*pmin_cnt, (size_t)(dres.index + 1));
1492 encoder, rbuf, (size_t)dres.index, base);
1521 if (dres.index != -1) {
1526 : nghttp3_min((size_t)dres.index + 1, *pmin_cnt))) {
1528 (size_t)dres.index, nv);
1534 *pmin_cnt = nghttp3_min(*pmin_cnt, (size_t)dres.index + 1);
1537 rv = nghttp3_qpack_encoder_dtable_dynamic_add(encoder, (size_t)dres.index,
1553 *pmax_cnt = nghttp3_max(*pmax_cnt, (size_t)(dres.index + 1));
1554 *pmin_cnt = nghttp3_min(*pmin_cnt, (size_t)(dres.index + 1));
1557 encoder, rbuf, (size_t)dres.index, base, nv);