Searched refs:ENGINE_GEN_INT_FUNC_PTR (Results 1 – 1 of 1) sorted by relevance
333 typedef int (*ENGINE_GEN_INT_FUNC_PTR) (ENGINE *); typedef562 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);563 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);564 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);608 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);609 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);610 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);