Searched refs:sqlite3_db_config (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h405 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dsqlite3.h1173 ** The sqlite3_db_config() interface is used to make configuration
1178 ** The second argument to sqlite3_db_config(D,V,...) is the
1183 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1186 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1437 ** verb to [sqlite3_db_config()] can be used to change the lookaside
1505 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
1509 ** should check the return code from [sqlite3_db_config()] to make sure that
1510 ** the call worked. ^The [sqlite3_db_config()] interface will return a
1518 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
H A Dsqlite3.c1726 ** The sqlite3_db_config() interface is used to make configuration
1731 ** The second argument to sqlite3_db_config(D,V,...) is the
1736 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1739 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1990 ** verb to [sqlite3_db_config()] can be used to change the lookaside
2058 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2062 ** should check the return code from [sqlite3_db_config()] to make sure that
2063 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2071 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
89297 #define sqlite3_db_config macro
110671 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3ext.h538 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dshell.c10136 sqlite3_db_config(pNew->dbm, SQLITE_DBCONFIG_TRIGGER_EQP, 1, (int*)0);
13067 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, -1, &defensiveMode);
13068 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, 0, 0);
13069 sqlite3_db_config(p->db, SQLITE_DBCONFIG_WRITABLE_SCHEMA, -1, &wrSchema);
13070 sqlite3_db_config(p->db, SQLITE_DBCONFIG_WRITABLE_SCHEMA, 1, 0);
13077 sqlite3_db_config(p->db, SQLITE_DBCONFIG_WRITABLE_SCHEMA, wrSchema, 0);
13078 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, defensiveMode, 0);
13624 sqlite3_db_config(db, SQLITE_DBCONFIG_TRIGGER_EQP, -1, &triggerEQP);
13626 sqlite3_db_config(db, SQLITE_DBCONFIG_TRIGGER_EQP, 1, 0);
13657 sqlite3_db_config(d
[all...]
H A Dsqlite3.h1588 ** The sqlite3_db_config() interface is used to make configuration
1593 ** The second argument to sqlite3_db_config(D,V,...) is the
1598 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1601 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1865 ** option to [sqlite3_db_config()] can be used to change the lookaside
2065 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2069 ** should check the return code from [sqlite3_db_config()] to make sure that
2070 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2079 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
2238 ** <li> sqlite3_db_config(d
[all...]
H A Dsqlite3.c2651 ** The sqlite3_db_config() interface is used to make configuration
2656 ** The second argument to sqlite3_db_config(D,V,...) is the
2661 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
2664 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
2928 ** option to [sqlite3_db_config()] can be used to change the lookaside
3128 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
3132 ** should check the return code from [sqlite3_db_config()] to make sure that
3133 ** the call worked. ^The [sqlite3_db_config()] interface will return a
3142 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
3301 ** <li> sqlite3_db_config(d
125928 #define sqlite3_db_config macro
164970 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]
/freebsd-12-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2341 ** Configure the database connection using the sqlite3_db_config()
2378 sqlite3_db_config(pDb->db, aDbConfig[ii].op, -1, &v);
2402 sqlite3_db_config(pDb->db, aDbConfig[ii].op, onoff, &v);

Completed in 982 milliseconds