Home | History | Annotate | Download | only in dist

Lines Matching refs:pMethods

583 ** for their own use.  The pMethods entry is a pointer to an
589 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
601 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
605 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
973 ** the xOpen method must set the sqlite3_file.pMethods to either
975 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods