Searched refs:ENGINE_CLEANUP_CB (Results 1 – 4 of 4) sorted by relevance
50 typedef void (ENGINE_CLEANUP_CB) (void); typedef52 ENGINE_CLEANUP_CB *cb;55 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);56 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);74 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
126 static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb) in int_cleanup_item()138 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb) in engine_cleanup_add_first()149 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb) in engine_cleanup_add_last()
82 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, in engine_table_register()
208 -T ENGINE_CLEANUP_CB