73
73
hash_free_key free_element, uint32_t flags);
74
74
#define hash_init(A,B,C,D,E,F,G,H) _hash_init(A,0,B,C,D,E,F,G,H)
75
75
void hash_free(HASH *tree);
77
76
unsigned char *hash_search(const HASH *info, const unsigned char *key,
78
unsigned char *hash_first(const HASH *info, const unsigned char *key, size_t length, HASH_SEARCH_STATE *state);
83
79
bool my_hash_insert(HASH *info,const unsigned char *data);
84
80
bool hash_delete(HASH *hash,unsigned char *record);