Lines Matching defs:iVersion
1151 int iVersion;
1618 ** the end. Each time such an extension occurs, the iVersion field
1619 ** is incremented. The iVersion value started out as 1 in
1623 ** may be appended to the sqlite3_vfs object and the iVersion value
1628 ** and yet the iVersion field was not increased.
1762 ** date and time if that method is available (if iVersion is 2 or
1776 ** any of these methods if the iVersion of the VFS is less than 3.
1781 int iVersion; /* Structure version number (currently 3) */
1814 ** New fields may be appended in future versions. The iVersion
7627 int iVersion;
9407 int iVersion;
13420 int iVersion; /* Currently always set to 3 */
13456 /* Below this point are iVersion>=3 only */
13699 int iVersion; /* Currently always set to 2 */
16368 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
26331 ** (if iVersion is 2 or greater and the function pointer is not NULL) and
26335 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
37471 1, /* iVersion */
37495 1, /* iVersion */
37519 1, /* iVersion */
37665 ** concerns, so it does not need an iVersion member. This file is
43904 VERSION, /* iVersion */ \
46535 3, /* iVersion */ \
51255 3, /* iVersion */
51281 3, /* iVersion */
52714 3, /* iVersion */
52739 3, /* iVersion */
52764 3, /* iVersion */
52789 3, /* iVersion */
53003 2, /* iVersion */
53028 3, /* iVersion */
56352 1, /* iVersion */
60633 if( isOpen(fd) && fd->pMethods->iVersion>=3 ){
61204 assert( pPager->fd->pMethods->iVersion>=3 );
64632 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
65233 u32 iVersion; /* Wal-index version */
65319 ** 0: | iVersion | \
65340 ** 48: | iVersion | \
65851 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
67623 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
69243 if( isChanged && pWal->pDbFd->pMethods->iVersion>=3 ){
81928 ** header to iVersion.
81930 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
81934 assert( iVersion==1 || iVersion==2 );
81940 if( iVersion==1 ) pBt->btsFlags |= BTS_NO_WAL;
81945 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
81950 aData[18] = (u8)iVersion;
81951 aData[19] = (u8)iVersion;
101341 assert( pModule->iVersion>=4 );
103418 if( pFd->pMethods->iVersion>=3 ){
104088 if( nByte<=(i64)(db->nMaxSorterMmap) && pFd->pMethods->iVersion>=3 ){
105978 /* iVersion */ 0,
106339 1, /* iVersion */
123881 if( pMod->pModule->iVersion<3 ) return 0;
123903 if( pMod->pModule->iVersion<3 ) return;
140880 if( pVTab->pModule->iVersion<4 ) continue;
141756 0, /* iVersion */
156500 if( pVTab->pVtab && pMod->iVersion>=2 ){
185601 int iVersion;
185682 ** Methods below this point are only available if iVersion>=1.
190190 /* iVersion */ 4,
192867 0, /* iVersion */
193048 if( pModule->iVersion>=1 ){
196434 0, /* iVersion */
210169 0, /* iVersion */
210198 0, /* iVersion */
213663 4, /* iVersion */
216364 3, /* iVersion */
217459 0, /* iVersion */
222730 if( pMeth->iVersion>1 && pMeth->xShmUnmap ){
223172 2, /* iVersion */
223192 1, /* iVersion */
223268 if( pMeth->iVersion<2 || pMeth->xShmLock==0 ){
223448 1, /* iVersion */
224414 0, /* iVersion */
224852 0, /* iVersion */
231729 int iVersion; /* Currently always set to 3 */
231765 /* Below this point are iVersion>=3 only */
232008 int iVersion; /* Currently always set to 2 */
232254 int iVersion; /* fts5 file format 'version' */
236618 int iVersion = 0;
236640 iVersion = sqlite3_value_int(pVal);
236650 && iVersion!=FTS5_CURRENT_VERSION
236651 && iVersion!=FTS5_CURRENT_VERSION_SECUREDELETE
236658 iVersion, FTS5_CURRENT_VERSION, FTS5_CURRENT_VERSION_SECUREDELETE
236662 pConfig->iVersion = iVersion;
241776 i64 iVersion = 0;
241787 iVersion = sqlite3_column_int64(p->pDataVersion, 0);
241792 return iVersion;
242895 if( pDlidx && p->pConfig->iVersion==FTS5_CURRENT_VERSION ){
245567 assert( p->pConfig->iVersion==FTS5_CURRENT_VERSION_SECUREDELETE );
248528 int bSecureDelete = (pConfig->iVersion==FTS5_CURRENT_VERSION_SECUREDELETE);
248566 && pConfig->iVersion==FTS5_CURRENT_VERSION_SECUREDELETE
249551 0, /* iVersion */
251394 && pConfig->iVersion==FTS5_CURRENT_VERSION
251400 pConfig->iVersion = FTS5_CURRENT_VERSION_SECUREDELETE;
251990 3, /* iVersion */
252598 /* iVersion */ 4,
252635 pGlobal->api.iVersion = 2;
257291 /* iVersion */ 2,
257620 0, /* iVersion */