Lines Matching defs:value
66 * value, so that we test the deleted-key-in-the-table path as best we can.
292 /** Sets the value of the key pointer used for deleted entries in the table.
295 * default value of a pointer to an arbitrary piece of storage in the library.
296 * But in some cases a consumer wants to store some other sort of value in the
298 * their valid keys. This lets that user select a safe value.
462 * generally being "insert the new value as well, and
752 uint64_t value;
767 return aa->value == bb->value;
851 _key->value = key;
863 struct hash_key_u64 _key = { .value = key };