Searched refs:zOal (Results 1 – 1 of 1) sorted by relevance
3207 char *zOal; in rbuMoveOalFile() local3213 zOal = sqlite3_mprintf("%s-oal", zMove); in rbuMoveOalFile()3218 if( zWal==0 || zOal==0 ){ in rbuMoveOalFile()3230 rbuFileSuffix3(zBase, zOal); in rbuMoveOalFile()3246 p->rc = p->xRename(p->pRenameArg, zOal, zWal); in rbuMoveOalFile()3264 sqlite3_free(zOal); in rbuMoveOalFile()3831 char *zOal = rbuMPrintf(p, "%s-oal", p->zTarget); in rbuDeleteOalFile() local3832 if( zOal ){ in rbuDeleteOalFile()3835 pVfs->xDelete(pVfs, zOal, 0); in rbuDeleteOalFile()3836 sqlite3_free(zOal); in rbuDeleteOalFile()