Searched defs:iVersion (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h572 int iVersion; member in struct:sqlite3_io_methods
627 ** The value of the iVersion field is initially 1 but may be larger in
629 ** object when the iVersion value is increased. Note that the structure
631 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
741 int iVersion; /* Structure version number */ member in struct:sqlite3_vfs
760 /* New fields may be appended in figure versions. The iVersion
4065 int iVersion; member in struct:sqlite3_module
/external/sqlite/dist/
H A Dsqlite3.h670 int iVersion; member in struct:sqlite3_io_methods
750 ** The value of the iVersion field is initially 1 but may be larger in
752 ** object when the iVersion value is increased. Note that the structure
754 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
881 ** date and time if that method is available (if iVersion is 2 or
887 int iVersion; /* Structure version number (currently 2) */ member in struct:sqlite3_vfs
913 ** New fields may be appended in figure versions. The iVersion
4502 int iVersion; member in struct:sqlite3_module
H A Dsqlite3.c1217 int iVersion; member in struct:sqlite3_io_methods
1297 ** The value of the iVersion field is initially 1 but may be larger in
1299 ** object when the iVersion value is increased. Note that the structure
1301 ** SQLite version 3.5.9 and 3.6.0 and yet the iVersion field was not
1428 ** date and time if that method is available (if iVersion is 2 or
1434 int iVersion; /* Structure version number (currently 2) */ member in struct:sqlite3_vfs
1460 ** New fields may be appended in figure versions. The iVersion
5049 int iVersion; member in struct:sqlite3_module
7608 SQLITE_PRIVATE int sqlite3BtreeSetVersion(Btree *pBt, int iVersion);
13892 ** (if iVersion i
[all...]

Completed in 97 milliseconds