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

/netbsd-current/usr.sbin/makemandb/
H A Dfts3_tokenizer.h57 int iVersion; member in struct:sqlite3_tokenizer_module
138 ** Methods below this point are only available if iVersion>=1.
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d291 int iVersion;
363 int iVersion; /** Structure version number (currently 2) */
396 ** New fields may be appended in figure versions. The iVersion
1361 int iVersion;
1749 int iVersion;
2044 int iVersion;
2102 int iVersion;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h836 int iVersion; member in struct:sqlite3_io_methods
1303 ** the end. Each time such an extension occurs, the iVersion field
1304 ** is incremented. The iVersion value started out as 1 in
1308 ** may be appended to the sqlite3_vfs object and the iVersion value
1313 ** and yet the iVersion field was not increased.
1447 ** date and time if that method is available (if iVersion is 2 or
1461 ** any of these methods if the iVersion of the VFS is less than 3.
1466 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1499 ** New fields may be appended in future versions. The iVersion
7289 int iVersion; member in struct:sqlite3_module
9069 int iVersion; member in struct:sqlite3_pcache_methods2
13037 int iVersion; /* Currently always set to 3 */ member in struct:Fts5ExtensionApi
13316 int iVersion; /* Currently always set to 2 */ member in struct:fts5_api
[all...]
H A Dshell.c1295 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){
6146 0, /* iVersion */
8044 0, /* iVersion */
8566 0, /* iVersion */
8799 3, /* iVersion (set when registered) */
8824 3, /* iVersion */
9282 apnd_vfs.iVersion = pOrig->iVersion;
10807 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
11479 1, /* iVersion */
17752 int iVersion = 1 + (pFd->pMethods->iVersion>1 && pFd->pMethods->xShmMap!=0); local
[all...]
H A Dsqlite3.c1149 int iVersion; member in struct:sqlite3_io_methods
1616 ** the end. Each time such an extension occurs, the iVersion field
1617 ** is incremented. The iVersion value started out as 1 in
1621 ** may be appended to the sqlite3_vfs object and the iVersion value
1626 ** and yet the iVersion field was not increased.
1760 ** date and time if that method is available (if iVersion is 2 or
1774 ** any of these methods if the iVersion of the VFS is less than 3.
1779 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1812 ** New fields may be appended in future versions. The iVersion
7602 int iVersion; member in struct:sqlite3_module
9382 int iVersion; member in struct:sqlite3_pcache_methods2
13350 int iVersion; /* Currently always set to 3 */ member in struct:Fts5ExtensionApi
13629 int iVersion; /* Currently always set to 2 */ member in struct:fts5_api
64874 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
81490 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
183985 int iVersion; member in struct:sqlite3_tokenizer_module
229824 int iVersion; /* Currently always set to 3 */ member in struct:Fts5ExtensionApi
230103 int iVersion; /* Currently always set to 2 */ member in struct:fts5_api
230349 int iVersion; /* fts5 file format 'version' */ member in struct:Fts5Config
234690 int iVersion = 0; local
239843 i64 iVersion = 0; local
[all...]

Completed in 607 milliseconds