Searched refs:disable (Results 1 – 25 of 54) sorted by relevance
123
| /sqlite-3.40.0/src/ |
| H A D | msvc.h | 19 #pragma warning(disable : 4054) 20 #pragma warning(disable : 4055) 21 #pragma warning(disable : 4100) 22 #pragma warning(disable : 4127) 23 #pragma warning(disable : 4130) 24 #pragma warning(disable : 4152) 25 #pragma warning(disable : 4189) 26 #pragma warning(disable : 4206) 27 #pragma warning(disable : 4210) 28 #pragma warning(disable : 4232) [all …]
|
| /sqlite-3.40.0/autoconf/ |
| H A D | configure.ac | 44 # user must pass "--disable-editline". To disable command line editing 45 # support altogether, "--disable-editline --disable-readline".
|
| /sqlite-3.40.0/test/ |
| H A D | auth3.test | 20 # disable this test if the SQLITE_OMIT_AUTHORIZATION macro is 86 # disable the truncate optimization. 116 # to disable the authorizer during schema parsing.
|
| H A D | tkt3731.test | 22 # trigger invocation, and some tests depend on that to pass. So disable
|
| H A D | orderby4.test | 12 # focus of this file is testing that the optimizations that disable
|
| H A D | exclusive2.test | 37 # moments. So disable the soft-heap-limit. 199 # this means 19 pages. We also need to disable the soft-heap-limit
|
| H A D | async.test | 77 # Flush the write-queue and disable asynchronous IO. This should ensure
|
| H A D | fts3fuzz001.test | 93 PRAGMA writable_schema=on; -- disable schema corruption detection
|
| H A D | capi3b.test | 25 # soft-heap-limit is set too low. So disable the soft heap limit
|
| H A D | orderby2.test | 12 # focus of this file is testing that the optimizations that disable
|
| H A D | auth2.test | 21 # disable this test if the SQLITE_OMIT_AUTHORIZATION macro is
|
| H A D | orderby3.test | 12 # focus of this file is testing that the optimizations that disable
|
| H A D | autoanalyze1.test | 28 # There is nothing to test if ANALYZE is disable for this build.
|
| H A D | reindex.test | 20 # There is nothing to test if REINDEX is disable for this build.
|
| H A D | analyze7.test | 19 # There is nothing to test if ANALYZE is disable for this build.
|
| H A D | trigger3.test | 22 # trigger invocation, and some tests depend on that to pass. So disable
|
| H A D | orderby5.test | 12 # focus of this file is testing that the optimizations that disable
|
| H A D | loadext.test | 259 # disable all extension loading
|
| H A D | attach3.test | 27 # trigger invocation, and some tests depend on that to pass. So disable
|
| /sqlite-3.40.0/ |
| H A D | configure.ac | 73 # change the argument to AC_INIT(). And disable any features that 126 # We act as though --disable-amalgamation has been used. 182 AC_HELP_STRING([--disable-threadsafe],[Disable mutexing])) 292 AC_ARG_ENABLE(tcl, AC_HELP_STRING([--disable-tcl],[do not build TCL extension]), 481 [AC_HELP_STRING([--disable-readline],[disable readline support])], 570 AC_ARG_ENABLE(amalgamation, AC_HELP_STRING([--disable-amalgamation], 585 AC_ARG_ENABLE(load-extension, AC_HELP_STRING([--disable-load-extension], 598 AC_HELP_STRING([--disable-math],[Disable math functions])) 612 AC_HELP_STRING([--disable-json],[Disable JSON functions]))
|
| H A D | configure | 1036 -disable-* | --disable-*) 1541 --disable-option-checking ignore unrecognized --enable/--with options 1542 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1548 --disable-libtool-lock avoid locking (might break parallel builds) 1549 --disable-largefile omit support for large files 1550 --disable-threadsafe Disable mutexing 1554 --disable-tcl do not build TCL extension 1556 --disable-readline disable readline support 1560 --disable-load-extension 1562 --disable-math Disable math functions [all …]
|
| H A D | aclocal.m4 | 1222 [AS_HELP_STRING([--disable-libtool-lock], 3598 # (--disable-auto-import) libraries 3905 # (--disable-auto-import) libraries 7525 # `disable-shared' LT_INIT options. 7560 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) 7564 [_LT_SET_OPTION([LT_INIT], [disable-shared]) 7579 # `disable-static' LT_INIT options. 7614 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) 7618 [_LT_SET_OPTION([LT_INIT], [disable-static]) 7633 # and `disable-fast-install' LT_INIT options. [all …]
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | batch-runner.js | 364 blockControls: function(disable){ argument 366 this.e.fsToolbar.disabled = disable;
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | totype.c | 425 #pragma warning(disable: 4748)
|
| /sqlite-3.40.0/tool/ |
| H A D | build-all-msvc.bat | 483 REM disable all compiler optimizations and prevent use of the 634 REM Also, disable looking for and/or linking to the native Tcl 704 REM Also, disable looking for and/or linking to the native Tcl
|
123