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

/macosx-10.10/Heimdal-398.1.2/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 432 milliseconds