Searched refs:int_ctrl_cmd_is_null (Results 1 – 1 of 1) sorted by relevance
27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() function37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name()41 if (int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name()54 while (!int_ctrl_cmd_is_null(defn) && (defn->cmd_num < num)) { in int_ctrl_cmd_by_num()73 if ((e->cmd_defns == NULL) || int_ctrl_cmd_is_null(e->cmd_defns)) in int_ctrl_helper()109 return int_ctrl_cmd_is_null(cdp) ? 0 : cdp->cmd_num; in int_ctrl_helper()
Completed in 4 milliseconds