Lines Matching defs:hash
71 /* map_next points to the entry which shares same bucket in hash
79 /* The hash value for header name (nv.name). */
80 uint32_t hash;
87 uint32_t hash;
225 /* dtable_map is a map of hash to nghttp3_qpack_entry to provide
322 * corresponding token defined. |hash| is a hash of nv->name.
329 uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt,
557 * |ctx| is a part of encoder, |dtable_map| is not NULL. |hash| is a
558 * hash value of name.
569 uint32_t hash);
574 * The hash of name is given as |hash|.
585 uint32_t hash);
590 * The hash of name is given as |hash|.
601 uint32_t hash);
619 * value defined. |hash| is a hash of name.
625 int32_t token, uint32_t hash);
684 * absolute index of this entry. |hash| is a hash of header field
689 size_t sum, uint64_t absidx, uint32_t hash);