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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h683 int iVersion; member in struct:sqlite3_io_methods
839 ** The value of the iVersion field is initially 1 but may be larger in
841 ** object when the iVersion value is increased. Note that the structure
843 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
972 ** date and time if that method is available (if iVersion is 2 or
986 ** any of these methods if the iVersion of the VFS is less than 3.
991 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1024 ** New fields may be appended in figure versions. The iVersion
4900 int iVersion; member in struct:sqlite3_module
6221 int iVersion; member in struct:sqlite3_pcache_methods2
[all...]
H A Dsqlite3.c1233 int iVersion; member in struct:sqlite3_io_methods
1389 ** The value of the iVersion field is initially 1 but may be larger in
1391 ** object when the iVersion value is increased. Note that the structure
1393 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1522 ** date and time if that method is available (if iVersion is 2 or
1536 ** any of these methods if the iVersion of the VFS is less than 3.
1541 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1574 ** New fields may be appended in figure versions. The iVersion
5450 int iVersion; member in struct:sqlite3_module
6771 int iVersion; member in struct:sqlite3_pcache_methods2
45503 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
57468 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
115960 int iVersion; member in struct:sqlite3_tokenizer_module
[all...]

Completed in 430 milliseconds