HomeSort by relevance Sort by last modified time
    Searched refs:equal_fn (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/msm8998/json-c/
linkhash.h 142 lh_equal_fn *equal_fn; member in struct:lh_table
182 * @param equal_fn comparison function to compare keys. 2 standard ones defined:
190 lh_equal_fn *equal_fn);
linkhash.c 429 lh_equal_fn *equal_fn)
443 t->equal_fn = equal_fn;
465 new_t = lh_table_new(new_size, t->name, NULL, t->hash_fn, t->equal_fn);
537 t->equal_fn(t->table[n].k, k)) return &t->table[n];
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 669 typedef int (*equal_fn) (const unsigned char *pattern, size_t pattern_len, typedef
924 static int do_check_string(ASN1_STRING *a, int cmp_type, equal_fn equal,
966 equal_fn equal;
    [all...]

Completed in 368 milliseconds