Searched refs:ENGINE_CLEANUP_CB (Results 1 – 4 of 4) sorted by relevance
44 typedef void (ENGINE_CLEANUP_CB) (void); typedef46 ENGINE_CLEANUP_CB *cb;49 int engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb);50 int engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb);60 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
124 static ENGINE_CLEANUP_ITEM *int_cleanup_item(ENGINE_CLEANUP_CB *cb) in int_cleanup_item()136 int engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb) in engine_cleanup_add_first()151 int engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb) in engine_cleanup_add_last()
83 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, in engine_table_register()
210 -T ENGINE_CLEANUP_CB