Searched defs:_hashing_function (Results 1 – 1 of 1) sorted by relevance
65 typedef struct _hashing_function { struct66 unsigned int type;67 unsigned int size;68 char name[16];69 void (*compute_hash)(void *, const void *, unsigned int);