Searched refs:sqlite3_io_methods (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dmemjournal.c62 sqlite3_io_methods *pMethod; /* Parent class. MUST BE FIRST */
216 static const struct sqlite3_io_methods MemJournalMethods = {
243 p->pMethod = (sqlite3_io_methods*)&MemJournalMethods;
H A Djournal.c36 sqlite3_io_methods *pMethod; /* I/O methods on journal files */
172 static struct sqlite3_io_methods JournalFileMethods = {
H A Dsqlite.h.in486 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
489 ** device that holds the file that the [sqlite3_io_methods]
521 ** of an [sqlite3_io_methods] object.
533 ** [sqlite3_io_methods] object it uses a combination of
567 ** [sqlite3_io_methods] object that defines methods for performing
572 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
585 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
664 typedef struct sqlite3_io_methods sqlite3_io_methods;
665 struct sqlite3_io_methods {
[all...]
H A Dtest_devsym.c104 static sqlite3_io_methods devsym_io_methods = {
H A Dtest_vfs.c193 static sqlite3_io_methods tvfs_io_methods = {
578 sqlite3_io_methods *pMethods;
582 nByte = sizeof(sqlite3_io_methods);
584 nByte = offsetof(sqlite3_io_methods, xShmMap);
587 pMethods = (sqlite3_io_methods *)ckalloc(nByte);
H A Dtest6.c127 const sqlite3_io_methods *pMethod; /* Must be first */
545 static const sqlite3_io_methods CrashFileVtab = {
H A Dtest_onefile.c208 static sqlite3_io_methods fs_io_methods = {
229 static sqlite3_io_methods tmp_io_methods = {
H A Dtest_demovfs.c398 static const sqlite3_io_methods demoio = {
H A Dos_unix.c39 ** * Definitions of sqlite3_io_methods objects for all locking
204 sqlite3_io_methods const *pMethod; /* Always the first entry */
4180 ** This division contains definitions of sqlite3_io_methods objects that
4183 ** sqlite3_io_methods object for a particular database file. The pAppData
4187 ** Most finder functions return a pointer to a fixed sqlite3_io_methods
4207 ** * A constant sqlite3_io_methods object call METHOD that has locking
4214 static const sqlite3_io_methods METHOD = { \
4233 static const sqlite3_io_methods *FINDER##Impl(const char *z, unixFile *p){ \
4237 static const sqlite3_io_methods *(*const FINDER)(const char*,unixFile *p) \
4241 ** Here are all of the sqlite3_io_methods object
[all...]
H A Dtest_multiplex.c149 sqlite3_io_methods sIoMethodsV1;
150 sqlite3_io_methods sIoMethodsV2;
H A Dtest_quota.c141 sqlite3_io_methods sIoMethodsV1;
142 sqlite3_io_methods sIoMethodsV2;
H A Dtest_vfstrace.c500 sqlite3_io_methods *pNew = sqlite3_malloc( sizeof(*pNew) );
501 const sqlite3_io_methods *pSub = p->pReal->pMethods;
H A Dtest_journal.c188 static sqlite3_io_methods jt_io_methods = {
H A Dos_os2.c68 const sqlite3_io_methods *pMethod; /* Always the first entry */
89 ** by the sqlite3_io_methods object.
1344 static const sqlite3_io_methods os2IoMethod = {
1366 ** Here ends the I/O methods that form the sqlite3_io_methods object.
H A Dos_win.c102 const sqlite3_io_methods *pMethod; /*** Must be first ***/
621 ** by the sqlite3_io_methods object.
1854 static const sqlite3_io_methods winIoMethod = {
H A Dtest_osinst.c196 static sqlite3_io_methods vfslog_io_methods = {
H A Dpager.c6685 const sqlite3_io_methods *pMethods = pPager->fd->pMethods;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h491 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
494 ** device that holds the file that the [sqlite3_io_methods]
526 ** of an [sqlite3_io_methods] object.
538 ** [sqlite3_io_methods] object it uses a combination of
572 ** [sqlite3_io_methods] object that defines methods for performing
577 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
590 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
669 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
670 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c1034 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
1037 ** device that holds the file that the [sqlite3_io_methods]
1069 ** of an [sqlite3_io_methods] object.
1081 ** [sqlite3_io_methods] object it uses a combination of
1115 ** [sqlite3_io_methods] object that defines methods for performing
1120 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1133 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1212 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1213 struct sqlite3_io_methods { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h534 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
537 ** device that holds the file that the [sqlite3_io_methods]
579 ** of an [sqlite3_io_methods] object.
591 ** [sqlite3_io_methods] object it uses a combination of
625 ** [sqlite3_io_methods] object that defines methods for performing
630 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
643 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
723 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
724 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c649 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
652 ** device that holds the file that the [sqlite3_io_methods]
694 ** of an [sqlite3_io_methods] object.
706 ** [sqlite3_io_methods] object it uses a combination of
740 ** [sqlite3_io_methods] object that defines methods for performing
745 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
758 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
838 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
839 struct sqlite3_io_methods { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h534 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
537 ** device that holds the file that the [sqlite3_io_methods]
579 ** of an [sqlite3_io_methods] object.
591 ** [sqlite3_io_methods] object it uses a combination of
625 ** [sqlite3_io_methods] object that defines methods for performing
630 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
643 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
723 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
724 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c649 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
652 ** device that holds the file that the [sqlite3_io_methods]
694 ** of an [sqlite3_io_methods] object.
706 ** [sqlite3_io_methods] object it uses a combination of
740 ** [sqlite3_io_methods] object that defines methods for performing
745 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
758 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
838 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
839 struct sqlite3_io_methods { struct
[all...]
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c515 sqlite3_io_methods *pMethod;
1021 static sqlite3_io_methods async_methods = {

Completed in 4427 milliseconds