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_MALLOC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
1759
** [
SQLITE_CONFIG_MALLOC
] or [SQLITE_CONFIG_GETMALLOC].
1761
** and passing it to [sqlite3_config]([
SQLITE_CONFIG_MALLOC
])
1898
** [[
SQLITE_CONFIG_MALLOC
]] <dt>
SQLITE_CONFIG_MALLOC
</dt>
1899
** <dd> ^(The
SQLITE_CONFIG_MALLOC
option takes a single argument which is
1989
** undoing any prior invocation of [
SQLITE_CONFIG_MALLOC
]. ^If the
2217
#define
SQLITE_CONFIG_MALLOC
4 /* sqlite3_mem_methods* */
shell.c
4090
** This file implements an extension that uses the
SQLITE_CONFIG_MALLOC
4167
rc = sqlite3_config(
SQLITE_CONFIG_MALLOC
, &ersaztMethods);
4178
rc = sqlite3_config(
SQLITE_CONFIG_MALLOC
, &memtraceBase);
[
all
...]
sqlite3.c
2080
** [
SQLITE_CONFIG_MALLOC
] or [SQLITE_CONFIG_GETMALLOC].
2082
** and passing it to [sqlite3_config]([
SQLITE_CONFIG_MALLOC
])
2219
** [[
SQLITE_CONFIG_MALLOC
]] <dt>
SQLITE_CONFIG_MALLOC
</dt>
2220
** <dd> ^(The
SQLITE_CONFIG_MALLOC
option takes a single argument which is
2310
** undoing any prior invocation of [
SQLITE_CONFIG_MALLOC
]. ^If the
2538
#define
SQLITE_CONFIG_MALLOC
4 /* sqlite3_mem_methods* */
[
all
...]
Completed in 78 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026