Searched defs:lhash_cmp_func (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dlhash.h118 /* lhash_cmp_func is a comparison function that returns a value equal, or not
122 typedef int (*lhash_cmp_func)(const void *a, const void *b); typedef
143 lhash_cmp_func comp;
148 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
/external/boringssl/src/include/openssl/
H A Dlhash.h118 /* lhash_cmp_func is a comparison function that returns a value equal, or not
122 typedef int (*lhash_cmp_func)(const void *a, const void *b); typedef
143 lhash_cmp_func comp;
148 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);

Completed in 149 milliseconds