Searched refs:pJournal (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_journal.c359 static int openTransaction(jt_file *pMain, jt_file *pJournal){ argument
368 pJournal->iMaxOff = 0;
H A Dpager.c2375 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
2382 /* Allocate space for both the pJournal and pMaster file descriptors.
2386 pJournal = (sqlite3_file *)(((u8 *)pMaster) + pVfs->szOsFile);
2427 rc = sqlite3OsOpen(pVfs, zJournal, pJournal, flags, 0);
2432 rc = readMasterJournal(pJournal, zMasterPtr, nMasterPtr);
2433 sqlite3OsClose(pJournal);
2454 assert( !isOpen(pJournal) );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c38818 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c40791 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40819 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
[all...]

Completed in 1863 milliseconds