Searched refs:CmdLines (Results 1 – 7 of 7) sorted by relevance
57 } CmdLines; typedef79 int GetCmdLinesFromJson(const cJSON *root, CmdLines **cmdLines);
31 CmdLines *cmdLines;
142 CmdLines *restartArg;
220 CmdLines **cmdLines = (CmdLines **)calloc(1, sizeof(CmdLines *));
108 service->restartArg = (CmdLines *)calloc(1, sizeof(CmdLines));
136 CmdLines *cmdLines = g_jobs[i].cmdLines; in DoJob()
656 int GetCmdLinesFromJson(const cJSON *root, CmdLines **cmdLines) in GetCmdLinesFromJson()667 *cmdLines = (CmdLines *)calloc(1, sizeof(CmdLines) + sizeof(CmdLine) * cmdCnt); in GetCmdLinesFromJson()