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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_tokenizer.h37 int iVersion; /* currently 0 */ member in struct:sqlite3_tokenizer_module
H A Dtokenizer.h37 int iVersion; /* currently 0 */ member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.h57 int iVersion; member in struct:sqlite3_tokenizer_module
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.h57 int iVersion; member in struct:sqlite3_tokenizer_module
/external/chromium_org/chrome/browser/net/
H A Dservice_providers_win.cc76 service_provider.version = service_providers[i].iVersion;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_vfstrace.c503 pNew->iVersion = pSub->iVersion;
516 if( pNew->iVersion>=2 ){
735 pNew->iVersion = pRoot->iVersion;
753 if( pNew->iVersion>=2 ){
756 if( pNew->iVersion>=3 ){
H A Dbtree.h182 int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
H A Dtest_vfs.c29 ** -iversion INTEGER (Value for sqlite3_vfs.iVersion)
194 2, /* iVersion */
581 if( pVfs->iVersion>1 ){
589 pMethods->iVersion = pVfs->iVersion;
590 if( pVfs->iVersion>1 && ((Testvfs *)pVfs->pAppData)->isNoshm ){
1282 2, /* iVersion */
1320 int iVersion = 2; /* Value passed to -iversion */ local
1349 if( Tcl_GetIntFromObj(interp, objv[i+1], &iVersion) ){
1385 pVfs->iVersion
[all...]
H A Dsqlite.h.in666 int iVersion;
762 ** The value of the iVersion field is initially 1 but may be larger in
764 ** object when the iVersion value is increased. Note that the structure
766 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
893 ** date and time if that method is available (if iVersion is 2 or
907 ** any of these methods if the iVersion of the VFS is less than 3.
912 int iVersion; /* Structure version number (currently 3) */
945 ** New fields may be appended in figure versions. The iVersion
4581 int iVersion;
H A Dtest_journal.c167 2, /* iVersion */
189 1, /* iVersion */
842 if( g.pVfs->iVersion==1 ){
843 jt_vfs.iVersion = 1;
H A Dos.c188 ** (if iVersion is 2 or greater and the function pointer is not NULL) and
192 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
H A Dtest_multiplex.c362 if( pSubOpen->pMethods->iVersion==1 ){
935 gMultiplex.sIoMethodsV1.iVersion = 1;
949 gMultiplex.sIoMethodsV2.iVersion = 2;
H A Dtest_quota.c343 if( pSubOpen->pMethods->iVersion==1 ){
591 gQuota.sIoMethodsV1.iVersion = 1;
605 gQuota.sIoMethodsV2.iVersion = 2;
H A Dwal.c301 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
631 pWal->hdr.iVersion = WALINDEX_MAX_VERSION;
1931 if( badHdr==0 && pWal->hdr.iVersion!=WALINDEX_MAX_VERSION ){
H A Dbtree.c8112 ** header to iVersion.
8114 int sqlite3BtreeSetVersion(Btree *pBtree, int iVersion){ argument
8119 assert( iVersion==1 || iVersion==2 );
8124 pBt->doNotUseWAL = (u8)(iVersion==1);
8129 if( aData[18]!=(u8)iVersion || aData[19]!=(u8)iVersion ){
8134 aData[18] = (u8)iVersion;
8135 aData[19] = (u8)iVersion;
H A Dpager.c6686 return pPager->exclusiveMode || (pMethods->iVersion>=2 && pMethods->xShmMap);
/external/sqlite/dist/orig/
H A Dsqlite3.h725 int iVersion; member in struct:sqlite3_io_methods
993 ** The value of the iVersion field is initially 1 but may be larger in
995 ** object when the iVersion value is increased. Note that the structure
997 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1126 ** date and time if that method is available (if iVersion is 2 or
1140 ** any of these methods if the iVersion of the VFS is less than 3.
1145 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1178 ** New fields may be appended in figure versions. The iVersion
5305 int iVersion; member in struct:sqlite3_module
6680 int iVersion; member in struct:sqlite3_pcache_methods2
[all...]
H A Dshell.c109 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){
H A Dsqlite3.c840 int iVersion; member in struct:sqlite3_io_methods
1108 ** The value of the iVersion field is initially 1 but may be larger in
1110 ** object when the iVersion value is increased. Note that the structure
1112 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1241 ** date and time if that method is available (if iVersion is 2 or
1255 ** any of these methods if the iVersion of the VFS is less than 3.
1260 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1293 ** New fields may be appended in figure versions. The iVersion
5420 int iVersion; member in struct:sqlite3_module
6795 int iVersion; member in struct:sqlite3_pcache_methods2
47782 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
60024 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
126344 int iVersion; member in struct:sqlite3_tokenizer_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h725 int iVersion; member in struct:sqlite3_io_methods
993 ** The value of the iVersion field is initially 1 but may be larger in
995 ** object when the iVersion value is increased. Note that the structure
997 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1126 ** date and time if that method is available (if iVersion is 2 or
1140 ** any of these methods if the iVersion of the VFS is less than 3.
1145 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1178 ** New fields may be appended in figure versions. The iVersion
5305 int iVersion; member in struct:sqlite3_module
6680 int iVersion; member in struct:sqlite3_pcache_methods2
[all...]
H A Dshell.c114 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){
H A Dsqlite3.c840 int iVersion; member in struct:sqlite3_io_methods
1108 ** The value of the iVersion field is initially 1 but may be larger in
1110 ** object when the iVersion value is increased. Note that the structure
1112 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1241 ** date and time if that method is available (if iVersion is 2 or
1255 ** any of these methods if the iVersion of the VFS is less than 3.
1260 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1293 ** New fields may be appended in figure versions. The iVersion
5420 int iVersion; member in struct:sqlite3_module
6795 int iVersion; member in struct:sqlite3_pcache_methods2
47802 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
60044 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
126364 int iVersion; member in struct:sqlite3_tokenizer_module
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h671 int iVersion; member in struct:sqlite3_io_methods
767 ** The value of the iVersion field is initially 1 but may be larger in
769 ** object when the iVersion value is increased. Note that the structure
771 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
898 ** date and time if that method is available (if iVersion is 2 or
912 ** any of these methods if the iVersion of the VFS is less than 3.
917 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
950 ** New fields may be appended in figure versions. The iVersion
4586 int iVersion; member in struct:sqlite3_module
H A Dsqlite3.c1214 int iVersion; member in struct:sqlite3_io_methods
1310 ** The value of the iVersion field is initially 1 but may be larger in
1312 ** object when the iVersion value is increased. Note that the structure
1314 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1441 ** date and time if that method is available (if iVersion is 2 or
1455 ** any of these methods if the iVersion of the VFS is less than 3.
1460 int iVersion; /* Structure version number (currently 3) */ member in struct:sqlite3_vfs
1493 ** New fields may be appended in figure versions. The iVersion
5129 int iVersion; member in struct:sqlite3_module
7808 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
43581 u32 iVersion; /* Wal-index version */ member in struct:WalIndexHdr
55233 sqlite3BtreeSetVersion(Btree *pBtree, int iVersion) argument
112789 int iVersion; member in struct:sqlite3_tokenizer_module
[all...]

Completed in 777 milliseconds