Lines Matching refs:iVersion
1210 int iVersion;
1290 ** The value of the iVersion field is initially 1 but may be larger in
1292 ** object when the iVersion value is increased. Note that the structure
1294 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1421 ** date and time if that method is available (if iVersion is 2 or
1427 int iVersion; /* Structure version number (currently 2) */
1453 ** New fields may be appended in figure versions. The iVersion
5042 int iVersion;
7601 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
13885 ** (if iVersion is 2 or greater and the function pointer is not NULL) and
13889 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
22305 1, /* iVersion */
22756 1, /* iVersion */
26896 VERSION, /* iVersion */ \
29352 2, /* iVersion */ \
31481 2, /* iVersion */
32375 2, /* iVersion */
41412 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
41877 u32 iVersion; /* Wal-index version */
42207 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
43423 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
53466 ** header to iVersion.
53468 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){
53473 assert( iVersion==1 || iVersion==2 );
53478 pBt->doNotUseWAL = (u8)(iVersion==1);
53483 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
53488 aData[18] = (u8)iVersion;
53489 aData[19] = (u8)iVersion;
67132 1, /* iVersion */
67416 1, /* iVersion */
108117 int iVersion;
111736 /* iVersion */ 0,
121929 0, /* iVersion */
123091 0, /* iVersion */