Lines Matching refs:iVersion
1144 int iVersion;
1612 ** the end. Each time such an extension occurs, the iVersion field
1613 ** is incremented. The iVersion value started out as 1 in
1617 ** may be appended to the sqlite3_vfs object and the iVersion value
1622 ** and yet the iVersion field was not increased.
1756 ** date and time if that method is available (if iVersion is 2 or
1770 ** any of these methods if the iVersion of the VFS is less than 3.
1775 int iVersion; /* Structure version number (currently 3) */
1808 ** New fields may be appended in future versions. The iVersion
7394 int iVersion;
9175 int iVersion;
9926 int iVersion;
12958 int iVersion; /* Currently always set to 3 */
13230 int iVersion; /* Currently always set to 2 */
15764 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
25157 ** (if iVersion is 2 or greater and the function pointer is not NULL) and
25161 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
35888 1, /* iVersion */
35912 1, /* iVersion */
35936 1, /* iVersion */
36082 ** concerns, so it does not need an iVersion member. This file is
42275 VERSION, /* iVersion */ \
44957 3, /* iVersion */ \
49672 3, /* iVersion */
49698 3, /* iVersion */
51120 3, /* iVersion */
51145 3, /* iVersion */
51170 3, /* iVersion */
51195 3, /* iVersion */
51409 2, /* iVersion */
51434 3, /* iVersion */
54730 1, /* iVersion */
59046 if( isOpen(fd) && fd->pMethods->iVersion>=3 ){
59619 assert( pPager->fd->pMethods->iVersion>=3 );
63090 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
63683 u32 iVersion; /* Wal-index version */
63769 ** 0: | iVersion | \
63790 ** 48: | iVersion | \
64162 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
65832 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
67298 if( isChanged && pWal->pDbFd->pMethods->iVersion>=3 ){
79662 ** header to iVersion.
79664 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
79668 assert( iVersion==1 || iVersion==2 );
79674 if( iVersion==1 ) pBt->btsFlags |= BTS_NO_WAL;
79679 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
79684 aData[18] = (u8)iVersion;
79685 aData[19] = (u8)iVersion;
100393 if( pFd->pMethods->iVersion>=3 ){
101063 if( nByte<=(i64)(db->nMaxSorterMmap) && pFd->pMethods->iVersion>=3 ){
102932 /* iVersion */ 0,
103292 1, /* iVersion */
119978 if( pMod->pModule->iVersion<3 ) return 0;
120000 if( pMod->pModule->iVersion<3 ) return;
137097 0, /* iVersion */
151023 if( pVTab->pVtab && pMod->iVersion>=2 ){
179097 int iVersion;
179178 ** Methods below this point are only available if iVersion>=1.
183625 /* iVersion */ 3,
186285 0, /* iVersion */
186465 if( pModule->iVersion>=1 ){
189851 0, /* iVersion */
200830 0, /* iVersion */
200858 0, /* iVersion */
204427 3, /* iVersion */
207089 3, /* iVersion */
208150 0, /* iVersion */
213841 2, /* iVersion */
214093 1, /* iVersion */
215055 0, /* iVersion */
215483 0, /* iVersion */
221619 int iVersion; /* Currently always set to 3 */
221891 int iVersion; /* Currently always set to 2 */
226326 int iVersion = 0;
226347 iVersion = sqlite3_value_int(pVal);
226356 if( rc==SQLITE_OK && iVersion!=FTS5_CURRENT_VERSION ){
226362 iVersion, FTS5_CURRENT_VERSION
231068 i64 iVersion = 0;
231079 iVersion = sqlite3_column_int64(p->pDataVersion, 0);
231084 return iVersion;
239103 2, /* iVersion */
239644 /* iVersion */ 3,
239680 pGlobal->api.iVersion = 2;
244227 /* iVersion */ 2,
244546 0, /* iVersion */