Home
last modified time | relevance | path

Searched refs:lh_ADDED_OBJ_doall (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/objects/
HDobj_dat.c243 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup1)); /* zero counters */ in OBJ_cleanup()
244 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup2)); /* set counters */ in OBJ_cleanup()
245 lh_ADDED_OBJ_doall(added, LHASH_DOALL_FN(cleanup3)); /* free objects */ in OBJ_cleanup()
/freebsd-11-stable/crypto/openssl/crypto/stack/
HDsafestack.h2452 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn) macro