Searched refs:ENGINE_PILE (Results 1 – 3 of 3) sorted by relevance
72 } ENGINE_PILE; typedef94 static unsigned long engine_pile_hash(const ENGINE_PILE *c) in engine_pile_hash()99 static int engine_pile_cmp(const ENGINE_PILE *a, const ENGINE_PILE *b) in engine_pile_cmp()104 static IMPLEMENT_LHASH_HASH_FN(engine_pile_hash, const ENGINE_PILE *) in IMPLEMENT_LHASH_HASH_FN() argument105 static IMPLEMENT_LHASH_COMP_FN(engine_pile_cmp, const ENGINE_PILE *) in IMPLEMENT_LHASH_HASH_FN()129 ENGINE_PILE tmplate, *fnd; in engine_table_register()142 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE)); in engine_table_register()183 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e) in int_unregister_cb()197 static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb, ENGINE_PILE *, in IMPLEMENT_LHASH_DOALL_ARG_FN() argument208 static void int_cleanup_cb(ENGINE_PILE *p) in int_cleanup_cb()[all …]
136 to a potentially NULL "ENGINE_PILE". An ENGINE_PILE is essentially a list of168 cleanup works with the ENGINE_PILE doing all this caching nonsense (ie. when the170 ENGINE_PILE code may still have references and thus those ENGINEs will stay
247 -T ENGINE_PILE