Lines Matching refs:index

77   /* absidx is the absolute index of this entry. */
107 refers to. In other words, this is the minimum absolute index of
166 /* next_absidx is the next absolute index for nghttp3_qpack_entry.
300 /* index is an index of matched entry. -1 if no match is made. */
301 nghttp3_ssize index;
305 /* pb_index is the absolute index of matched post-based dynamic
349 * Field to |rbuf|. |absidx| is an absolute index into static table.
363 * Field to |rbuf|. |absidx| is an absolute index into dynamic table.
378 * Field With Name Reference to |rbuf|. |absidx| is an absolute index
394 * Field With Name Reference to |rbuf|. |absidx| is an absolute index
424 * Reference to |ebuf|. |absidx| is an absolute index into static
440 * Reference to |ebuf|. |absidx| is an absolute index into dynamic
456 * |ebuf|. |absidx| is an absolute index into dynamic table to
573 * by referencing static table entry at an absolute index |absidx|.
589 * by referencing dynamic table entry at an absolute index |absidx|.
605 * entry at an absolute index |absidx|.
667 * absolute index is |absidx|. This function assumes that such entry
684 * absolute index of this entry. |hash| is a hash of header field
928 * nghttp3_qpack_decoder_rel2abs converts relative index rstate->left
929 * received in encoder stream to absolute index and stores it in
936 * Relative index is invalid.
942 * nghttp3_qpack_decoder_brel2abs converts Base relative index
943 * rstate->left received in request stream to absolute index and
950 * Base relative index is invalid.
956 * nghttp3_qpack_decoder_pbrel2abs converts Post-Base relative index
957 * rstate->left received in request stream to absolute index and
964 * Post-Base relative index is invalid.