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 */
29360 VERSION, /* iVersion */ \
31824 3, /* iVersion */ \
34987 2, /* iVersion */
35767 3, /* iVersion */
37791 1, /* iVersion */
45154 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
45634 u32 iVersion; /* Wal-index version */
45981 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
47342 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
57602 ** header to iVersion.
57604 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
57608 assert( iVersion==1 || iVersion==2 );
57614 if( iVersion==1 ) pBt->btsFlags |= BTS_NO_WAL;
57619 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
57624 aData[18] = (u8)iVersion;
57625 aData[19] = (u8)iVersion;
72700 1, /* iVersion */
72984 1, /* iVersion */
102358 if( pVTab->pVtab && pMod->iVersion>=2 ){
116211 int iVersion;
116292 ** Methods below this point are only available if iVersion>=1.
120088 /* iVersion */ 2,
122254 0, /* iVersion */
122432 if( pModule->iVersion>=1 ){
132970 0, /* iVersion */
134141 0, /* iVersion */