Home | History | Annotate | Download | only in dist

Lines Matching refs:iVersion

1234   int iVersion;
1424 ** The value of the iVersion field is initially 1 but may be larger in
1426 ** object when the iVersion value is increased. Note that the structure
1428 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1557 ** date and time if that method is available (if iVersion is 2 or
1571 ** any of these methods if the iVersion of the VFS is less than 3.
1576 int iVersion; /* Structure version number (currently 3) */
1609 ** New fields may be appended in figure versions. The iVersion
5499 int iVersion;
6820 int iVersion;
8356 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
14881 ** (if iVersion is 2 or greater and the function pointer is not NULL) and
14885 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
24226 2, /* iVersion */
24771 3, /* iVersion */
29388 VERSION, /* iVersion */ \
31852 3, /* iVersion */ \
35015 2, /* iVersion */
35795 3, /* iVersion */
37819 1, /* iVersion */
45182 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
45662 u32 iVersion; /* Wal-index version */
46009 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
47370 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
57630 ** header to iVersion.
57632 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
57636 assert( iVersion==1 || iVersion==2 );
57642 if( iVersion==1 ) pBt->btsFlags |= BTS_NO_WAL;
57647 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
57652 aData[18] = (u8)iVersion;
57653 aData[19] = (u8)iVersion;
72736 1, /* iVersion */
73020 1, /* iVersion */
102394 if( pVTab->pVtab && pMod->iVersion>=2 ){
116247 int iVersion;
116328 ** Methods below this point are only available if iVersion>=1.
120124 /* iVersion */ 2,
122302 0, /* iVersion */
122480 if( pModule->iVersion>=1 ){
133018 0, /* iVersion */
134189 0, /* iVersion */