Lines Matching defs:xFileControl
1091 ** The xFileControl() method is a generic interface that allows custom
1096 ** write return values. Potential uses for xFileControl() might be
1102 ** Applications that define a custom xFileControl method should use opcodes
1161 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
1180 ** These integer constants are opcodes for the xFileControl method
1187 ** opcode causes the xFileControl method to write the current state of
1403 ** opcode causes the xFileControl method to swap the file handle with the one
1433 ** except for calls to the xWrite method and the xFileControl method
8564 ** xFileControl method for the [sqlite3_io_methods] object associated
8573 ** the xFileControl method. ^The return value of the xFileControl
8578 ** sqlite3_io_methods.xFileControl method.
8592 ** or [sqlite3_errmsg()]. The underlying xFileControl method might
8595 ** xFileControl method.
26192 return id->pMethods->xFileControl(id, op, pArg);
26195 if( id->pMethods ) (void)id->pMethods->xFileControl(id, op, pArg);
37505 kvvfsFileControlDb, /* xFileControl */
37529 kvvfsFileControlJrnl, /* xFileControl */
38151 SQLITE_KV_LOG(("xFileControl(%d) on journal\n", op));
38155 SQLITE_KV_LOG(("xFileControl(%d) on database\n", op));
43914 unixFileControl, /* xFileControl */ \
51265 winFileControl, /* xFileControl */
51291 winFileControl, /* xFileControl */
53038 memdbFileControl, /* xFileControl */
57699 ** the VFS xFileControl(FCNTL_SIZE_HINT) method.
57703 ** dbOrigSize). If the xFileControl(FCNTL_SIZE_HINT) method is called,
106349 0, /* xFileControl */
183827 ** Invoke the xFileControl method on a particular database.
222971 int (*xControl)(sqlite3_file*,int,void*) = p->pReal->pMethods->xFileControl;
223182 rbuVfsFileControl, /* xFileControl */
223202 rbuVfsFileControl, /* xFileControl */