Lines Matching defs:index
35 * |handle|---> |index 0|--->|item|--->|item|--->
37 * | ... | |index 1|--->
39 * |index 2|--->|item|--->|item|--->|item|--->
45 * |index n|--->
169 * Default hash function to compute the table index (hash value) based
174 * Returns the table index location for the item.
219 * handle and the key is used to generate a hashed index. The data
593 size_t index;
626 for (index = iterator->hti_index + 1; index < total; ++index) {
627 item = ht_bucket_search(handle->ht_table[index].he_head);
629 iterator->hti_index = index;