Lines Matching refs:iVersion

1231   int iVersion;
1360 ** The value of the iVersion field is initially 1 but may be larger in
1362 ** object when the iVersion value is increased. Note that the structure
1364 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1493 ** date and time if that method is available (if iVersion is 2 or
1507 ** any of these methods if the iVersion of the VFS is less than 3.
1512 int iVersion; /* Structure version number (currently 3) */
1545 ** New fields may be appended in figure versions. The iVersion
5323 int iVersion;
8102 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
14522 ** (if iVersion is 2 or greater and the function pointer is not NULL) and
14526 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
23791 2, /* iVersion */
24336 3, /* iVersion */
28848 VERSION, /* iVersion */ \
31271 3, /* iVersion */ \
33884 2, /* iVersion */
34725 3, /* iVersion */
44204 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
44670 u32 iVersion; /* Wal-index version */
45012 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
46330 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
56414 ** header to iVersion.
56416 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
56420 assert( iVersion==1 || iVersion==2 );
56425 pBt->doNotUseWAL = (u8)(iVersion==1);
56430 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
56435 aData[18] = (u8)iVersion;
56436 aData[19] = (u8)iVersion;
71334 1, /* iVersion */
71618 1, /* iVersion */
100171 if( pMod->iVersion>=2 ){
113823 int iVersion;
117370 /* iVersion */ 2,
119506 0, /* iVersion */
129881 0, /* iVersion */
131052 0, /* iVersion */