Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 32) sorted by relevance

12

/sqlite-3.40.0/autoconf/
H A Dconfigure.ac5 # --enable-threadsafe
6 # --enable-readline
7 # --enable-editline
8 # --enable-static-shell
38 # --enable-editline
39 # --enable-readline
115 # --enable-math
131 # --enable-fts4
146 # --enable-fts3
161 # --enable-fts5
[all …]
H A DREADME.txt26 --enable-readline use readline in shell tool [default=yes]
27 --enable-threadsafe build a thread-safe library [default=yes]
28 --enable-dynamic-extensions support loadable extensions [default=yes]
H A DINSTALL199 Some packages pay attention to `--enable-FEATURE' options to
203 `README' should mention any `--enable-' and `--with-' options that the
213 --enable-silent-rules' sets the default to minimal output, which can be
/sqlite-3.40.0/
H A Dconfigure.ac477 [AC_HELP_STRING([--enable-editline],[enable BSD editline support])],
557 AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],[enable debugging & verbose explain]))
622 # The --enable-all argument is short-hand to enable
624 AC_ARG_ENABLE(all, AC_HELP_STRING([--enable-all],
651 AC_ARG_ENABLE(fts3, AC_HELP_STRING([--enable-fts3],
660 AC_ARG_ENABLE(fts4, AC_HELP_STRING([--enable-fts4],
670 AC_ARG_ENABLE(fts5, AC_HELP_STRING([--enable-fts5],
695 # See whether we should enable GEOPOLY
709 # See whether we should enable RTREE
721 # See whether we should enable the SESSION extension
[all …]
H A Dconfigure1062 -enable-* | --enable-*)
1543 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1546 --enable-fast-install[=PKGS]
1555 --enable-editline enable BSD editline support
1557 --enable-debug enable debugging & verbose explain
1565 --enable-memsys5 Enable MEMSYS5
1566 --enable-memsys3 Enable MEMSYS3
1567 --enable-fts3 Enable the FTS3 extension
1568 --enable-fts4 Enable the FTS4 extension
1569 --enable-fts5 Enable the FTS5 extension
[all …]
H A Daclocal.m42404 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
4351 …hared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -X…
4360 …e.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -X…
5658 …eplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -X…
7445 dnl `shared' nor `disable-shared' was passed, we enable building of shared
7524 # implement the --enable-shared flag, and supports the `shared' and
7530 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
7578 # implement the --enable-static flag, and support the `static' and
7584 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
7632 # implement the --enable-fast-install flag, and support the `fast-install'
[all …]
/sqlite-3.40.0/ext/wasm/
H A DREADME.md70 $ althttpd --enable-sab --max-age 1 --page index.html
77 from 2022-09-26 or newer so that it recognizes the `--enable-sab`
79 are required to enable JavaScript's `SharedArrayBuffer` and `Atomics`
80 APIs. Those APIs are required in order to enable the OPFS-related
92 * Remote: `althttpd --enable-sab --port 8080 --popup`
96 In order to enable [SharedArrayBuffers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Ref…
H A DREADME-dist.txt22 althttpd --enable-sab --page index.html
H A DGNUmakefile585 wasmfs.enable ?= $(if $(filter %clean,$(MAKECMDGOALS)),1,0)
586 ifeq (1,$(wasmfs.enable))
/sqlite-3.40.0/src/
H A Dtest_malloc.c37 u8 enable; /* True if enabled */ member
68 if( likely(!memfault.enable) ){ in faultsimStep()
85 memfault.enable = 0; in faultsimStep()
128 memfault.enable = nDelay>=0; in faultsimConfig()
161 if( memfault.enable ){ in faultsimPending()
975 int enable, rc; in test_config_memstatus() local
980 if( Tcl_GetBooleanFromObj(interp, objv[1], &enable) ) return TCL_ERROR; in test_config_memstatus()
981 rc = sqlite3_config(SQLITE_CONFIG_MEMSTATUS, enable); in test_config_memstatus()
H A Dtest1.c1534 int enable; in test_enable_shared() local
1544 if( Tcl_GetBooleanFromObj(interp, objv[1], &enable) ){ in test_enable_shared()
1547 rc = sqlite3_enable_shared_cache(enable); in test_enable_shared()
1570 int enable; in test_extended_result_codes() local
1578 if( Tcl_GetBooleanFromObj(interp, objv[2], &enable) ) return TCL_ERROR; in test_extended_result_codes()
1579 sqlite3_extended_result_codes(db, enable); in test_extended_result_codes()
H A Dsqlite.h.in780 ** functions to enable blocking locks with timeouts, to change the
2187 ** <dd> ^This option is used to enable or disable the enforcement of
2190 ** positive to enable FK enforcement or negative to leave FK enforcement
2215 ** <dd> ^This option is used to enable or disable [CREATE VIEW | views].
2218 ** positive to enable views or negative to leave the setting unchanged.
2232 ** <dd> ^This option is used to enable or disable the
2237 ** positive to enable fts3_tokenizer() or negative to leave the setting
2279 ** default) to enable them, and negative to leave the setting unchanged.
2295 ** the QPSG, positive to enable QPSG, or negative to leave the setting
3518 ** by default, but future releases of SQLite might enable URI filename
[all …]
H A Dshell.c.in4385 " trace Like \"full\" but enable \"PRAGMA vdbe_trace\"",
4544 " enable ?BOOLEAN? Set or query the enable bit",
9777 /* .session enable ?BOOLEAN?
9778 ** Query or set the enable flag
9780 if( cli_strcmp(azCmd[0], "enable")==0 ){
9786 utf8_printf(p->out, "session %s enable flag = %d\n",
11337 " -multiplex enable the multiplexor VFS\n"
11346 " -safe enable safe-mode\n"
11357 " -vfstrace enable tracing of all VFS calls\n"
/sqlite-3.40.0/ext/session/
H A Dsession2.test566 db function enable [list S enable]
575 SELECT enable(0);
577 SELECT enable(1);
584 SELECT enable(0);
585 SELECT enable(-1);
586 SELECT enable(1);
587 SELECT enable(-1);
/sqlite-3.40.0/test/
H A Dmultiplex.test117 do_test multiplex-1.11.3 { sqlite3_multiplex_control db main enable 0 } {SQLITE_OK}
118 do_test multiplex-1.11.4 { sqlite3_multiplex_control db main enable 1 } {SQLITE_OK}
119 do_test multiplex-1.11.5 { sqlite3_multiplex_control db main enable -1 } {SQLITE_OK}
158 # multiplex-2.7.*: Disable/enable tests.
H A Dfts3corrupt4.test907 | 3072: 67 03 25 08 00 00 06 65 6e 61 62 6c 65 09 25 09 g.%....enable.%.
932 | 3472: 06 65 6e 61 62 6c 65 3f 07 02 00 01 02 00 01 02 .enable?........
986 SELECT count(*) FROM t1 WHERE t1 MATCH '"json1 enable"';
1130 | 3072: 67 03 25 08 00 00 06 65 6e 61 62 6c 65 09 25 09 g.%....enable.%.
1155 | 3472: 06 65 6e 61 62 6c 65 3f 07 02 00 01 02 00 01 02 .enable?........
1359 | 3072: 67 03 25 08 00 00 06 65 6e 61 62 6c 65 09 25 09 g.%....enable.%.
1384 | 3472: 06 65 6e 61 62 6c 65 3f 07 02 00 01 02 00 01 02 .enable?........
1646 | 3072: 67 03 25 08 00 00 06 65 6e 61 62 6c 65 09 25 09 g.%....enable.%.
6124 SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'rtree ner "json1^enable"';
6298 SELECT matchinfo(t1) FROM t1 WHERE t1 MATCH '"json1 enable"';
[all …]
H A Djournal2.test150 # Then, enable simulated IO errors in all calls to xDelete, xWrite
H A Dloadext.test267 # enable C-api extension loading only. Show that the SQL function
H A Drowid.test442 # If triggers are not enable, simulate their effect for the tests that
H A De_fkey.test210 # Test that it is not possible to enable or disable foreign key support
213 # EVIDENCE-OF: R-46649-58537 It is not possible to enable or disable
H A Dfts3ac.test181 …t is formatted like your daily deliveries you receive nightly. This will enable you to load the da…
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m4675 # --enable-shared=yes|no
676 # --enable-stubs=yes|no
693 AS_HELP_STRING([--enable-shared],
705 AS_HELP_STRING([--enable-stubs],
764 # --enable-threads
777 AS_HELP_STRING([--enable-threads],
884 # --enable-symbols
898 AS_HELP_STRING([--enable-symbols],
949 AS_HELP_STRING([--enable-langinfo],
1081 AS_HELP_STRING([--enable-64bit],
[all …]
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle.js535 const enableMutatingElements = function f(enable){ argument
546 f._elems.forEach( enable
/sqlite-3.40.0/ext/fts3/
H A DREADME.tokenizers57 by SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER. Do not enable it in
/sqlite-3.40.0/tool/
H A Dbuild-all-msvc.bat490 REM NOTE: Setting this to non-zero should enable the SQLITE_MEMDEBUG

12