Lines Matching defs:table

55      should not be inserted into dynamic table. */
58 inserted into dynamic table. */
61 not be inserted into dynamic table and this must be true for all
72 table. */
83 /* The entry used for static table. */
99 * of dynamic table entry it refers to.
106 /* min_cnt is the minimum insert count of dynamic table entry it
108 dynamic header table entry this encoded block refers to plus
148 /* dtable is a dynamic table */
161 table. */
197 nghttp3_qpack_entry *table[NGHTTP3_QPACK_MAP_SIZE];
226 fast access to an entry in dynamic table. */
237 evicted from dynamic table. */
248 /* min_dtable_update is the minimum dynamic table size required. */
250 /* last_max_dtable_update is the dynamic table size last
260 * |hard_max_dtable_capacity| is the upper bound of the dynamic table
298 /* nghttp3_qpack_lookup_result stores a result of table lookup. */
306 table entry. -1 if no such entry exists. */
311 * nghttp3_qpack_lookup_stable searches |nv| in static table. |token|
320 * nghttp3_qpack_encoder_lookup_dtable searches |nv| in dynamic table.
349 * Field to |rbuf|. |absidx| is an absolute index into static table.
363 * Field to |rbuf|. |absidx| is an absolute index into dynamic table.
379 * into static table to reference a name. |nv| is a header field to
395 * into dynamic table to reference a name. |base| is a base. |nv| is
425 * table to reference a name. |nv| is a header field to insert.
441 * table to reference a name. |nv| is a header field to insert.
456 * |ebuf|. |absidx| is an absolute index into dynamic table to
523 * nghttp3_qpack_encoder_shrink_dtable shrinks dynamic table so that
524 * the dynamic table size is less than or equal to maximum size.
530 * dynamic table size update. It might write encoder stream into
544 * Capacity. to |ebuf|. |cap| is the capacity of dynamic table.
556 * nghttp3_qpack_context_dtable_add adds |qnv| to dynamic table. If
572 * nghttp3_qpack_encoder_dtable_static_add adds |nv| to dynamic table
573 * by referencing static table entry at an absolute index |absidx|.
588 * nghttp3_qpack_encoder_dtable_dynamic_add adds |nv| to dynamic table
589 * by referencing dynamic table entry at an absolute index |absidx|.
604 * nghttp3_qpack_encoder_dtable_duplicate_add duplicates dynamic table
618 * table. |token| is a token of name and is -1 if it has no token
666 * nghttp3_qpack_context_dtable_get returns dynamic table entry whose
674 * nghttp3_qpack_context_dtable_top returns latest dynamic table
675 * entry. This function assumes dynamic table is not empty.
682 * field. |sum| is the sum of table space occupied by all entries
786 * |hard_max_dtable_capacity| is the upper bound of the dynamic table
809 * Insert With Name Reference to dynamic table.
817 * Space required for a decoded entry exceeds max dynamic table
824 * Insert With Name Reference (static) to dynamic table.
832 * Space required for a decoded entry exceeds max dynamic table
839 * Insert With Name Reference (dynamic) to dynamic table.
847 * Space required for a decoded entry exceeds max dynamic table
854 * Duplicate to dynamic table.
862 * Space required for a decoded entry exceeds max dynamic table
869 * Insert With Literal Name to dynamic table.
877 * Space required for a decoded entry exceeds max dynamic table