HomeSort by: relevance | last modified time | path
    Searched defs:query_cmp (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property.c 192 static int query_cmp(const QUERY *a, const QUERY *b) function
392 || (alg->cache = lh_QUERY_new(&query_hash, &query_cmp)) == NULL)
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property.c 199 static int query_cmp(const QUERY *a, const QUERY *b) function
351 || (alg->cache = lh_QUERY_new(&query_hash, &query_cmp)) == NULL)

Completed in 42 milliseconds