Searched refs:LHASH_COMP_FN_TYPE (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dlhash.h88 typedef int (*LHASH_COMP_FN_TYPE)(const void *, const void *); typedef
141 LHASH_COMP_FN_TYPE comp;
174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dtxt_db.h100 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.h88 typedef int (*LHASH_COMP_FN_TYPE)(const void *, const void *); typedef
141 LHASH_COMP_FN_TYPE comp;
174 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)
125 ret->comp=((c == NULL)?(LHASH_COMP_FN_TYPE)strcmp:c);
404 LHASH_COMP_FN_TYPE cf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.h100 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
H A Dtxt_db.c217 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/txt_db/
H A Dtxt_db.h102 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
H A Dtxt_db.c222 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.h102 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
H A Dtxt_db.c222 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h87 typedef int (*LHASH_COMP_FN_TYPE) (const void *, const void *); typedef
141 LHASH_COMP_FN_TYPE comp;
175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dlhash.c115 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
126 ret->comp = ((c == NULL) ? (LHASH_COMP_FN_TYPE)strcmp : c);
394 LHASH_COMP_FN_TYPE cf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.h87 typedef int (*LHASH_COMP_FN_TYPE) (const void *, const void *); typedef
141 LHASH_COMP_FN_TYPE comp;
175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
H A Dlhash.c115 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
126 ret->comp = ((c == NULL) ? (LHASH_COMP_FN_TYPE)strcmp : c);
394 LHASH_COMP_FN_TYPE cf;

Completed in 125 milliseconds