Home | History | Annotate | Download | only in engine

Lines Matching defs:ENGINE_CTRL_FUNC_PTR

287 typedef int (*ENGINE_CTRL_FUNC_PTR)(ENGINE *, int, long, void *, void (*f)(void));
487 int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f);
526 ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e);