Lines Matching defs:pSuperJrnl
90757 sqlite3_file *pSuperJrnl = 0;
90791 rc = sqlite3OsOpenMalloc(pVfs, zSuper, &pSuperJrnl,
90815 rc = sqlite3OsWrite(pSuperJrnl, zFile, sqlite3Strlen30(zFile)+1,offset);
90818 sqlite3OsCloseFree(pSuperJrnl);
90829 if( 0==(sqlite3OsDeviceCharacteristics(pSuperJrnl)&SQLITE_IOCAP_SEQUENTIAL)
90830 && SQLITE_OK!=(rc = sqlite3OsSync(pSuperJrnl, SQLITE_SYNC_NORMAL))
90832 sqlite3OsCloseFree(pSuperJrnl);
90854 sqlite3OsCloseFree(pSuperJrnl);