Lines Matching refs:sqlite3_file_control
457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */
776 ** [sqlite3_file_control()] interface. The second "op" argument is an
864 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
896 ** by the user. The fourth argument to [sqlite3_file_control()] should
927 ** should not call [sqlite3_file_control()] with this opcode as doing so may
935 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
966 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
976 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
992 ** that the fourth parameter of [sqlite3_file_control()] points to.
1002 ** sqlite3_file_control(db,SQLITE_FCNTL_VFS_POINTER,X) must be
2112 ** [SQLITE_FCNTL_SIZE_LIMIT] [sqlite3_file_control|file-control]. If this
7973 ** ^The [sqlite3_file_control()] interface makes a direct call to the
7986 ** A few opcodes for [sqlite3_file_control()] are handled directly
8009 int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);