HomeSort by relevance Sort by last modified time
    Searched refs:NE_COMP_FUNC (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/util/
neo_hash.h 21 typedef int (*NE_COMP_FUNC)(const void *, const void *);
38 NE_COMP_FUNC comp_func;
41 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func);
neo_hash.c 24 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func)

Completed in 295 milliseconds