Searched refs:pMethod (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Djournal.c36 sqlite3_io_methods *pMethod; /* I/O methods on journal files */ member in struct:JournalFile
212 p->pMethod = &JournalFileMethods;
H A Dmemjournal.c62 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member in struct:MemJournal
243 p->pMethod = (sqlite3_io_methods*)&MemJournalMethods;
H A Dos_unix.c204 sqlite3_io_methods const *pMethod; /* Always the first entry */ member in struct:unixFile
4654 pNew->pMethod = pLockingStyle;
5948 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
5999 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, SHARED_LOCK);
6002 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, lockType);
6125 rc = conchFile->pMethod->xLock((sqlite3_file*)conchFile, EXCLUSIVE_LOCK);
6173 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, SHARED_LOCK);
6218 if( pCtx->lockProxy->pMethod == &afpIoMethods ){
6224 conchFile->pMethod->xUnlock((sqlite3_file*)conchFile, NO_LOCK);
6248 rc = conchFile->pMethod
[all...]
H A Dtest6.c127 const sqlite3_io_methods *pMethod; /* Must be first */ member in struct:CrashFile
598 pWrapper->pMethod = &CrashFileVtab;
630 if( rc!=SQLITE_OK && pWrapper->pMethod ){
H A Dos_win.c102 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member in struct:winFile
2226 pFile->pMethod = &winIoMethod;
2790 winSQLite3File->pMethod = &winIoMethod;
H A Dos_os2.c68 const sqlite3_io_methods *pMethod; /* Always the first entry */ member in struct:os2File
1594 pFile->pMethod = &os2IoMethod;
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c515 sqlite3_io_methods *pMethod; member in struct:AsyncFile
1122 p->pMethod = &async_methods;
1161 p->pMethod = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c22080 const sqlite3_io_methods *pMethod; /* Always the first entry */ member in struct:os2File
23606 pFile->pMethod = &os2IoMethod;
24140 sqlite3_io_methods const *pMethod; /* Always the first entry */ member in struct:unixFile
31222 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member in struct:winFile
68932 sqlite3_io_methods *pMethod; /* I/O methods on journal files */ member in struct:JournalFile
69198 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member in struct:MemJournal
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24245 sqlite3_io_methods const *pMethod; /* Always the first entry */ member in struct:unixFile
32222 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member in struct:winFile
76132 sqlite3_io_methods *pMethod; /* I/O methods on journal files */ member in struct:JournalFile
76410 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member in struct:MemJournal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24252 sqlite3_io_methods const *pMethod; /* Always the first entry */ member in struct:unixFile
32242 const sqlite3_io_methods *pMethod; /*** Must be first ***/ member in struct:winFile
76152 sqlite3_io_methods *pMethod; /* I/O methods on journal files */ member in struct:JournalFile
76430 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */ member in struct:MemJournal
[all...]

Completed in 3510 milliseconds