Lines Matching refs:iVersion

1293   int iVersion;
1521 ** The value of the iVersion field is initially 1 but may be larger in
1523 ** object when the iVersion value is increased. Note that the structure
1525 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1654 ** date and time if that method is available (if iVersion is 2 or
1668 ** any of these methods if the iVersion of the VFS is less than 3.
1673 int iVersion; /* Structure version number (currently 3) */
1706 ** New fields may be appended in figure versions. The iVersion
5736 int iVersion;
7068 int iVersion;
8685 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
15327 ** (if iVersion is 2 or greater and the function pointer is not NULL) and
15331 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
27963 VERSION, /* iVersion */ \
30428 3, /* iVersion */ \
34535 3, /* iVersion */
35576 3, /* iVersion */
37610 1, /* iVersion */
41715 pPager->bUseFetch = (fd->pMethods->iVersion>=3) && pPager->szMmap>0;
42249 assert( pPager->fd->pMethods->iVersion>=3 );
45315 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
45798 u32 iVersion; /* Wal-index version */
46145 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
47509 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
48456 if( isChanged && pWal->pDbFd->pMethods->iVersion>=3 ){
57991 ** header to iVersion.
57993 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
57997 assert( iVersion==1 || iVersion==2 );
58003 if( iVersion==1 ) pBt->btsFlags |= BTS_NO_WAL;
58008 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
58013 aData[18] = (u8)iVersion;
58014 aData[19] = (u8)iVersion;
73393 1, /* iVersion */
73687 1, /* iVersion */
104198 if( pVTab->pVtab && pMod->iVersion>=2 ){
118839 int iVersion;
118920 ** Methods below this point are only available if iVersion>=1.
122803 /* iVersion */ 2,
125107 0, /* iVersion */
125285 if( pModule->iVersion>=1 ){
128599 0, /* iVersion */
139242 0, /* iVersion */
140436 0, /* iVersion */