Searched refs:int_ctrl_cmd_is_null (Results 1 – 1 of 1) sorted by relevance
24 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() function34 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name()38 if (int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name()51 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { in int_ctrl_cmd_by_num()70 if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns)) in int_ctrl_helper()106 return int_ctrl_cmd_is_null(cdp) ? 0 : cdp->cmd_num; in int_ctrl_helper()