Searched refs:lh_new (Results 1 – 5 of 5) sorted by relevance
21 ((LHASH_OF(ASN1_OBJECT) *)lh_new( \60 ((LHASH_OF(CONF_VALUE) *)lh_new( \97 ((LHASH_OF(SSL_SESSION) *)lh_new( \
148 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
33 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), C…
125 lh = lh_new(NULL, NULL); in main()
72 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { in lh_new() function