Searched refs:lh_insert (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | lhash_macros.h | 39 lh_insert(CHECKED_CAST(_LHASH *, LHASH_OF(ASN1_OBJECT) *, lh), \ 77 lh_insert(CHECKED_CAST(_LHASH *, LHASH_OF(CONF_VALUE) *, lh), \ 115 lh_insert(CHECKED_CAST(_LHASH *, LHASH_OF(SSL_SESSION) *, lh), \
|
D | lhash.h | 166 OPENSSL_EXPORT int lh_insert(_LHASH *lh, void **old_data, void *data);
|
/external/boringssl/src/crypto/lhash/ |
D | make_macros.sh | 45 …lh_insert(CHECKED_CAST(_LHASH*, LHASH_OF(${type})*, lh), CHECKED_CAST(void**, ${type}**, old_data)…
|
D | lhash_test.c | 154 lh_insert(lh, (void **)&s1, s); in main()
|
D | lhash.c | 224 int lh_insert(_LHASH *lh, void **old_data, void *data) { in lh_insert() function
|