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

/external/sqlite/dist/orig/
H A Dsqlite3.h541 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
544 ** device that holds the file that the [sqlite3_io_methods]
586 ** of an [sqlite3_io_methods] object.
598 ** [sqlite3_io_methods] object it uses a combination of
632 ** [sqlite3_io_methods] object that defines methods for performing
637 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
650 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
730 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
731 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c748 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
751 ** device that holds the file that the [sqlite3_io_methods]
793 ** of an [sqlite3_io_methods] object.
805 ** [sqlite3_io_methods] object it uses a combination of
839 ** [sqlite3_io_methods] object that defines methods for performing
844 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
857 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
937 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
938 struct sqlite3_io_methods { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h541 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
544 ** device that holds the file that the [sqlite3_io_methods]
586 ** of an [sqlite3_io_methods] object.
598 ** [sqlite3_io_methods] object it uses a combination of
632 ** [sqlite3_io_methods] object that defines methods for performing
637 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
650 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
730 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
731 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c748 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
751 ** device that holds the file that the [sqlite3_io_methods]
793 ** of an [sqlite3_io_methods] object.
805 ** [sqlite3_io_methods] object it uses a combination of
839 ** [sqlite3_io_methods] object that defines methods for performing
844 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
857 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
937 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
938 struct sqlite3_io_methods { struct
[all...]

Completed in 258 milliseconds