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

/external/sqlite/dist/orig/
H A Dsqlite3.h559 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
562 ** device that holds the file that the [sqlite3_io_methods]
604 ** of an [sqlite3_io_methods] object.
616 ** [sqlite3_io_methods] object it uses a combination of
650 ** [sqlite3_io_methods] object that defines methods for performing
655 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
668 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
751 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
752 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c836 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
839 ** device that holds the file that the [sqlite3_io_methods]
881 ** of an [sqlite3_io_methods] object.
893 ** [sqlite3_io_methods] object it uses a combination of
927 ** [sqlite3_io_methods] object that defines methods for performing
932 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
945 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1028 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1029 struct sqlite3_io_methods { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.h559 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
562 ** device that holds the file that the [sqlite3_io_methods]
604 ** of an [sqlite3_io_methods] object.
616 ** [sqlite3_io_methods] object it uses a combination of
650 ** [sqlite3_io_methods] object that defines methods for performing
655 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
668 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
751 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
752 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c836 ** The xDeviceCharacteristics method of the [sqlite3_io_methods]
839 ** device that holds the file that the [sqlite3_io_methods]
881 ** of an [sqlite3_io_methods] object.
893 ** [sqlite3_io_methods] object it uses a combination of
927 ** [sqlite3_io_methods] object that defines methods for performing
932 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
945 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1028 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1029 struct sqlite3_io_methods { struct
[all...]

Completed in 490 milliseconds