OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lh_new
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/lhash/
lh_test.c
70
conf=
lh_new
(lh_strhash,strcmp);
lhash.h
175
_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)))
lhash.c
114
_LHASH *
lh_new
(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
function
/external/openssl/include/openssl/
lhash.h
175
_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)))
/external/openssl/crypto/txt_db/
txt_db.c
230
if ((idx=(LHASH_OF(OPENSSL_STRING) *)
lh_new
(hash,cmp)) == NULL)
Completed in 470 milliseconds