Lines Matching defs:pszFilename

196     const char *pszFilename = NULL;
225 pszFilename = ValueUnion.psz;
251 if (!pszFilename)
263 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
274 rc = VDOpen(pVD, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO, NULL);
277 pszFilename, rc);
283 pszFilename, rc);
291 pszFilename, rc);
301 pszFilename, rc);
310 pszFilename, rc);
327 const char *pszFilename = NULL;
357 pszFilename = ValueUnion.psz;
391 if (!pszFilename)
399 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
410 rc = VDOpen(pVD, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO, NULL);
413 pszFilename, rc);
424 pszFilename, rc);
442 pszFilename, rc);
1062 const char *pszFilename = NULL;
1078 pszFilename = ValueUnion.psz;
1089 if (!pszFilename)
1095 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
1104 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_READONLY, NULL);
1211 const char *pszFilename = NULL;
1233 pszFilename = ValueUnion.psz;
1248 if (!pszFilename)
1254 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
1263 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_NORMAL, NULL);
1392 const char *pszFilename = NULL;
1410 pszFilename = ValueUnion.psz;
1425 if (!pszFilename)
1436 rc = VDCreateCache(pDisk, "VCI", pszFilename, cbSize, VD_IMAGE_FLAGS_DEFAULT,
1487 const char *pszFilename = NULL;
1518 pszFilename = ValueUnion.psz;
1545 if (!pszFilename)
1573 rc = VDCreateBase(pDisk, pszBackend, pszFilename, cbSize, uImageFlags,
1589 const char *pszFilename = NULL;
1611 pszFilename = ValueUnion.psz;
1630 if (!pszFilename)
1636 rc = VDGetFormat(NULL, NULL, pszFilename, &pszBackend, &enmType);
1642 rc = VDRepair(pVDIfs, NULL, pszFilename, pszFormat, fDryRun ? VD_REPAIR_DRY_RUN : 0);
1656 const char *pszFilename = NULL;
1673 pszFilename = ValueUnion.psz;
1684 if (!pszFilename)
1690 rc = VDGetFormat(NULL, NULL, pszFilename, &pszFormat, &enmType);
1699 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO, NULL);