Searched refs:szMax (Results 1 – 2 of 2) sorted by relevance
19439 sqlite3_int64 szMax; /* --maxsize argument to .open */ member23566 if( p->szMax>0 ){ in open_db()23567 sqlite3_file_control(p->db, "main", SQLITE_FCNTL_SIZE_LIMIT, &p->szMax); in open_db()27634 p->szMax = integerValue(azArg[++iName]); in do_meta_command()27660 p->szMax = 0; in do_meta_command()30569 data.szMax = integerValue(argv[++i]);30699 data.szMax = integerValue(argv[++i]);
52938 sqlite3_int64 szMax; /* Maximum allowed size of the file */53144 if( newSz>p->szMax ){53148 if( newSz>p->szMax ) newSz = p->szMax;53341 iLimit = p->szMax;53346 p->szMax = iLimit;53451 p->szMax = sqlite3GlobalConfig.mxMemdbSize;53475 p->szMax = sqlite3GlobalConfig.mxMemdbSize;53759 pStore->szMax = szBuf;53760 if( pStore->szMax<sqlite3GlobalConfig.mxMemdbSize ){53761 pStore->szMax = sqlite3GlobalConfig.mxMemdbSize;[all …]