/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duk_config.h | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_config.h | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
D | duk_lexer.c | 62 * of 16-bit code units, and if not, must be conceptually converted to 69 * * Optimize for speed as well as size. Large if-else ladders are (at 124 * U+10FFFF, causing an error if the input is unparseable. Leniency means: 176 #if defined(DUK_USE_LEXER_SLIDING_WINDOW) 182 #if defined(DUK_USE_STRICT_UTF8_SOURCE) in duk__fill_lexer_buffer() 200 if (DUK_UNLIKELY(p >= p_end)) { in duk__fill_lexer_buffer() 201 /* If input_offset were assigned a negative value, it would in duk__fill_lexer_buffer() 214 if (DUK_LIKELY(x < 0x80UL)) { in duk__fill_lexer_buffer() 216 if (DUK_UNLIKELY(x <= 0x000dUL)) { in duk__fill_lexer_buffer() 217 if ((x == 0x000aUL) || in duk__fill_lexer_buffer() [all …]
|
D | duk_heap_stringtable.c | 7 #if defined(DUK_USE_STRTAB_PROBE) 13 #if defined(DUK_USE_MARK_AND_SWEEP) 43 #if defined(DUK_USE_STRLEN16) in duk__alloc_init_hstring() 44 /* If blen <= 0xffffUL, clen is also guaranteed to be <= 0xffffUL. */ in duk__alloc_init_hstring() 45 if (blen > 0xffffUL) { in duk__alloc_init_hstring() 51 if (extdata) { in duk__alloc_init_hstring() 54 if (!res) { in duk__alloc_init_hstring() 58 #if defined(DUK_USE_EXPLICIT_NULL_INIT) in duk__alloc_init_hstring() 68 if (!res) { in duk__alloc_init_hstring() 72 #if defined(DUK_USE_EXPLICIT_NULL_INIT) in duk__alloc_init_hstring() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duk_config.h | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duk_config.h | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_config.h | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
D | duk_lexer.c | 62 * of 16-bit code units, and if not, must be conceptually converted to 69 * * Optimize for speed as well as size. Large if-else ladders are (at 124 * U+10FFFF, causing an error if the input is unparseable. Leniency means: 176 #if defined(DUK_USE_LEXER_SLIDING_WINDOW) 182 #if defined(DUK_USE_STRICT_UTF8_SOURCE) in duk__fill_lexer_buffer() 200 if (DUK_UNLIKELY(p >= p_end)) { in duk__fill_lexer_buffer() 201 /* If input_offset were assigned a negative value, it would in duk__fill_lexer_buffer() 214 if (DUK_LIKELY(x < 0x80UL)) { in duk__fill_lexer_buffer() 216 if (DUK_UNLIKELY(x <= 0x000dUL)) { in duk__fill_lexer_buffer() 217 if ((x == 0x000aUL) || in duk__fill_lexer_buffer() [all …]
|
D | duk_heap_stringtable.c | 7 #if defined(DUK_USE_STRTAB_PROBE) 13 #if defined(DUK_USE_MARK_AND_SWEEP) 43 #if defined(DUK_USE_STRLEN16) in duk__alloc_init_hstring() 44 /* If blen <= 0xffffUL, clen is also guaranteed to be <= 0xffffUL. */ in duk__alloc_init_hstring() 45 if (blen > 0xffffUL) { in duk__alloc_init_hstring() 51 if (extdata) { in duk__alloc_init_hstring() 54 if (!res) { in duk__alloc_init_hstring() 58 #if defined(DUK_USE_EXPLICIT_NULL_INIT) in duk__alloc_init_hstring() 68 if (!res) { in duk__alloc_init_hstring() 72 #if defined(DUK_USE_EXPLICIT_NULL_INIT) in duk__alloc_init_hstring() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duk_config.h | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | duk_config.h-modular-dll | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
D | duk_config.h-modular-static | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | duk_config.h-modular-dll | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
D | duk_config.h-modular-static | 55 #if !defined(DUK_CONFIG_H_INCLUDED) 63 #if defined(DUK_OPT_DLL_BUILD) 73 #if defined(__APPLE__) 78 #if defined(__OpenBSD__) || defined(__OpenBSD) 83 #if defined(__NetBSD__) || defined(__NetBSD) 88 #if defined(__FreeBSD__) || defined(__FreeBSD) 93 #if defined(DUK_F_FREEBSD) || defined(DUK_F_NETBSD) || defined(DUK_F_OPENBSD) || \ 101 #if defined(__TOS__) 108 #if defined(__m68k__) || defined(M68000) || defined(__MC68K__) 115 #if defined(AMIGA) || defined(__amigaos__) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cmdline/ |
D | duk_cmdline.c | 10 #if defined(DUK_CMDLINE_FANCY) 17 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || \ 21 #if defined(_MSC_VER) && (_MSC_VER < 1900) 41 #if defined(DUK_CMDLINE_SIGNAL) 44 #if defined(DUK_CMDLINE_RLIMIT) 47 #if defined(DUK_CMDLINE_LINENOISE) 50 #if defined(DUK_CMDLINE_FILEIO) 53 #if defined(EMSCRIPTEN) 56 #if defined(DUK_CMDLINE_ALLOC_LOGGING) 59 #if defined(DUK_CMDLINE_ALLOC_TORTURE) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/cmdline/ |
D | duk_cmdline.c | 10 #if defined(DUK_CMDLINE_FANCY) 17 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || \ 21 #if defined(_MSC_VER) && (_MSC_VER < 1900) 41 #if defined(DUK_CMDLINE_SIGNAL) 44 #if defined(DUK_CMDLINE_RLIMIT) 47 #if defined(DUK_CMDLINE_LINENOISE) 50 #if defined(DUK_CMDLINE_FILEIO) 53 #if defined(EMSCRIPTEN) 56 #if defined(DUK_CMDLINE_ALLOC_LOGGING) 59 #if defined(DUK_CMDLINE_ALLOC_TORTURE) [all …]
|
/civetweb-2.7.6/ |
D | mingw.cmd | 4 @if errorlevel 1 ( 11 @if errorlevel 1 ( 25 @if [%1] == [] goto :options_parsed 30 @if /i [%arg%] == [/?] ( 34 @if /i [%arg%] == [/q] set quiet=true 35 @if /i [%two%] == [/v] @if /i not [%three%] == [/ve] @call :verbosity "!arg!" 36 @if /i [%arg%] == [/version] set "version=%~2" & shift 37 @if /i [%arg%] == [/arch] set "arch=%~2" & shift 38 @if /i [%arg%] == [/exceptions] set "exceptions=%~2" & shift 39 @if /i [%arg%] == [/threading] set "threading=%~2" & shift [all …]
|
D | build.cmd | 4 @if errorlevel 1 ( 11 @if errorlevel 1 ( 31 @if not "!options!"=="!options:/? =!" set usage="Convenience script to build %project% with CMake" 37 @if /i [!arg!] == [/q] set quiet=true 38 @if /i [!two!] == [/v] call :verbosity "!arg!" 39 @if /i [!arg!] == [/s] set build_shared=ON 40 @if /i [!arg!] == [/d] set build_type=Debug 41 @if /i not [!one!] == [/] ( 42 if not defined generator ( 50 @if defined quiet ( [all …]
|
/civetweb-2.7.6/examples/rest/cJSON/ |
D | cJSON.c | 27 #if !defined(_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) 34 #if defined(_MSC_VER) 52 #if defined(_MSC_VER) 77 if (!cJSON_IsString(item)) { in cJSON_GetStringValue() 85 #if (CJSON_VERSION_MAJOR != 1) || (CJSON_VERSION_MINOR != 7) || (CJSON_VERSION_PATCH != 5) 100 if ((string1 == NULL) || (string2 == NULL)) in case_insensitive_strcmp() 105 if (string1 == string2) in case_insensitive_strcmp() 112 if (*string1 == '\0') in case_insensitive_strcmp() 128 #if defined(_MSC_VER) 155 if (string == NULL) in cJSON_strdup() [all …]
|
D | cJSON_Utils.c | 24 #if !defined(_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) 31 #if defined(_MSC_VER) 43 #if defined(_MSC_VER) 63 if (copy == NULL) in cJSONUtils_strdup() 75 if ((string1 == NULL) || (string2 == NULL)) in compare_strings() 80 if (string1 == string2) in compare_strings() 85 if (case_sensitive) in compare_strings() 92 if (*string1 == '\0') in compare_strings() 104 if ((name == NULL) || (pointer == NULL)) in compare_pointers() 111 if (*pointer == '~') in compare_pointers() [all …]
|
/civetweb-2.7.6/src/ |
D | civetweb.c | 23 #if defined(__GNUC__) || defined(__MINGW32__) 26 #if GCC_VERSION >= 40500 32 #if defined(GCC_DIAGNOSTIC) 40 #if defined(__clang__) /* GCC does not (yet) support this pragma */ 48 #if defined(_WIN32) 49 #if !defined(_CRT_SECURE_NO_WARNINGS) 52 #if !defined(_WIN32_WINNT) /* defined for tdm-gcc so we can use getnameinfo */ 56 #if !defined(_GNU_SOURCE) 59 #if defined(__linux__) && !defined(_XOPEN_SOURCE) 62 #if defined(__LSB_VERSION__) [all …]
|
D | handle_form.inl | 41 if (((size_t)key_dec_len >= (size_t)sizeof(key_dec)) || (key_dec_len < 0)) { 45 if (filename) { 52 if (((size_t)filename_dec_len >= (size_t)sizeof(filename_dec)) 65 if ((ret & 0xF) == MG_FORM_FIELD_STORAGE_GET) { 66 if (fdh->field_get == NULL) { 73 if ((ret & 0xF) == MG_FORM_FIELD_STORAGE_STORE) { 74 if (fdh->field_store == NULL) { 98 if (!value_dec) { 158 * may contain '\x00' bytes, if binary data is transferred. */ 163 if (!memcmp(buf + i, "\r\n--", 4)) { [all …]
|
/civetweb-2.7.6/examples/_obsolete/docroot/ |
D | jquery.js | 16 …if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}… 17 …tion oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this… 18 …if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mousel… 19 …if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){… 20 true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)… 21 …if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!… 22 …if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])]… 23 …if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.co… 24 …)+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(… 25 …if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};… [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/ |
D | duk_trans_dvalue.c | 38 #if 0 43 #if 1 53 if (dv) { in duk_dvalue_alloc() 61 if (dv) { in duk_dvalue_free() 75 if (stresc) { in duk__dvalue_bufesc() 76 if (c >= 0x20 && c <= 0x7e && c != (char) '"' && c != (char) '\'') { in duk__dvalue_bufesc() 88 if (dv->len > maxbytes) { in duk__dvalue_bufesc() 98 if (!dv) { in duk_dvalue_to_string() 146 if (fpclassify(dv->d) == FP_ZERO) { in duk_dvalue_to_string() 147 if (signbit(dv->d)) { in duk_dvalue_to_string() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/debug-trans-dvalue/ |
D | duk_trans_dvalue.c | 38 #if 0 43 #if 1 53 if (dv) { in duk_dvalue_alloc() 61 if (dv) { in duk_dvalue_free() 75 if (stresc) { in duk__dvalue_bufesc() 76 if (c >= 0x20 && c <= 0x7e && c != (char) '"' && c != (char) '\'') { in duk__dvalue_bufesc() 88 if (dv->len > maxbytes) { in duk__dvalue_bufesc() 98 if (!dv) { in duk_dvalue_to_string() 146 if (fpclassify(dv->d) == FP_ZERO) { in duk_dvalue_to_string() 147 if (signbit(dv->d)) { in duk_dvalue_to_string() [all …]
|