Searched refs:HASHDATA (Results 1 – 2 of 2) sorted by relevance
22 typedef struct hashdata HASHDATA; typedef60 HASHDATA * hash_insert( struct hash *, OBJECT * key, int * found );65 HASHDATA * hash_find( struct hash *, OBJECT * key );
89 #define hash_item_data(item) ((HASHDATA *)((char *)item + sizeof(ITEM)))149 HASHDATA * hash_insert( struct hash * hp, OBJECT * key, int * found ) in hash_insert()201 HASHDATA * hash_find( struct hash * hp, OBJECT * key ) in hash_find()