Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c3207 char *zOal; in rbuMoveOalFile() local
3213 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() local
3832 if( zOal ){ in rbuDeleteOalFile()
3835 pVfs->xDelete(pVfs, zOal, 0); in rbuDeleteOalFile()
3836 sqlite3_free(zOal); in rbuDeleteOalFile()