Home
last modified time | relevance | path

Searched refs:HASHDATA (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dhash.h22 typedef struct hashdata HASHDATA; typedef
60 HASHDATA * hash_insert( struct hash *, OBJECT * key, int * found );
65 HASHDATA * hash_find( struct hash *, OBJECT * key );
Dhash.cpp89 #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()