Searched refs:zFN (Results 1 – 2 of 2) sorted by relevance
506 char *zFN; in exportMain() local521 zFN = sqlite3_mprintf("%s/00", zDir); in exportMain()522 kvtest_mkdir(zFN); in exportMain()523 sqlite3_free(zFN); in exportMain()542 if( zFN==0 ){ in exportMain()545 zTail = zFN + nFN + 1; in exportMain()555 kvtest_mkdir(zFN); in exportMain()557 kvtest_mkdir(zFN); in exportMain()561 out = fopen(zFN, "wb"); in exportMain()567 (int)nWrote, nData, zFN); in exportMain()[all …]
9049 const char *zFN = 0; /* Pointer to constant filename */ local9085 }else if( zFN ){9090 zFN = z;9106 if( zFN || p->openMode==SHELL_OPEN_HEXDB ){9107 if( newFlag && zFN && !p->bSafeMode ) shellDeleteFile(zFN);9111 && zFN9112 && cli_strcmp(zFN,":memory:")!=09119 if( zFN ){9120 zNewFilename = sqlite3_mprintf("%s", zFN);