OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LHASH_COMP_FN_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/lhash/
lhash.h
88
typedef int (*
LHASH_COMP_FN_TYPE
)(const void *, const void *);
141
LHASH_COMP_FN_TYPE
comp;
175
_LHASH *lh_new(LHASH_HASH_FN_TYPE h,
LHASH_COMP_FN_TYPE
c);
/external/openssl/include/openssl/
lhash.h
88
typedef int (*
LHASH_COMP_FN_TYPE
)(const void *, const void *);
141
LHASH_COMP_FN_TYPE
comp;
175
_LHASH *lh_new(LHASH_HASH_FN_TYPE h,
LHASH_COMP_FN_TYPE
c);
Completed in 344 milliseconds