Searched refs:equal_fn (Results 1 – 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
D | hashmap.h | 74 hashmap_equal_fn equal_fn; member 83 #define HASHMAP_INIT(hash_fn, equal_fn, ctx) { \ argument 85 .equal_fn = (equal_fn), \ 94 hashmap_equal_fn equal_fn, void *ctx); 96 hashmap_equal_fn equal_fn, 208 if (map->equal_fn(cur->key, (_key), map->ctx)) 216 if (map->equal_fn(cur->key, (_key), map->ctx))
|
D | hashmap.c | 39 hashmap_equal_fn equal_fn, void *ctx) in hashmap__init() argument 42 map->equal_fn = equal_fn; in hashmap__init() 52 hashmap_equal_fn equal_fn, in hashmap__new() argument 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()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
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/ |
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()
|