Searched refs:bURLPutSnapshot (Results 1 – 5 of 5) sorted by relevance
183 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()
210 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()
239 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()
1185 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()
551 BOOL bURLPutSnapshot; member