Searched refs:ENGINE_GEN_INT_FUNC_PTR (Results 1 – 5 of 5) sorted by relevance
223 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function()229 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) in ENGINE_set_init_function()235 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) in ENGINE_set_finish_function()269 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e) in ENGINE_get_destroy_function()274 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e) in ENGINE_get_init_function()279 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e) in ENGINE_get_finish_function()
127 ENGINE_GEN_INT_FUNC_PTR destroy;128 ENGINE_GEN_INT_FUNC_PTR init;129 ENGINE_GEN_INT_FUNC_PTR finish;
267 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef503 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);505 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);507 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);562 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);564 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);566 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
126 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);127 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);128 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);143 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e);144 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e);145 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
216 -T ENGINE_GEN_INT_FUNC_PTR