Searched defs:sqlite3_io_methods (Results 1 - 6 of 6) sorted by relevance

/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...]

Completed in 750 milliseconds