Lines Matching refs:res
1585 nghttp3_qpack_lookup_result res = {(nghttp3_ssize)token_stable[token].absidx,
1594 return res;
1604 res.index = (nghttp3_ssize)ent->absidx;
1605 res.name_value_match = 1;
1606 return res;
1609 return res;
1616 nghttp3_qpack_lookup_result res = {-1, 0, -1};
1624 res.index = (nghttp3_ssize)match->absidx;
1625 res.name_value_match = exact_match;
1628 res.pb_index = (nghttp3_ssize)pb_match->absidx;
1631 return res;