Lines Matching defs:index_key
172 const void *index_key,
199 segments = ops->get_key_chunk(index_key, level);
253 segments = ops->get_key_chunk(index_key, sc_level);
255 sc_segments = shortcut->index_key[sc_level >> ASSOC_ARRAY_KEY_CHUNK_SHIFT];
296 * @index_key: The key to the object.
306 const void *index_key)
314 if (assoc_array_walk(array, ops, index_key, &result) !=
331 if (ops->compare_object(leaf, index_key))
476 const void *index_key,
512 index_key)) {
732 index_key);
764 new_s0->index_key[i] =
765 ops->get_key_chunk(index_key, i * ASSOC_ARRAY_KEY_CHUNK_SIZE);
770 new_s0->index_key[keylen - 1] &= ~blank;
784 base_seg = ops->get_key_chunk(index_key, level);
866 memcpy(new_s0->index_key, shortcut->index_key,
871 new_s0->index_key[keylen - 1] &= ~blank;
915 memcpy(new_s1->index_key, shortcut->index_key,
949 * @index_key: The key to insert at.
966 const void *index_key,
989 switch (assoc_array_walk(array, ops, index_key, &result)) {
1001 if (!assoc_array_insert_into_terminal_node(edit, ops, index_key,
1064 * @index_key: The key to the object.
1081 const void *index_key)
1100 switch (assoc_array_walk(array, ops, index_key, &result)) {
1113 index_key))