Home
last modified time | relevance | path

Searched refs:cmp_key (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/include/openssl/
Dlhash.h148 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/
Dlhash.h148 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/
Dlhash.c165 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/
Dlhash.c165 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/
Dhb-ot-post-table.hh171 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