Searched defs: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.c2365 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
2372 /* Allocate space for both the pJournal and pMaster file descriptors.
2376 pJournal = (sqlite3_file *)(((u8 *)pMaster) + pVfs->szOsFile);
2417 rc = sqlite3OsOpen(pVfs, zJournal, pJournal, flags, 0);
2422 rc = readMasterJournal(pJournal, zMasterPtr, nMasterPtr);
2423 sqlite3OsClose(pJournal);
2444 assert( !isOpen(pJournal) );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c38795 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c42664 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c42684 sqlite3_file *pJournal; /* Malloc'd child-journal file descriptor */ local
[all...]

Completed in 544 milliseconds