Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dneo_hash.h20 typedef UINT32 (*NE_HASH_FUNC)(const void *); typedef
37 NE_HASH_FUNC hash_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()