Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dneo_hash.h21 typedef int (*NE_COMP_FUNC)(const void *, const void *); typedef
38 NE_COMP_FUNC comp_func;
41 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func);
Dneo_hash.c24 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func) in ne_hash_init()