Lines Matching defs:xFileControl
778 ** The xFileControl() method is a generic interface that allows custom
783 ** write return values. Potential uses for xFileControl() might be
789 ** Applications that define a custom xFileControl method should use opcodes
848 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
867 ** These integer constants are opcodes for the xFileControl method
874 ** opcode causes the xFileControl method to write the current state of
1090 ** opcode causes the xFileControl method to swap the file handle with the one
1120 ** except for calls to the xWrite method and the xFileControl method
8251 ** xFileControl method for the [sqlite3_io_methods] object associated
8260 ** the xFileControl method. ^The return value of the xFileControl
8265 ** sqlite3_io_methods.xFileControl method.
8279 ** or [sqlite3_errmsg()]. The underlying xFileControl method might
8282 ** xFileControl method.