Home | History | Annotate | Download | only in orig

Lines Matching refs:xFileControl

628 ** The xFileControl() method is a generic interface that allows custom
633 ** write return values. Potential uses for xFileControl() might be
639 ** Applications that define a custom xFileControl method should use opcodes
694 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
709 ** These integer constants are opcodes for the xFileControl method
714 ** opcode causes the xFileControl
5711 ** xFileControl method for the [sqlite3_io_methods] object associated
5720 ** the xFileControl method. ^The return value of the xFileControl
5727 ** underlying sqlite3_io_methods.xFileControl method.
5732 ** or [sqlite3_errmsg()]. The underlying xFileControl method might
5735 ** xFileControl method.