OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lh_free
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/include/openssl/
lhash_macros.h
28
lh_free
(CHECKED_CAST(_LHASH *, LHASH_OF(ASN1_OBJECT) *, lh));
66
lh_free
(CHECKED_CAST(_LHASH *, LHASH_OF(CONF_VALUE) *, lh));
104
lh_free
(CHECKED_CAST(_LHASH *, LHASH_OF(SSL_SESSION) *, lh));
lhash.h
151
/*
lh_free
frees the hash table itself but none of the elements. See
153
OPENSSL_EXPORT void
lh_free
(_LHASH *lh);
/external/boringssl/src/crypto/lhash/
make_macros.sh
36
lh_free
(CHECKED_CAST(_LHASH*, LHASH_OF(${type})*, lh));
lhash_test.c
195
lh_free
(lh);
lhash.c
102
void
lh_free
(_LHASH *lh) {
function
Completed in 130 milliseconds