Searched refs:ENGINE_CMD_BASE (Results 1 – 3 of 3) sorted by relevance
75 #define DYNAMIC_CMD_SO_PATH ENGINE_CMD_BASE76 #define DYNAMIC_CMD_NO_VCHECK (ENGINE_CMD_BASE + 1)77 #define DYNAMIC_CMD_ID (ENGINE_CMD_BASE + 2)78 #define DYNAMIC_CMD_LIST_ADD (ENGINE_CMD_BASE + 3)79 #define DYNAMIC_CMD_DIR_LOAD (ENGINE_CMD_BASE + 4)80 #define DYNAMIC_CMD_DIR_ADD (ENGINE_CMD_BASE + 5)81 #define DYNAMIC_CMD_LOAD (ENGINE_CMD_BASE + 6)
248 #define ENGINE_CMD_BASE 200 macro