Home
last modified time | relevance | path

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

/dports/security/ftimes/ftimes-3.11.0/src/
H A Dmapmode.c183 if (psProperties->bURLPutSnapshot) in MapModeCheckDependencies()
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()
738 if (psProperties->bURLPutSnapshot && psProperties->iRunMode == FTIMES_MAPMODE) in MapModeFinalStage()
H A Ddigmode.c210 if (psProperties->bURLPutSnapshot) in DigModeCheckDependencies()
225 if (psProperties->bURLPutSnapshot && psProperties->psPutURL == NULL) in DigModeCheckDependencies()
231 if (psProperties->bURLPutSnapshot && psProperties->psPutURL->pcPath[0] == 0) in DigModeCheckDependencies()
288 if (psProperties->bURLPutSnapshot && psProperties->iRunMode == FTIMES_DIGMODE) in DigModeFinalize()
725 if (psProperties->bURLPutSnapshot && psProperties->iRunMode == FTIMES_DIGMODE) in DigModeFinalStage()
H A Dmadmode.c239 if (psProperties->bURLPutSnapshot) in MadModeCheckDependencies()
254 if (psProperties->bURLPutSnapshot && psProperties->psPutURL == NULL) in MadModeCheckDependencies()
260 if (psProperties->bURLPutSnapshot && psProperties->psPutURL->pcPath[0] == 0) in MadModeCheckDependencies()
369 if (psProperties->bURLPutSnapshot && psProperties->iRunMode == FTIMES_MADMODE) in MadModeFinalize()
863 if (psProperties->bURLPutSnapshot && psProperties->iRunMode == FTIMES_MADMODE) in MadModeFinalStage()
H A Dproperties.c1185 EVALUATE_TWOSTATE(pc, "Y", "N", psProperties->bURLPutSnapshot); in PropertiesReadLine()
1508 if (RUN_MODE_IS_SET(MODES_URLPutSnapshot, psProperties->iRunMode) && psProperties->bURLPutSnapshot) in PropertiesDisplaySettings()
1512 …snprintf(acMessage, MESSAGE_SIZE, "%s=%s", KEY_URLPutSnapshot, psProperties->bURLPutSnapshot ? "Y"… in PropertiesDisplaySettings()
1518 if (psProperties->bURLPutSnapshot && psProperties->psPutURL) in PropertiesDisplaySettings()
1537 if (psProperties->bURLPutSnapshot) in PropertiesDisplaySettings()
H A Dftimes.h551 BOOL bURLPutSnapshot; member