Changeset 1858 for trunk/src/kmk/hash.h
- Timestamp:
- Oct 13, 2008, 6:35:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/hash.h
r903 r1858 63 63 unsigned long cardinality, unsigned long size)); 64 64 void **hash_find_slot __P((struct hash_table *ht, void const *key)); 65 #ifdef CONFIG_WITH_VALUE_LENGTH 66 void **hash_find_slot_prehashed __P((struct hash_table *ht, const void *key, 67 unsigned int hash_1, unsigned int hash_2)); 68 #endif 65 69 void *hash_find_item __P((struct hash_table *ht, void const *key)); 66 70 void *hash_insert __P((struct hash_table *ht, const void *item));
Note:
See TracChangeset
for help on using the changeset viewer.