#include "eng_int.h"Go to the source code of this file.
Functions | |
| int | ENGINE_ctrl (ENGINE *e, int cmd, long i, void *p, void(*f)(void)) |
| int | ENGINE_cmd_is_executable (ENGINE *e, int cmd) |
| int | ENGINE_ctrl_cmd (ENGINE *e, const char *cmd_name, long i, void *p, void(*f)(void), int cmd_optional) |
| int | ENGINE_ctrl_cmd_string (ENGINE *e, const char *cmd_name, const char *arg, int cmd_optional) |
| int ENGINE_cmd_is_executable | ( | ENGINE * | e, |
| int | cmd | ||
| ) |
Definition at line 235 of file eng_ctrl.c.
Definition at line 182 of file eng_ctrl.c.
| int ENGINE_ctrl_cmd | ( | ENGINE * | e, |
| const char * | cmd_name, | ||
| long | i, | ||
| void * | p, | ||
| void(*)(void) | f, | ||
| int | cmd_optional | ||
| ) |
Definition at line 251 of file eng_ctrl.c.
| int ENGINE_ctrl_cmd_string | ( | ENGINE * | e, |
| const char * | cmd_name, | ||
| const char * | arg, | ||
| int | cmd_optional | ||
| ) |
Definition at line 288 of file eng_ctrl.c.
1.8.2