Searched refs:iVersion (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h785 int iVersion; member in struct:sqlite3_io_methods
1208 ** the end. Each time such an extension occurs, the iVersion field
1209 ** is incremented. The iVersion value started out as 1 in
1213 ** may be appended to the sqlite3_vfs object and the iVersion value
1218 ** and yet the iVersion field was not increased.
1352 ** date and time if that method is available (if iVersion is 2 or
1366 ** any of these methods if the iVersion of the VFS is less than 3.
1371 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1404 ** New fields may be appended in future versions. The iVersion
6776 int iVersion; member in struct:sqlite3_module
8511 int iVersion; member in struct:sqlite3_pcache_methods2
11953 int iVersion; /* Currently always set to 3 */ member in struct:Fts5ExtensionApi
12225 int iVersion; /* Currently always set to 2 */ member in struct:fts5_api
[all...]
H A Dshell.c247 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){
3059 0, /* iVersion */
3572 0, /* iVersion */
3804 3, /* iVersion (set when registered) */
3829 3, /* iVersion */
4284 apnd_vfs.iVersion = pOrig->iVersion;
5831 0, /* iVersion */
7367 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
8026 1, /* iVersion */
[all...]
H A Dsqlite3.c1848 int iVersion; member in struct:sqlite3_io_methods
2271 ** the end. Each time such an extension occurs, the iVersion field
2272 ** is incremented. The iVersion value started out as 1 in
2276 ** may be appended to the sqlite3_vfs object and the iVersion value
2281 ** and yet the iVersion field was not increased.
2415 ** date and time if that method is available (if iVersion is 2 or
2429 ** any of these methods if the iVersion of the VFS is less than 3.
2434 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
2467 ** New fields may be appended in future versions. The iVersion
7839 int iVersion; member in struct:sqlite3_module
9574 int iVersion; member in struct:sqlite3_pcache_methods2
13016 int iVersion; /* Currently always set to 3 */ member in struct:Fts5ExtensionApi
13288 int iVersion; /* Currently always set to 2 */ member in struct:fts5_api
60177 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
75624 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
169462 int iVersion; member in struct:sqlite3_tokenizer_module
211463 int iVersion; /* Currently always set to 3 */ member in struct:Fts5ExtensionApi
211735 int iVersion; /* Currently always set to 2 */ member in struct:fts5_api
216146 int iVersion = 0; local
220813 i64 iVersion = 0; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h678 int iVersion; member in struct:sqlite3_io_methods
807 ** The value of the iVersion field is initially 1 but may be larger in
809 ** object when the iVersion value is increased. Note that the structure
811 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
940 ** date and time if that method is available (if iVersion is 2 or
954 ** any of these methods if the iVersion of the VFS is less than 3.
959 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
992 ** New fields may be appended in figure versions. The iVersion
4770 int iVersion; member in struct:sqlite3_module
H A Dsqlite3.c1231 int iVersion; member in struct:sqlite3_io_methods
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) */ member in struct:sqlite3_vfs
1545 ** New fields may be appended in figure versions. The iVersion
5323 int iVersion; member in struct:sqlite3_module
8102 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
44670 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
56416 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
113823 int iVersion; member in struct:sqlite3_tokenizer_module
[all...]

Completed in 1051 milliseconds