Searched refs:lh_new (Results 1 – 5 of 5) sorted by relevance
21 ((LHASH_OF(ASN1_OBJECT) *)lh_new( \61 ((LHASH_OF(CONF_VALUE) *)lh_new( \99 ((LHASH_OF(CRYPTO_BUFFER) *)lh_new( \139 ((LHASH_OF(SSL_SESSION) *)lh_new( \
148 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
63 lh_new((lhash_hash_func)lh_strhash, (lhash_cmp_func)strcmp)); in TEST()
33 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), C…
76 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { in lh_new() function