OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lh_num_items
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/include/openssl/
lhash_macros.h
31
lh_num_items
(CHECKED_CAST(_LHASH *, LHASH_OF(ASN1_OBJECT) *, lh))
69
lh_num_items
(CHECKED_CAST(_LHASH *, LHASH_OF(CONF_VALUE) *, lh))
107
lh_num_items
(CHECKED_CAST(_LHASH *, LHASH_OF(SSL_SESSION) *, lh))
lhash.h
155
/*
lh_num_items
returns the number of items in |lh|. */
156
OPENSSL_EXPORT size_t
lh_num_items
(const _LHASH *lh);
/external/boringssl/src/crypto/lhash/
make_macros.sh
39
lh_num_items
(CHECKED_CAST(_LHASH*, LHASH_OF(${type})*, lh))
lhash_test.c
134
if (dummy_lh_num_items(&dummy_lh) !=
lh_num_items
(lh)) {
lhash.c
121
size_t
lh_num_items
(const _LHASH *lh) { return lh->num_items; }
function
Completed in 451 milliseconds