74
74
size_t length, HASH_SEARCH_STATE *state);
75
75
bool my_hash_insert(HASH *info,const unsigned char *data);
76
76
bool hash_delete(HASH *hash,unsigned char *record);
77
bool hash_update(HASH *hash,unsigned char *record, unsigned char *old_key,
80
78
#define hash_clear(H) memset((H), 0, sizeof(*(H)))
81
79
#define hash_inited(H) ((H)->array.buffer != 0)