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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile98 sqlite3_db_config.3 \
/netbsd-current/usr.sbin/makemandb/
H A Dapropos-utils.c94 sqlite3_db_config(db, SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER, 1, 0);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h567 #define sqlite3_db_config sqlite3_api->db_config macro
H A Dshell.c13764 sqlite3_db_config(pNew->dbm, SQLITE_DBCONFIG_TRIGGER_EQP, 1, (int*)0);
20324 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, -1, &defensiveMode);
20325 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, 0, 0);
20326 sqlite3_db_config(p->db, SQLITE_DBCONFIG_WRITABLE_SCHEMA, -1, &wrSchema);
20327 sqlite3_db_config(p->db, SQLITE_DBCONFIG_WRITABLE_SCHEMA, 1, 0);
20334 sqlite3_db_config(p->db, SQLITE_DBCONFIG_WRITABLE_SCHEMA, wrSchema, 0);
20335 sqlite3_db_config(p->db, SQLITE_DBCONFIG_DEFENSIVE, defensiveMode, 0);
21092 sqlite3_db_config(db, SQLITE_DBCONFIG_TRIGGER_EQP, -1, &triggerEQP);
21094 sqlite3_db_config(db, SQLITE_DBCONFIG_TRIGGER_EQP, 1, 0);
21123 sqlite3_db_config(d
[all...]
H A Dsqlite3.h1686 ** The sqlite3_db_config() interface is used to make configuration
1691 ** The second argument to sqlite3_db_config(D,V,...) is the
1696 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
1699 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1980 ** option to [sqlite3_db_config()] can be used to change the lookaside
2180 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2184 ** should check the return code from [sqlite3_db_config()] to make sure that
2185 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2194 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
2353 ** <li> sqlite3_db_config(d
[all...]
H A Dsqlite3.c1999 ** The sqlite3_db_config() interface is used to make configuration
2004 ** The second argument to sqlite3_db_config(D,V,...) is the
2009 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
2012 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
2293 ** option to [sqlite3_db_config()] can be used to change the lookaside
2493 ** can be passed as the second argument to the [sqlite3_db_config()] interface.
2497 ** should check the return code from [sqlite3_db_config()] to make sure that
2498 ** the call worked. ^The [sqlite3_db_config()] interface will return a
2507 ** ^The first argument (the third parameter to [sqlite3_db_config()] is a
2666 ** <li> sqlite3_db_config(d
136039 #define sqlite3_db_config macro
179107 SQLITE_API int sqlite3_db_config(sqlite3 *db, int op, ...){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d448 int sqlite3_db_config(sqlite3*, int op, ...);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2385 ** Configure the database connection using the sqlite3_db_config()
2422 sqlite3_db_config(pDb->db, aDbConfig[ii].op, -1, &v);
2446 sqlite3_db_config(pDb->db, aDbConfig[ii].op, onoff, &v);

Completed in 813 milliseconds