Home | History | Annotate | Download | only in engine

Lines Matching refs:ENGINE_ctrl

131  * control commands on their own. Without this flag, ENGINE_ctrl() handles these
136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
157 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
161 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
164 * ENGINE_ctrl) */
211 * ENGINE_ctrl() code handles this on the ENGINE's behalf using the cmd_defns
429 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
434 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
437 /* This function works like ENGINE_ctrl() with the exception of taking a
453 * specific engines. As such, it shouldn't be used for calling ENGINE_ctrl()
455 * supposed to be used directly through ENGINE_ctrl() in application code. Any
456 * "return" data from an ENGINE_ctrl() operation in this function will be lost -