Searched defs:SQLITE_CONFIG_PAGECACHE (Results 1 - 5 of 5) 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/sqlite/dist/orig/
H A Dsqlite3.h1707 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1708 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
1713 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
1740 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
1898 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
1934 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
5828 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
7112 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
7130 ** [SQLITE_CONFIG_PAGECACHE]
[all...]
H A Dsqlite3.c2731 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2732 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
2737 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
2764 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
2922 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
2958 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
6852 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
8136 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
8154 ** [SQLITE_CONFIG_PAGECACHE]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1707 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
1708 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
1713 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
1740 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
1898 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
1934 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
5828 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
7112 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
7130 ** [SQLITE_CONFIG_PAGECACHE]
[all...]
H A Dsqlite3.c2731 ** [[SQLITE_CONFIG_PAGECACHE]] <dt>SQLITE_CONFIG_PAGECACHE</dt>
2732 ** <dd> ^The SQLITE_CONFIG_PAGECACHE option specifies a memory pool
2737 ** ^There are three arguments to SQLITE_CONFIG_PAGECACHE: A pointer to
2764 ** beyond those provided for by [SQLITE_CONFIG_PAGECACHE].
2922 ** bytes per page required for each page in [SQLITE_CONFIG_PAGECACHE].
2958 #define SQLITE_CONFIG_PAGECACHE 7 /* void*, int sz, int N */ macro
6852 ** by [sqlite3_config]([SQLITE_CONFIG_PAGECACHE],...) rather than
8136 ** memory controlled by [SQLITE_CONFIG_PAGECACHE] is not included in
8154 ** [SQLITE_CONFIG_PAGECACHE]
[all...]

Completed in 591 milliseconds