Searched refs:fileCfg (Results 1 – 6 of 6) sorted by relevance
56 service->fileCfg = fileOpt;84 service->fileCfg = nullptr;
300 service->fileCfg = (ServiceFile *)malloc(sizeof(ServiceFile));301 ASSERT_NE(nullptr, service->fileCfg);302 service->fileCfg->fd = 0;303 service->fileCfg->next = nullptr;
165 FreeServiceFile(service->fileCfg); in ReleaseService()554 if (service->fileCfg == NULL) { in AddServiceFile()555 service->fileCfg = fileOpt; in AddServiceFile()557 fileOpt->next = service->fileCfg->next; in AddServiceFile()558 service->fileCfg->next = fileOpt; in AddServiceFile()568 FreeServiceFile(curServ->fileCfg); in ParseServiceFile()570 curServ->fileCfg = NULL; in ParseServiceFile()1133 INIT_CHECK(ret == 0, FreeServiceFile(service->fileCfg); service->fileCfg = NULL); in ParseAllServices()
75 ServiceFile *tmpFile = service->fileCfg; in CreateServiceFile()
690 CloseServiceFile(service->fileCfg); in ServiceStop()803 CloseServiceFile(service->fileCfg); in ServiceReap()
170 ServiceFile *fileCfg; member