Lines Matching defs:rstate
190 void nghttp3_qpack_read_state_free(nghttp3_qpack_read_state *rstate);
192 void nghttp3_qpack_read_state_reset(nghttp3_qpack_read_state *rstate);
245 /* rstate is a set of intermediate state which are used to process
247 nghttp3_qpack_read_state rstate;
770 /* rstate is a set of intermediate state which are used to process
772 nghttp3_qpack_read_state rstate;
885 /* rstate is a set of intermediate state which are used to process
887 nghttp3_qpack_read_state rstate;
928 * nghttp3_qpack_decoder_rel2abs converts relative index rstate->left
930 * rstate->absidx.
939 nghttp3_qpack_read_state *rstate);
943 * rstate->left received in request stream to absolute index and
944 * stores it in rstate->absidx.
957 * rstate->left received in request stream to absolute index and
958 * stores it in rstate->absidx.