Searched refs:equal_fn (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | hashmap.c | 39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init() 42 map->equal_fn = equal_fn; in hashmap__init() 52 hashmap_equal_fn equal_fn, in hashmap__new() 59 hashmap__init(map, hash_fn, equal_fn, ctx); in hashmap__new() 143 if (map->equal_fn(cur->key, key, map->ctx)) { in hashmap_find_entry() 38 hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, hashmap_equal_fn equal_fn, void *ctx) hashmap__init() argument 51 hashmap__new(hashmap_hash_fn hash_fn, hashmap_equal_fn equal_fn, void *ctx) hashmap__new() argument
|
H A D | hashmap.h | 74 hashmap_equal_fn equal_fn; member 84 hashmap_equal_fn equal_fn, void *ctx); 86 hashmap_equal_fn equal_fn, 198 if (map->equal_fn(cur->key, (_key), map->ctx)) 206 if (map->equal_fn(cur->key, (_key), map->ctx))
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 575 typedef int (*equal_fn) (const unsigned char *pattern, size_t pattern_len, typedef 832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() 886 equal_fn equal; in do_x509_check()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 575 typedef int (*equal_fn) (const unsigned char *pattern, size_t pattern_len, typedef 832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() 886 equal_fn equal; in do_x509_check()
|
Completed in 5 milliseconds