Lines Matching defs:enable

177 ** These #defines should enable >2GB file support on POSIX if the
189 ** without this option, LFS is enable. But LFS does not exist in the kernel
1090 ** functions to enable blocking locks with timeouts, to change the
1277 ** That integer is 0 to disable persistent WAL mode or 1 to enable persistent
1287 ** That integer is 0 to disable zero-damage mode or 1 to enable zero-damage
2319 ** argument which is interpreted as a boolean in order to enable or disable
2504 ** <dd> ^This option is used to enable or disable the enforcement of
2507 ** positive to enable FK enforcement or negative to leave FK enforcement
2515 ** <dd> ^This option is used to enable or disable [CREATE TRIGGER | triggers].
2518 ** positive to enable triggers or negative to leave the setting unchanged.
2532 ** <dd> ^This option is used to enable or disable [CREATE VIEW | views].
2535 ** positive to enable views or negative to leave the setting unchanged.
2549 ** <dd> ^This option is used to enable or disable the
2554 ** positive to enable fts3_tokenizer() or negative to leave the setting
2563 ** <dd> ^This option is used to enable or disable the [sqlite3_load_extension()]
2596 ** default) to enable them, and negative to leave the setting unchanged.
2612 ** the QPSG, positive to enable QPSG, or negative to leave the setting
2623 ** positive to enable output for trigger programs, or zero to disable it,
2670 ** the writable_schema, positive to enable writable_schema, or negative to
3838 ** by default, but future releases of SQLite might enable URI filename
7260 ** [SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION] method be used to enable only this
7292 ** to enable or disable only the C-API.)^
11333 ** to enable this API using sqlite3session_object_config() with the
13684 ** We need to define _XOPEN_SOURCE as follows in order to enable
16375 /* Use SQLITE_ENABLE_COMMENTS to enable generation of extra comments on
17027 u32 dbOptFlags; /* Flags to enable/disable optimizations */
17199 #define SQLITE_EnableTrigger 0x00040000 /* True to enable triggers */
19471 int bMemstat; /* True to enable memory status */
19472 u8 bCoreMutex; /* True to enable core mutexing */
19473 u8 bFullMutex; /* True to enable full mutexing */
25501 ** memory allocator. Set this symbol to enable
31321 ** can contain the bit SQLITE_PRINTF_INTERNAL enable internal formats.
37149 sqlite3_log(SQLITE_WARNING, "Fd %d enable del monitor go wrong, errno = %d", fd, errno);
37179 ** Change close to posixClose, use fdsan_close_with_tag when fdsan enable.
44661 ** (c) the file system is read-only, then enable no-locking access.
55597 int sqlite3PagerTrace=1; /* True to enable tracing */
65217 ** Attempt to enable blocking locks. Blocking locks are enabled only if (a)
65246 ** If parameter bLock is true, attempt to enable blocking locks, take
68619 ** Set this global variable to 1 to enable tracing using the TRACE
68623 int sqlite3BtreeTrace=1; /* True to enable tracing */
68683 SQLITE_API int sqlite3_enable_shared_cache(int enable){
68684 sqlite3GlobalConfig.sharedCacheEnabled = enable;
128488 /* Re-enable the lookaside buffer, if it was disabled earlier. */
147687 ** not a foreign key action, and (b) the flag to enable recursive triggers
153064 ** enable this optimization, the P3 of OP_DeferredSeek is set to iIdxCur
174056 ** boolean in order to enable or disable the use of covering indices for
208909 ** to enable checksum verification.
239704 ** its entry point to enable the matchinfo() demo. */