Home
last modified time | relevance | path

Searched refs:optConf (Results 1 – 5 of 5) sorted by relevance

/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dmain.c65 CONFIG *optConf = (CONFIG *)0; variable
766 DestroyConfig(optConf); in DestroyDataStructures()
1294 optConf->defaultaccess = *optarg; in main()
1296 optConf->defaultaccess = in main()
1297 tolower(optConf->defaultaccess); in main()
1314 if ((optConf->sslcredentials = in main()
1323 optConf->daemonmode = FLAGTRUE; in main()
1377 optConf->redirect = FLAGFALSE; in main()
1559 optConf->redirect = FLAGFALSE; in main()
1607 if (optConf->reinitcheck != 0) in main()
[all …]
H A Dmain.h49 extern CONFIG *optConf;
H A Dreadcfg.c5095 if (optConf->logfile == (char *)0) { in ReReadCfg()
5116 if (optConf->unifiedlog == (char *)0) { in ReReadCfg()
5135 if (optConf->defaultaccess == '\000') { in ReReadCfg()
5143 if (optConf->passwdfile == (char *)0) { in ReReadCfg()
5160 if (optConf->redirect == FLAGUNKNOWN) { in ReReadCfg()
5184 if (optConf->reinitcheck == 0) { in ReReadCfg()
5192 if (optConf->initdelay == 0) { in ReReadCfg()
5227 if (optConf->daemonmode == FLAGUNKNOWN) { in ReReadCfg()
5236 if (optConf->primaryport == (char *)0) { in ReReadCfg()
5252 if (optConf->secondaryport == (char *)0) { in ReReadCfg()
[all …]
/dports/comms/conserver-com/conserver-8.2.4/console/
H A Dconsole.c61 CONFIG *optConf = (CONFIG *)0; variable
727 DestroyConfig(optConf); in DestroyDataStructures()
1968 optConf->striphigh = FLAGTRUE; in main()
1995 if ((optConf->sslcredentials = in main()
2015 optConf->sslenabled = FLAGFALSE; in main()
2236 ParseEsc(optConf->escape); in main()
2247 if (optConf->master != (char *)0 && optConf->master[0] != '\000') in main()
2262 if (optConf->port != (char *)0 && optConf->port[0] != '\000') in main()
2271 if (optConf->replay != 0) in main()
2272 config->replay = optConf->replay; in main()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/NNPI/
H A DNNPICompiledFunction.cpp329 NNPIOptimizationConfig optConf; in compile() local
330 std::memset(&optConf, 0, sizeof(NNPIOptimizationConfig)); in compile()
331 optConf.lstmReconstruction = 1; in compile()
332 optConf.reorderTransposeConvert = 1; in compile()
334 optConf.constantFolding = 1; in compile()
338 LOG_NNPI_IF_ERROR_RETURN_LLVMERROR(nnpiNetworkOptimize(network_, &optConf), in compile()