Searched refs:NE_COMP_FUNC (Results 1 – 2 of 2) sorted by relevance
21 typedef int (*NE_COMP_FUNC)(const void *, const void *); typedef38 NE_COMP_FUNC comp_func;41 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func);
24 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func) in ne_hash_init()