Lines Matching refs:cmd_name
273 * to zero and/or cmd_name set to NULL. */
277 const char *cmd_name; /* The command name itself */
440 * use the cmd_name and cmd_optional. */
441 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
444 /* This function passes a command-name and argument to an ENGINE. The cmd_name
450 * cmd_name the return value will be success anyway. This function is intended
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,