Searched refs:SQLITE_CONFIG_PAGECACHE (Results 1 - 6 of 6) 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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h1044 ** <dt>SQLITE_CONFIG_PAGECACHE</dt>
1063 ** for by [SQLITE_CONFIG_SCRATCH] and [SQLITE_CONFIG_PAGECACHE].
1113 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
4858 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
4872 ** [SQLITE_CONFIG_PAGECACHE]. The
4877 ** allocation which could not be statisfied by the [SQLITE_CONFIG_PAGECACHE]
4881 ** [SQLITE_CONFIG_PAGECACHE]) and allocations that overflowed because
/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 305 milliseconds