OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_db_config
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
577
#define
sqlite3_db_config
sqlite3_api->db_config
macro
sqlite3ext.h
577
#define
sqlite3_db_config
sqlite3_api->db_config
macro
sqlite3.c
2056
** The
sqlite3_db_config
() interface is used to make configuration
2061
** The second argument to
sqlite3_db_config
(D,V,...) is the
2066
** ^Calls to
sqlite3_db_config
() return SQLITE_OK if and only if
2069
SQLITE_API int
sqlite3_db_config
(sqlite3*, int op, ...);
2350
** The [SQLITE_DBCONFIG_LOOKASIDE] option to [
sqlite3_db_config
()] can
2570
** can be passed as the second parameter to the [
sqlite3_db_config
()] interface.
2572
** The [
sqlite3_db_config
()] interface is a var-args function. It takes a
2574
** parameters passed into
sqlite3_db_config
() depends on which of these
2578
** configuration option" or "the (N+2)-th parameter to
sqlite3_db_config
()".
2582
** should check the return code from [
sqlite3_db_config
()] to make sure tha
142797
#define
sqlite3_db_config
macro
188052
SQLITE_API int
sqlite3_db_config
(sqlite3 *db, int op, ...){
function
[
all
...]
sqlite3.c
2056
** The
sqlite3_db_config
() interface is used to make configuration
2061
** The second argument to
sqlite3_db_config
(D,V,...) is the
2066
** ^Calls to
sqlite3_db_config
() return SQLITE_OK if and only if
2069
SQLITE_API int
sqlite3_db_config
(sqlite3*, int op, ...);
2350
** The [SQLITE_DBCONFIG_LOOKASIDE] option to [
sqlite3_db_config
()] can
2570
** can be passed as the second parameter to the [
sqlite3_db_config
()] interface.
2572
** The [
sqlite3_db_config
()] interface is a var-args function. It takes a
2574
** parameters passed into
sqlite3_db_config
() depends on which of these
2578
** configuration option" or "the (N+2)-th parameter to
sqlite3_db_config
()".
2582
** should check the return code from [
sqlite3_db_config
()] to make sure tha
142797
#define
sqlite3_db_config
macro
188052
SQLITE_API int
sqlite3_db_config
(sqlite3 *db, int op, ...){
function
[
all
...]
Completed in 92 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026