Lines Matching defs:shd
2090 const nghttp3_qpack_static_header *shd;
2102 shd = &stable[absidx];
2104 qnv.name = (nghttp3_rcbuf *)&shd->name;
2105 qnv.token = shd->token;
3113 const nghttp3_qpack_static_header *shd;
3115 shd = &stable[decoder->rstate.absidx];
3117 if (table_space(shd->name.len, decoder->rstate.value->len) >
3122 qnv.name = (nghttp3_rcbuf *)&shd->name;
3124 qnv.token = shd->token;
3884 const nghttp3_qpack_static_header *shd = &stable[sctx->rstate.absidx];
3887 nv->name = (nghttp3_rcbuf *)&shd->name;
3888 nv->value = (nghttp3_rcbuf *)&shd->value;
3889 nv->token = shd->token;
3923 const nghttp3_qpack_static_header *shd = &stable[sctx->rstate.absidx];
3926 nv->name = (nghttp3_rcbuf *)&shd->name;
3928 nv->token = shd->token;