Searched defs:SQLITE_CONFIG_PAGECACHE (Results 1 - 7 of 7) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java94 public static final int SQLITE_CONFIG_PAGECACHE = 7; /* void*, int sz, int N */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1330 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1354 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1440 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4355 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5480 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5498 ** [SQLITE_CONFIG_PAGECACHE]. The
5503 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
5507 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
H A Dsqlite3.c1873 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1897 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1983 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4898 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
6023 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
6041 ** [SQLITE_CONFIG_PAGECACHE]. The
6046 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
6050 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
8554 ** These routines implement SQLITE_CONFIG_PAGECACHE.
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1434 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1458 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1561 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4718 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5835 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5853 ** [SQLITE_CONFIG_PAGECACHE]. The
5859 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
5863 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
H A Dsqlite3.c1984 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2008 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2111 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
5268 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
6385 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
6403 ** [SQLITE_CONFIG_PAGECACHE]. The
6409 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
6413 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
9100 ** These routines implement SQLITE_CONFIG_PAGECACHE
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1434 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1458 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1561 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4718 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
5835 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
5853 ** [SQLITE_CONFIG_PAGECACHE]. The
5859 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
5863 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
H A Dsqlite3.c1984 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2008 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
2111 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
5268 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
6385 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
6403 ** [SQLITE_CONFIG_PAGECACHE]. The
6409 ** allocation which could not be satisfied by the [SQLITE_CONFIG_PAGECACHE]
6413 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
9100 ** These routines implement SQLITE_CONFIG_PAGECACHE
[all...]

Completed in 382 milliseconds