Lines Matching refs:sqlite3_file_control

1459 #define SQLITE_NOTFOUND    12   /* Unknown opcode in sqlite3_file_control() */
1737 ** [sqlite3_file_control()] interface. The second "op" argument is an
1825 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1849 ** by the user. The fourth argument to [sqlite3_file_control()] should
1880 ** should not call [sqlite3_file_control()] with this opcode as doing so may
1888 ** [sqlite3_file_control()] with this opcode as doing so may disrupt the
1918 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1928 ** [sqlite3_file_control()] for this opcode should be a pointer to an integer.
1944 ** that the fourth parameter of [sqlite3_file_control()] points to.
1954 ** sqlite3_file_control(db,SQLITE_FCNTL_VFS_POINTER,X) must be
8001 ** ^The [sqlite3_file_control()] interface makes a direct call to the
8030 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
37236 ** sqlite3_file_control(db, dbname, SQLITE_FCNTL_SET_LOCKPROXYFILE,
37238 ** sqlite3_file_control(db, dbname, SQLITE_FCNTL_GET_LOCKPROXYFILE,
38159 ** This routine handles sqlite3_file_control() calls that are specific
87126 sqlite3_file_control(db, db->aDb[j].zDbSName, SQLITE_FCNTL_TRACE, zTrace);
113725 #define sqlite3_file_control sqlite3_api->file_control
114130 sqlite3_file_control,
115692 rc = sqlite3_file_control(db, zDb, SQLITE_FCNTL_PRAGMA, (void*)aFcntl);
116149 rc = sqlite3_file_control(db, zDb, SQLITE_FCNTL_MMAP_SIZE, &sz);
117402 }else if( sqlite3_file_control(db, i ? db->aDb[i].zDbSName : 0,
146919 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){
175077 sqlite3_file_control(p->dbRbu, "main", SQLITE_FCNTL_RBUCNT, (void*)p);
175137 rc = sqlite3_file_control(p->dbRbu, "main", SQLITE_FCNTL_RBUCNT, (void*)p);
175211 p->rc = sqlite3_file_control(p->dbMain, "main", SQLITE_FCNTL_RBU, (void*)p);
175219 p->rc = sqlite3_file_control(p->dbMain, "main", SQLITE_FCNTL_RBU, (void*)p);
176378 int frc = sqlite3_file_control(db, "main", SQLITE_FCNTL_ZIPVFS, 0);