OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_CONFIG_PAGECACHE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
1947
** [[
SQLITE_CONFIG_PAGECACHE
]] <dt>
SQLITE_CONFIG_PAGECACHE
</dt>
1948
** <dd> ^The
SQLITE_CONFIG_PAGECACHE
option specifies a memory pool
1953
** ^There are three arguments to
SQLITE_CONFIG_PAGECACHE
: A pointer to
1980
** beyond those provided for by [
SQLITE_CONFIG_PAGECACHE
].
2141
** bytes per page required for each page in [
SQLITE_CONFIG_PAGECACHE
].
2220
#define
SQLITE_CONFIG_PAGECACHE
7 /* void*, int sz, int N */
7421
** by [sqlite3_config]([
SQLITE_CONFIG_PAGECACHE
],...) rather than
8966
** memory controlled by [
SQLITE_CONFIG_PAGECACHE
] is not included in
8984
** [
SQLITE_CONFIG_PAGECACHE
]. Th
[
all
...]
shell.c
[
all
...]
sqlite3.c
2268
** [[
SQLITE_CONFIG_PAGECACHE
]] <dt>
SQLITE_CONFIG_PAGECACHE
</dt>
2269
** <dd> ^The
SQLITE_CONFIG_PAGECACHE
option specifies a memory pool
2274
** ^There are three arguments to
SQLITE_CONFIG_PAGECACHE
: A pointer to
2301
** beyond those provided for by [
SQLITE_CONFIG_PAGECACHE
].
2462
** bytes per page required for each page in [
SQLITE_CONFIG_PAGECACHE
].
2541
#define
SQLITE_CONFIG_PAGECACHE
7 /* void*, int sz, int N */
7742
** by [sqlite3_config]([
SQLITE_CONFIG_PAGECACHE
],...) rather than
9287
** memory controlled by [
SQLITE_CONFIG_PAGECACHE
] is not included in
9305
** [
SQLITE_CONFIG_PAGECACHE
]. Th
[
all
...]
Completed in 142 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026