Searched refs:cmp_key (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | lhash.h | 148 int (*cmp_key)(const void *key, 215 int (*cmp_key)(const void *key, const type *value); \ 222 return cb->cmp_key(cb->key, (const type *)value); \ 227 int (*cmp_key)(const void *key, const type *value)) { \ 228 LHASH_CMP_KEY_##type cb = {cmp_key, key}; \
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | lhash.h | 148 int (*cmp_key)(const void *key, 215 int (*cmp_key)(const void *key, const type *value); \ 222 return cb->cmp_key(cb->key, (const type *)value); \ 227 int (*cmp_key)(const void *key, const type *value)) { \ 228 LHASH_CMP_KEY_##type cb = {cmp_key, key}; \
|
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 165 int (*cmp_key)(const void *key, in get_next_ptr_by_key() 169 if (cmp_key(key, cur->data) == 0) { in get_next_ptr_by_key() 187 int (*cmp_key)(const void *key, const void *value)) { in lh_retrieve_key() 188 LHASH_ITEM **next_ptr = get_next_ptr_by_key(lh, key, key_hash, cmp_key); in lh_retrieve_key()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/lhash/ |
D | lhash.c | 165 int (*cmp_key)(const void *key, in get_next_ptr_by_key() 169 if (cmp_key(key, cur->data) == 0) { in get_next_ptr_by_key() 187 int (*cmp_key)(const void *key, const void *value)) { in lh_retrieve_key() 188 LHASH_ITEM **next_ptr = get_next_ptr_by_key(lh, key, key_hash, cmp_key); in lh_retrieve_key()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-post-table.hh | 171 sizeof (gids[0]), cmp_key, (void *) this); in get_glyph_from_name() 204 static int cmp_key (const void *pk, const void *po, void *arg) in cmp_key() function
|