Home | History | Annotate | Download | only in dist

Lines Matching defs: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 */
29373 VERSION, /* iVersion */ \
31837 3, /* iVersion */ \
35000 2, /* iVersion */
35780 3, /* iVersion */
37804 1, /* iVersion */
45167 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
45647 u32 iVersion; /* Wal-index version */
45994 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
47355 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
57615 ** header to iVersion.
57617 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
57621 assert( iVersion==1 || iVersion==2 );
57627 if( iVersion==1 ) pBt->btsFlags |= BTS_NO_WAL;
57632 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
57637 aData[18] = (u8)iVersion;
57638 aData[19] = (u8)iVersion;
72713 1, /* iVersion */
72997 1, /* iVersion */
102371 if( pVTab->pVtab && pMod->iVersion>=2 ){
116239 int iVersion;
116320 ** Methods below this point are only available if iVersion>=1.
120116 /* iVersion */ 2,
122285 0, /* iVersion */
122463 if( pModule->iVersion>=1 ){
133001 0, /* iVersion */
134172 0, /* iVersion */