Home
last modified time | relevance | path

Searched refs:psProperties (Results 1 – 25 of 46) sorted by relevance

12

/dports/security/ftimes/ftimes-3.11.0/src/
H A Dftimes.c233 if (psProperties == NULL) in FTimesBootstrap()
509 psProperties->psPyGlobals = PyModule_GetDict(psProperties->psPythonMain); in FTimesFinalize()
532 if (psProperties != NULL) in FTimesFreeProperties()
544 free(psProperties); in FTimesFreeProperties()
572 if (psProperties == NULL) in FTimesNewProperties()
586psProperties->dStartTime = (double) psProperties->tvJobEpoch.tv_sec + (double) psProperties->tvJob… in FTimesNewProperties()
587psProperties->tStartTime = TimeGetTime(psProperties->acStartDate, psProperties->acStartTime, psPro… in FTimesNewProperties()
588 memcpy(psProperties->acRunDateTime, psProperties->acDateTime, FTIMES_TIME_SIZE); in FTimesNewProperties()
755 return psProperties; in FTimesNewProperties()
1476 if (psProperties->pFileLog && psProperties->pFileLog != stderr) in FTimesFinalStage()
[all …]
H A Dmapmode.c55 iError = PropertiesReadFile(psProperties->acConfigFile, psProperties, acLocalError); in MapModeInitialize()
110 snprintf(psProperties->acLogDirName, FTIMES_MAX_PATH, "%s", psProperties->acOutDirName); in MapModeInitialize()
198 if (psProperties->bURLPutSnapshot && psProperties->psPutURL == NULL) in MapModeCheckDependencies()
204 if (psProperties->bURLPutSnapshot && psProperties->psPutURL->pcPath[0] == 0) in MapModeCheckDependencies()
313 if (psProperties->bURLPutSnapshot && psProperties->iRunMode == FTIMES_MAPMODE) in MapModeFinalize()
419 …rror = SupportMakeName(psProperties->acLogDirName, psProperties->acBaseName, psProperties->acBaseN… in MapModeFinalize()
433 psProperties->pFileLog = fopen(psProperties->acLogFileName, "wb+"); in MapModeFinalize()
475 …rror = SupportMakeName(psProperties->acOutDirName, psProperties->acBaseName, psProperties->acBaseN… in MapModeFinalize()
489 psProperties->pFileOut = fopen(psProperties->acOutFileName, "wb+"); in MapModeFinalize()
611 if (psProperties->pFileOut && psProperties->pFileOut != stdout) in MapModeFinishUp()
[all …]
H A Dmadmode.c49 iError = PropertiesReadFile(psProperties->acConfigFile, psProperties, acLocalError); in MadModeInitialize()
168 if (psProperties->iAnalyzeCarrySize >= psProperties->iAnalyzeBlockSize) in MadModeCheckDependencies()
254 if (psProperties->bURLPutSnapshot && psProperties->psPutURL == NULL) in MadModeCheckDependencies()
260 if (psProperties->bURLPutSnapshot && psProperties->psPutURL->pcPath[0] == 0) in MadModeCheckDependencies()
423 if (psProperties->iAnalyzeStepSize > psProperties->iAnalyzeBlockSize) in MadModeFinalize()
427 psProperties->iAnalyzeStepSize = psProperties->iAnalyzeBlockSize; in MadModeFinalize()
499 …rror = SupportMakeName(psProperties->acLogDirName, psProperties->acBaseName, psProperties->acBaseN… in MadModeFinalize()
513 psProperties->pFileLog = fopen(psProperties->acLogFileName, "wb+"); in MadModeFinalize()
555 …rror = SupportMakeName(psProperties->acOutDirName, psProperties->acBaseName, psProperties->acBaseN… in MadModeFinalize()
569 psProperties->pFileOut = fopen(psProperties->acOutFileName, "wb+"); in MadModeFinalize()
[all …]
H A Ddigmode.c59 iError = PropertiesReadFile(psProperties->acConfigFile, psProperties, acLocalError); in DigModeInitialize()
156 if (psProperties->iAnalyzeCarrySize >= psProperties->iAnalyzeBlockSize) in DigModeCheckDependencies()
225 if (psProperties->bURLPutSnapshot && psProperties->psPutURL == NULL) in DigModeCheckDependencies()
231 if (psProperties->bURLPutSnapshot && psProperties->psPutURL->pcPath[0] == 0) in DigModeCheckDependencies()
315 if (psProperties->iAnalyzeStepSize > psProperties->iAnalyzeBlockSize) in DigModeFinalize()
319 psProperties->iAnalyzeStepSize = psProperties->iAnalyzeBlockSize; in DigModeFinalize()
391 …rror = SupportMakeName(psProperties->acLogDirName, psProperties->acBaseName, psProperties->acBaseN… in DigModeFinalize()
405 psProperties->pFileLog = fopen(psProperties->acLogFileName, "wb+"); in DigModeFinalize()
447 …rror = SupportMakeName(psProperties->acOutDirName, psProperties->acBaseName, psProperties->acBaseN… in DigModeFinalize()
461 psProperties->pFileOut = fopen(psProperties->acOutFileName, "wb+"); in DigModeFinalize()
[all …]
H A Dproperties.c72 iError = PropertiesReadFile(psProperties->acConfigFile, psProperties, acLocalError); in PropertiesTestFile()
376 …iRunMode = (psProperties->iRunMode == FTIMES_CFGTEST) ? psProperties->iTestRunMode : psProperties-… in PropertiesReadLine()
555 strncpy(psProperties->acBaseNameSuffix, psProperties->acDateTime, FTIMES_SUFFIX_SIZE); in PropertiesReadLine()
563 strncpy(psProperties->acBaseNameSuffix, psProperties->acPid, FTIMES_SUFFIX_SIZE); in PropertiesReadLine()
855 if (psProperties->iRunMode != FTIMES_CFGTEST || psProperties->iTestLevel == FTIMES_TEST_STRICT) in PropertiesReadLine()
926 if (psProperties->iRunMode != FTIMES_CFGTEST || psProperties->iTestLevel == FTIMES_TEST_STRICT) in PropertiesReadLine()
984 if (psProperties->iRunMode != FTIMES_CFGTEST || psProperties->iTestLevel == FTIMES_TEST_STRICT) in PropertiesReadLine()
1054 if (psProperties->iRunMode != FTIMES_CFGTEST || psProperties->iTestLevel == FTIMES_TEST_STRICT) in PropertiesReadLine()
1075 if (psProperties->iRunMode != FTIMES_CFGTEST || psProperties->iTestLevel == FTIMES_TEST_STRICT) in PropertiesReadLine()
1475 if (psProperties->psGetURL) in PropertiesDisplaySettings()
[all …]
H A Dgetmode.c35 psProperties->pFileLog = stderr; in GetModeInitialize()
36 psProperties->pFileOut = stdout; in GetModeInitialize()
45 iError = PropertiesReadFile(psProperties->acConfigFile, psProperties, acLocalError); in GetModeInitialize()
77 if (psProperties->bGetAndExec) in GetModeCheckDependencies()
136 psProperties->pFileLog = stderr; in GetModeFinalize()
151 if ((psProperties->pFileOut = fopen(psProperties->acGetFileName, "wb")) == NULL) in GetModeFinalize()
156 strncpy(psProperties->acOutFileName, psProperties->acGetFileName, FTIMES_MAX_PATH); in GetModeFinalize()
201 if (psProperties->pFileOut && psProperties->pFileOut != stdout) in GetModeWorkHorse()
206 fclose(psProperties->pFileOut); in GetModeWorkHorse()
272 if (psProperties->bGetAndExec) in GetModeFinalStage()
[all …]
H A Dcmpmode.c40 free(psProperties); in CmpModeInitialize()
52 psProperties->pFileLog = stderr; in CmpModeInitialize()
53 psProperties->pFileOut = stdout; in CmpModeInitialize()
94 …if (psProperties->psBaselineContext->pcFile == NULL || psProperties->psBaselineContext->pcFile[0] … in CmpModeCheckDependencies()
100 …if (psProperties->psSnapshotContext->pcFile == NULL || psProperties->psSnapshotContext->pcFile[0] … in CmpModeCheckDependencies()
142 psProperties->iMemoryMapEnable in CmpModeFinalize()
176 psProperties->acTempDirectory, in CmpModeFinalize()
180 psProperties->pcNonce in CmpModeFinalize()
192 psProperties->pFileLog = stderr; in CmpModeFinalize()
206 psProperties->pFileOut = stdout; in CmpModeFinalize()
[all …]
H A Ddecoder.c31 psProperties->pFileLog = stderr; in DecoderInitialize()
32 psProperties->pFileOut = stdout; in DecoderInitialize()
52 …if (psProperties->psSnapshotContext->pcFile == NULL || psProperties->psSnapshotContext->pcFile[0] … in DecoderCheckDependencies()
85 psProperties->pFileLog = stderr; in DecoderFinalize()
86 MessageSetOutputStream(psProperties->pFileLog); in DecoderFinalize()
97 psProperties->pFileOut = stdout; in DecoderFinalize()
98 DecodeSetOutputStream(psProperties->pFileOut); in DecoderFinalize()
107 MessageSetNewLine(psProperties->acNewLine); in DecoderFinalize()
108 DecodeSetNewLine(psProperties->acNewLine); in DecoderFinalize()
134 PropertiesDisplaySettings(psProperties); in DecoderFinalize()
[all …]
H A Danalyze.c310 if (psProperties->ulFileSizeLimit != 0 && ui64FileSize > (APP_UI64) psProperties->ulFileSizeLimit) in AnalyzeFile()
622 psProperties->asAnalysisStages[psProperties->iLastAnalysisStage].iError = ER_DoDigest; in AnalyzeEnableDigestEngine()
628 psProperties->asAnalysisStages[psProperties->iLastAnalysisStage].iError = ER_DoDigest; in AnalyzeEnableDigestEngine()
634 psProperties->asAnalysisStages[psProperties->iLastAnalysisStage].iError = ER_DoDigest; in AnalyzeEnableDigestEngine()
737 strcpy(psProperties->asAnalysisStages[psProperties->iLastAnalysisStage].acDescription, "Search"); in AnalyzeEnableDigEngine()
738 psProperties->asAnalysisStages[psProperties->iLastAnalysisStage].iError = ER_DoDig; in AnalyzeEnableDigEngine()
739 psProperties->asAnalysisStages[psProperties->iLastAnalysisStage++].piRoutine = AnalyzeDoDig; in AnalyzeEnableDigEngine()
955 strcpy(psProperties->asAnalysisStages[psProperties->iLastAnalysisStage].acDescription, "XMagic"); in AnalyzeEnableXMagicEngine()
956 psProperties->asAnalysisStages[psProperties->iLastAnalysisStage].iError = ER_DoXMagic; in AnalyzeEnableXMagicEngine()
957 psProperties->asAnalysisStages[psProperties->iLastAnalysisStage++].piRoutine = AnalyzeDoXMagic; in AnalyzeEnableXMagicEngine()
[all …]
H A Dcompare.c207 psProperties->ulAnalyzed++; in CompareEnumerateChanges()
252 psProperties->ulChanged++; in CompareEnumerateChanges()
257 psProperties->ulUnknown++; in CompareEnumerateChanges()
274 psProperties->ulNew++; in CompareEnumerateChanges()
318 psProperties->ulMissing++; in CompareEnumerateChanges()
366 if (psProperties != NULL) in CompareFreeProperties()
395 free(psProperties); in CompareFreeProperties()
786 …CompareSetNodeData(psProperties->aiBaselineKeys, psProperties->psBaselineNodes, psProperties->pvMe… in CompareLoadBaselineData()
815 if (psProperties == NULL) in CompareNewProperties()
846 return psProperties; in CompareNewProperties()
[all …]
H A Dssl.c255 if (psProperties->psslCTX == NULL) in SslInitializeCTX()
271 psProperties->psslCTX, in SslInitializeCTX()
321 SSL_CTX_set_verify_depth(psProperties->psslCTX, psProperties->iMaxChainLength); in SslInitializeCTX()
325 if (!SSL_CTX_load_verify_locations(psProperties->psslCTX, psProperties->pcBundledCAsFile, NULL)) in SslInitializeCTX()
355 if (psProperties->pcPassPhrase != NULL && psProperties->pcPassPhrase[0]) in SslInitializeCTX()
399 return psProperties->psslCTX; in SslInitializeCTX()
617 if (psProperties == NULL) in SslSetBundledCAsFile()
685 if (psProperties == NULL) in SslSetExpectedPeerCN()
716 if (psProperties == NULL) in SslSetPassPhrase()
747 if (psProperties == NULL) in SslSetPrivateKeyFile()
[all …]
H A Ddevelop.c335 if (psProperties->bHashDirectories) in DevelopNormalOutput()
361 if (psProperties->bHashSymbolicLinks) in DevelopNormalOutput()
423 if (psProperties->bHashDirectories) in DevelopNormalOutput()
449 if (psProperties->bHashSymbolicLinks) in DevelopNormalOutput()
511 if (psProperties->bHashDirectories) in DevelopNormalOutput()
922 if (psProperties->bHashDirectories) in DevelopNormalOutput()
980 if (psProperties->bHashDirectories) in DevelopNormalOutput()
1038 if (psProperties->bHashDirectories) in DevelopNormalOutput()
1619 if (psProperties->bHashDirectories) in DevelopCompressedOutput()
1692 if (psProperties->bHashDirectories) in DevelopCompressedOutput()
[all …]
H A Dftimes.h669 void AnalyzeEnableDigEngine(FTIMES_PROPERTIES *psProperties);
670 void AnalyzeEnableDigestEngine(FTIMES_PROPERTIES *psProperties);
729 int FTimesFinalize(FTIMES_PROPERTIES *psProperties, char *pcError);
732 void FTimesDisplayStatistics(FTIMES_PROPERTIES *psProperties);
737 void FTimesSetPropertiesReference(FTIMES_PROPERTIES *psProperties);
745 void FTimesFreeProperties(FTIMES_PROPERTIES *psProperties);
807 void DigSetPropertiesReference(FTIMES_PROPERTIES *psProperties);
873 void PropertiesDisplaySettings(FTIMES_PROPERTIES *psProperties);
892 void SupportDisplayRunStatistics(FTIMES_PROPERTIES *psProperties);
951 int URLGetRequest(FTIMES_PROPERTIES *psProperties, char *pcError);
[all …]
H A Durl.c22 URLGetRequest(FTIMES_PROPERTIES *psProperties, char *pcError) in URLGetRequest() argument
41 psURL = psProperties->psGetURL; in URLGetRequest()
61 psURL->psSslProperties = psProperties->psSslProperties; in URLGetRequest()
73 if (psProperties->iURLAuthType == HTTP_AUTH_TYPE_BASIC) in URLGetRequest()
77 if (!psProperties->acURLUsername[0] || !psProperties->acURLPassword[0]) in URLGetRequest()
226 psURL = psProperties->psPutURL; in URLPingRequest()
262 if (!psProperties->acURLUsername[0] || !psProperties->acURLPassword[0]) in URLPingRequest()
429 apcFilenames[0] = psProperties->acLogFileName; in URLPutRequest()
430 apcFilenames[1] = psProperties->acOutFileName; in URLPutRequest()
493 psURL = psProperties->psPutURL; in URLPutRequest()
[all …]
H A Dmap.c482 perl_free(psProperties->psMyPerl); in MapExecuteHook()
857 if (psProperties->bHashDirectories) in MapTree()
1071 if (psProperties->bHashDirectories) in MapTree()
1378 if (psProperties->bHashDirectories) in MapTree()
1488 if (psProperties->bHashDirectories) in MapTree()
1910 if (psProperties->bHashDirectories) in MapTree()
2319 if (psProperties->psExcludeFilterList) in MapFile()
2333 if (psProperties->psIncludeFilterList) in MapFile()
2684 if (psProperties->psExcludeFilterList) in MapFile()
2698 if (psProperties->psIncludeFilterList) in MapFile()
[all …]
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dwebjob.c119 psProperties = psProperties->psNext; in main()
130 for (/* empty */; psProperties; psProperties = psProperties->psNext) in main()
260 if (psProperties->psNext && !psProperties->iGetOk) in main()
266 …if (psProperties->psPutUrl == NULL || (!psProperties->iGetOk && !psProperties->iUploadOnGetFailure… in main()
1228 psProperties->pcConfigFile = psProperties->pcConfigList; in WebJobCloneProperties()
1650 if (psProperties->iGetTimeLimit || psProperties->iRunTimeLimit || psProperties->iPutTimeLimit) in WebJobDoConfigure()
2580 sThreadArguments.psProperties = psProperties; in WebJobDoGetStage()
3203psProperties->piHashStream(psProperties->sWEBJOB.pStdOut, psProperties->pcStdOutHash, &psPropertie… in WebJobDoPutStage()
3206psProperties->piHashStream(psProperties->sWEBJOB.pStdErr, psProperties->pcStdErrHash, &psPropertie… in WebJobDoPutStage()
3444 sThreadArguments.psProperties = psProperties; in WebJobDoPutStage()
[all …]
H A Dproperties.c371 iRunMode = psProperties->iRunMode; in PropertiesReadLine()
405 pcTempHash = realloc(psProperties->pcStdOutHash, psProperties->iHashSize); in PropertiesReadLine()
411 psProperties->pcStdOutHash = pcTempHash; in PropertiesReadLine()
412 memset(psProperties->pcStdOutHash, 0, psProperties->iHashSize); in PropertiesReadLine()
413 pcTempHash = realloc(psProperties->pcStdErrHash, psProperties->iHashSize); in PropertiesReadLine()
420 memset(psProperties->pcStdErrHash, 0, psProperties->iHashSize); in PropertiesReadLine()
426 psProperties->iImportRecursionLevel++; in PropertiesReadLine()
433 psProperties->iImportRecursionLevel--; in PropertiesReadLine()
720 if (psProperties->psGetUrl == NULL) in PropertiesReadLine()
737 if (psProperties->psPutUrl == NULL) in PropertiesReadLine()
[all …]
H A Dssl.c246 if (psProperties->psslCTX == NULL) in SslInitializeCTX()
264 if (psProperties->iVerifyPeerCert) in SslInitializeCTX()
285 SSL_CTX_set_verify_depth(psProperties->psslCTX, psProperties->iMaxChainLength); in SslInitializeCTX()
289 if (!SSL_CTX_load_verify_locations(psProperties->psslCTX, psProperties->pcBundledCAsFile, NULL)) in SslInitializeCTX()
319 if (psProperties->pcPassPhrase != NULL && psProperties->pcPassPhrase[0]) in SslInitializeCTX()
363 return psProperties->psslCTX; in SslInitializeCTX()
581 if (psProperties == NULL) in SslSetBundledCAsFile()
649 if (psProperties == NULL) in SslSetExpectedPeerCN()
680 if (psProperties == NULL) in SslSetPassPhrase()
711 if (psProperties == NULL) in SslSetPrivateKeyFile()
[all …]
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-dsvtool/
H A Dwebjob-dsvtool.c91 switch (psProperties->iRunMode) in main()
102 …if (psProperties->iKeyBits % 256 || psProperties->iKeyBits < 1024 || psProperties->iKeyBits > 4096) in main()
299 if (psProperties == NULL) in DsvBootStrap()
323 if (psProperties != NULL) in DsvFreeProperties()
332 free(psProperties); in DsvFreeProperties()
372 if (psProperties == NULL) in DsvNewProperties()
389 return psProperties; in DsvNewProperties()
677 switch (psProperties->iRunMode) in DsvProcessArguments()
749 gpsProperties = psProperties; in DsvSetPropertiesReference()
916psProperties->psCertList = DsvLoadPublicKey(psProperties->pcCertFile, psProperties->iFileType, acL… in DsvVerify()
[all …]
H A Dssl.c246 if (psProperties->psslCTX == NULL) in SslInitializeCTX()
264 if (psProperties->iVerifyPeerCert) in SslInitializeCTX()
285 SSL_CTX_set_verify_depth(psProperties->psslCTX, psProperties->iMaxChainLength); in SslInitializeCTX()
289 if (!SSL_CTX_load_verify_locations(psProperties->psslCTX, psProperties->pcBundledCAsFile, NULL)) in SslInitializeCTX()
319 if (psProperties->pcPassPhrase != NULL && psProperties->pcPassPhrase[0]) in SslInitializeCTX()
363 return psProperties->psslCTX; in SslInitializeCTX()
581 if (psProperties == NULL) in SslSetBundledCAsFile()
649 if (psProperties == NULL) in SslSetExpectedPeerCN()
680 if (psProperties == NULL) in SslSetPassPhrase()
711 if (psProperties == NULL) in SslSetPrivateKeyFile()
[all …]
/dports/sysutils/webjob/webjob-1.9.0/pad/
H A Dpad-binary-guts.c63 PAD_GUTS_PROPERTIES *psProperties; in main() local
130 iError = PaDLocateDelimiter(psProperties->pFilePaD, psProperties->pcDelimiter, acLocalError); in main()
164 psProperties->iUnlinkPayload = 1; in main()
170 …iError = PaDDeliverPayload(psProperties->pcPayload, iNeedXBit, psProperties->pcCmdLine, acLocalErr… in main()
208 PAD_GUTS_PROPERTIES *psProperties; in PaDBootStrap() local
233 if (psProperties == NULL) in PaDBootStrap()
505 if (stat(psProperties->pcPayload, &statEntry) == 0 && psProperties->iOverwritePayload == 0) in PaDExtractPayload()
611 PAD_GUTS_PROPERTIES *psProperties; in PaDShutdown() local
614 if (psProperties != NULL) in PaDShutdown()
630 free(psProperties->pcPayload); in PaDShutdown()
[all …]
H A Dpad-make-binary-guts.c57 PAD_MAKE_PROPERTIES *psProperties; in main() local
95 iError = PaDLocateDelimiter(psProperties->pFilePaD, psProperties->pcDelimiter, acLocalError); in main()
144 PAD_MAKE_PROPERTIES *psProperties; in PaDBootStrap() local
179 if (psProperties == NULL) in PaDBootStrap()
225 if (psProperties->pFilePaD == NULL) in PaDProcessArguments()
293 PAD_MAKE_PROPERTIES *psProperties; in PaDShutdown() local
296 if (psProperties != NULL) in PaDShutdown()
298 if (psProperties->pFilePaD != NULL) in PaDShutdown()
300 fclose(psProperties->pFilePaD); in PaDShutdown()
308 free(psProperties->pcDelimiter); in PaDShutdown()
[all …]
H A Dpad-join.c57 PAD_JOIN_PROPERTIES *psProperties; in main() local
95 iError = PaDWorkHorse(psProperties, acLocalError); in main()
130 PAD_JOIN_PROPERTIES *psProperties; in PaDBootStrap() local
165 if (psProperties == NULL) in PaDBootStrap()
170 PaDSetPropertiesReference((void *)psProperties); in PaDBootStrap()
222 PAD_JOIN_PROPERTIES *psProperties; in PaDShutdown() local
225 if (psProperties != NULL) in PaDShutdown()
227 free(psProperties); in PaDShutdown()
278 if (psProperties->pcDelimiter == NULL) in PaDWorkHorse()
299 pcFilename[0] = psProperties->pcPaDGuts; in PaDWorkHorse()
[all …]
/dports/security/ftimes/ftimes-3.11.0/tools/tarmap/
H A Dtarmap.c36 TARMAP_PROPERTIES *psProperties = NULL; in main() local
74 switch (psProperties->iRunMode) in main()
115 TARMAP_PROPERTIES *psProperties = NULL; in TarMapBootStrap() local
125 if (psProperties == NULL) in TarMapBootStrap()
146 if (psProperties != NULL) in TarMapFreeProperties()
156 free(psProperties); in TarMapFreeProperties()
189 if (psProperties == NULL) in TarMapNewProperties()
209 return psProperties; in TarMapNewProperties()
309 psProperties->iRunMode = TARMAP_MAP; in TarMapProcessArguments()
501 gpsProperties = psProperties; in TarMapSetPropertiesReference()
[all …]
/dports/security/ftimes/ftimes-3.11.0/tools/ftimes-xpa/
H A Dftimes-xpa.c81 psProperties->pucData = (unsigned char *) malloc(psProperties->ui32Blocksize); in main()
82 if (psProperties->pucData == NULL) in main()
95 if (psProperties->pcListFile) in main()
1282 switch (psProperties->iRunMode) in FTimesXpaProcessArguments()
1381 if (psProperties == NULL) in FTimesXpaBootStrap()
1416 gpsProperties = psProperties; in FTimesXpaSetPropertiesReference()
1498 if (psProperties == NULL) in FTimesXpaNewProperties()
1513 return psProperties; in FTimesXpaNewProperties()
1527 if (psProperties) in FTimesXpaFreeProperties()
1529 if (psProperties->pucData) in FTimesXpaFreeProperties()
[all …]

12