HomeSort by relevance Sort by last modified time
    Searched refs:lh_doall_arg (Results 1 - 5 of 5) sorted by null

  /external/boringssl/src/include/openssl/
lhash.h 159 // lh_doall_arg calls |func| on each element of the hash table and also passes
162 OPENSSL_EXPORT void lh_doall_arg(_LHASH *lh, void (*func)(void *, void *),
lhash_macros.h 53 lh_doall_arg(CHECKED_CAST(_LHASH *, LHASH_OF(ASN1_OBJECT) *, lh), \
91 lh_doall_arg(CHECKED_CAST(_LHASH *, LHASH_OF(CONF_VALUE) *, lh), \
131 lh_doall_arg(CHECKED_CAST(_LHASH *, LHASH_OF(CRYPTO_BUFFER) *, lh), \
171 lh_doall_arg(CHECKED_CAST(_LHASH *, LHASH_OF(SSL_SESSION) *, lh), \
  /external/boringssl/src/crypto/lhash/
lhash_test.cc 70 // Check the entire contents and test |lh_doall_arg|. This takes O(N) time,
73 // TODO(davidben): |lh_doall_arg| also supports modifying the hash in the
83 lh_doall_arg(lh.get(),
make_macros.sh 54 lh_doall_arg(CHECKED_CAST(_LHASH*, LHASH_OF(${type})*, lh), CHECKED_CAST(void (*)(void*, void*), void (*) (${type}*, void*), func), arg);
lhash.c 86 // callback_depth contains the current depth of |lh_doall| or |lh_doall_arg|
326 void lh_doall_arg(_LHASH *lh, void (*func)(void *, void *), void *arg) { function

Completed in 188 milliseconds