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

/external/sqlite/dist/
H A Dsqlite3.h455 ** The xDeviceCapabilities method of the [sqlite3_io_methods]
458 ** device that holds the file that the [sqlite3_io_methods]
489 ** of an [sqlite3_io_methods] object.
501 ** [sqlite3_io_methods] object it uses a combination of
523 ** [sqlite3_io_methods] object that defines methods for performing
528 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
541 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
618 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
619 struct sqlite3_io_methods { struct
[all...]
H A Dsqlite3.c979 ** The xDeviceCapabilities method of the [sqlite3_io_methods]
982 ** device that holds the file that the [sqlite3_io_methods]
1013 ** of an [sqlite3_io_methods] object.
1025 ** [sqlite3_io_methods] object it uses a combination of
1047 ** [sqlite3_io_methods] object that defines methods for performing
1052 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
1065 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
1142 typedef struct sqlite3_io_methods sqlite3_io_methods; typedef in typeref:struct:sqlite3_io_methods
1143 struct sqlite3_io_methods { struct
[all...]

Completed in 92 milliseconds