ENGINE_CMD_DEFN
int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn)
int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s)
int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num)
const ENGINE_CMD_DEFN *cmd_defns;
ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns)
const ENGINE_CMD_DEFN *
int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns);
const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e);