Searched refs:lh_new (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/lhash/
H A Dlh_test.c70 conf=lh_new(lh_strhash,strcmp);
H A Dlhash.h175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
H A Dlhash.c114 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c) function
/barrelfish-master/include/openssl/
H A Dlhash.h175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
/barrelfish-master/lib/openssl-1.0.0d/crypto/txt_db/
H A Dtxt_db.c230 if ((idx=(LHASH_OF(OPENSSL_STRING) *)lh_new(hash,cmp)) == NULL)

Completed in 94 milliseconds