Searched refs:ne_hash_lookup (Results 1 - 5 of 5) sorted by relevance

/external/clearsilver/
H A DClearSilver.h26 #define hash_lookup ne_hash_lookup
/external/clearsilver/util/
H A Dneo_hash.h44 void *ne_hash_lookup(NE_HASH *hash, void *key);
H A Dneo_hash.c103 void *ne_hash_lookup(NE_HASH *hash, void *key) function
H A Dneo_hdf.c244 hp = ne_hash_lookup(parent->hash, &hash_key);
685 hp = ne_hash_lookup(hn->hash, &hash_key);
/external/clearsilver/util/test/
H A Dhash_test.c54 word = ne_hash_lookup(hash, buf);
88 if (!(word = ne_hash_lookup(hash, buf)))

Completed in 33 milliseconds