Lines Matching refs:pMethods
624 ** for their own use. The pMethods entry is a pointer to an
630 const struct sqlite3_io_methods *pMethods; /* Methods for an open file */
642 ** If the [sqlite3_vfs.xOpen] method sets the sqlite3_file.pMethods element
646 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1092 ** the xOpen method must set the sqlite3_file.pMethods to either
1094 ** this even if the open fails. SQLite expects that the sqlite3_file.pMethods