Lines Matching refs:xFileControl
774 ** The xFileControl() method is a generic interface that allows custom
779 ** write return values. Potential uses for xFileControl() might be
785 ** Applications that define a custom xFileControl method should use opcodes
844 int (*xFileControl)(sqlite3_file*, int op, void *pArg); member
863 ** These integer constants are opcodes for the xFileControl method
870 ** opcode causes the xFileControl method to write the current state of
1086 ** opcode causes the xFileControl method to swap the file handle with the one
1116 ** except for calls to the xWrite method and the xFileControl method
7974 ** xFileControl method for the [sqlite3_io_methods] object associated
7983 ** the xFileControl method. ^The return value of the xFileControl
7988 ** sqlite3_io_methods.xFileControl method.
8002 ** or [sqlite3_errmsg()]. The underlying xFileControl method might
8005 ** xFileControl method.