Searched refs:ENGINE_PILE (Results 1 – 2 of 2) sorted by relevance
71 } ENGINE_PILE; typedef93 static unsigned long engine_pile_hash(const ENGINE_PILE *c) in engine_pile_hash()97 static int engine_pile_cmp(const ENGINE_PILE *a, const ENGINE_PILE *b) in engine_pile_cmp()101 static IMPLEMENT_LHASH_HASH_FN(engine_pile_hash, const ENGINE_PILE *) in IMPLEMENT_LHASH_HASH_FN() argument102 static IMPLEMENT_LHASH_COMP_FN(engine_pile_cmp, const ENGINE_PILE *) in IMPLEMENT_LHASH_HASH_FN()121 ENGINE_PILE tmplate, *fnd; in engine_table_register()136 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE)); in engine_table_register()175 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e) in int_unregister_cb()191 static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb,ENGINE_PILE *,ENGINE *) in IMPLEMENT_LHASH_DOALL_ARG_FN() argument201 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