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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlh_test.c70 conf=lh_new(lh_strhash,strcmp);
H A Dlhash.h174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dlhash.c114 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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.c115 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.c115 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dlhash.h174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c349 if ((amih=lh_new(app_info_hash, app_info_cmp)) == NULL)
442 if ((mh=lh_new(mem_hash, mem_cmp)) == NULL)
H A Dex_data.c268 if(!ex_data && ((ex_data = lh_new(ex_hash_cb, ex_cmp_cb)) == NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_api.c192 if ((conf->data = lh_new(hash, cmp_conf)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c108 if((lh = lh_new(LHASH_HASH_FN(engine_pile_hash),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/txt_db/
H A Dtxt_db.c233 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.c228 if ((idx=lh_new(hash,cmp)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.c233 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dopenssl.c507 if ((ret=lh_new(hash, cmp)) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Do_names.c53 names_lh=lh_new(obj_name_hash, obj_name_cmp);
H A Dobj_dat.c185 added=lh_new(add_hash,add_cmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c317 /* These are the callbacks provided to "lh_new()" when creating the LHASH tables
341 int_error_hash = lh_new(err_hash, err_cmp);
421 int_thread_hash = lh_new(pid_hash, pid_cmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_lib.c1412 ret->sessions=lh_new(LHASH_HASH_FN(SSL_SESSION_hash),

Completed in 109 milliseconds