Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dopenssl.c453 static int function_cmp(const FUNCTION *a, const FUNCTION *b) in function_cmp() function
490 if ((ret = lh_FUNCTION_new(function_hash, function_cmp)) == NULL) in LHASH_OF()