Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching refs:sqlite3_io_methods

415 ** The xDeviceCapabilities method of the [sqlite3_io_methods]
418 ** device that holds the file that the [sqlite3_io_methods]
449 ** of an [sqlite3_io_methods] object.
461 ** [sqlite3_io_methods] object it uses a combination of
481 ** [sqlite3_io_methods] object that defines methods for performing
486 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
570 typedef struct sqlite3_io_methods sqlite3_io_methods;
571 struct sqlite3_io_methods {
592 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
4751 ** xFileControl method for the [sqlite3_io_methods] object associated