Searched refs:call_cmp_func (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 144 lhash_cmp_func_helper call_cmp_func) { in get_next_ptr_and_hash() argument 152 if (call_cmp_func(lh->comp, cur->data, data) == 0) { in get_next_ptr_and_hash() 180 lhash_cmp_func_helper call_cmp_func) { in lh_retrieve() argument 182 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in lh_retrieve() 257 lhash_cmp_func_helper call_cmp_func) { in lh_insert() argument 263 get_next_ptr_and_hash(lh, &hash, data, call_hash_func, call_cmp_func); in lh_insert() 292 lhash_cmp_func_helper call_cmp_func) { in lh_delete() argument 296 get_next_ptr_and_hash(lh, NULL, data, call_hash_func, call_cmp_func); in lh_delete()
|
/external/boringssl/src/include/openssl/ |
D | lhash.h | 140 lhash_cmp_func_helper call_cmp_func); 158 lhash_cmp_func_helper call_cmp_func); 164 lhash_cmp_func_helper call_cmp_func);
|
D | stack.h | 195 int (*call_cmp_func)(stack_cmp_func, const void **,
|
/external/boringssl/src/crypto/stack/ |
D | stack.c | 240 int (*call_cmp_func)(stack_cmp_func, const void **, in sk_find() 266 if (call_cmp_func(sk->comp, &p, &elem) == 0) { in sk_find() 286 int r = call_cmp_func(sk->comp, &p, &elem); in sk_find()
|