OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iVersion
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h
37
int
iVersion
; /* currently 0 */
tokenizer.h
37
int
iVersion
; /* currently 0 */
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h
57
int
iVersion
;
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h
57
int
iVersion
;
/external/chromium_org/chrome/browser/net/
service_providers_win.cc
76
service_provider.version = service_providers[i].
iVersion
;
/external/chromium_org/third_party/sqlite/src/src/
test_vfstrace.c
503
pNew->
iVersion
= pSub->
iVersion
;
516
if( pNew->
iVersion
>=2 ){
735
pNew->
iVersion
= pRoot->
iVersion
;
753
if( pNew->
iVersion
>=2 ){
756
if( pNew->
iVersion
>=3 ){
btree.h
182
int sqlite3BtreeSetVersion(Btree *pBt, int
iVersion
);
test_vfs.c
29
** -
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 ){
[
all
...]
sqlite.h.in
666
int
iVersion
;
[
all
...]
test_journal.c
167
2, /*
iVersion
*/
189
1, /*
iVersion
*/
842
if( g.pVfs->
iVersion
==1 ){
843
jt_vfs.
iVersion
= 1;
os.c
188
** (if
iVersion
is 2 or greater and the function pointer is not NULL) and
192
if( pVfs->
iVersion
>=2 && pVfs->xCurrentTimeInt64 ){
test_multiplex.c
362
if( pSubOpen->pMethods->
iVersion
==1 ){
935
gMultiplex.sIoMethodsV1.
iVersion
= 1;
949
gMultiplex.sIoMethodsV2.
iVersion
= 2;
[
all
...]
test_quota.c
343
if( pSubOpen->pMethods->
iVersion
==1 ){
591
gQuota.sIoMethodsV1.
iVersion
= 1;
605
gQuota.sIoMethodsV2.
iVersion
= 2;
wal.c
301
u32
iVersion
; /* Wal-index version */
631
pWal->hdr.
iVersion
= WALINDEX_MAX_VERSION;
[
all
...]
btree.c
[
all
...]
pager.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
671
int
iVersion
;
[
all
...]
sqlite3.c
[
all
...]
Completed in 449 milliseconds