/civetweb-2.7.6/ |
D | .travis.yml | 28 wget https://cmake.org/files/v3.7/cmake-3.7.2-Linux-x86_64.sh --no-check-certificate; 97 # DCIVETWEB_ENABLE_IPV6=${ENABLE_IPV6} or =NO 183 OPENSSL_1_1=NO 184 ENABLE_CXX=NO 185 ENABLE_LUA_SHARED=NO 188 BUILD_SHARED=NO 190 ENABLE_SSL=NO 192 ENABLE_IPV6=NO 193 ENABLE_WEBSOCKETS=NO 194 ENABLE_SERVER_STATS=NO [all …]
|
D | appveyor.yml | 5 # no automatic build in script mode 17 enable_cxx: NO 19 enable_lua: NO 20 enable_lua_shared: NO 27 build_shared: NO 28 no_files: NO 29 enable_ipv6: NO 31 enable_websockets: NO 32 no_cgi: NO 33 no_caching: NO [all …]
|
D | LICENSE.md | 18 > Copyright (c) 2013 No Face Press, LLC (Thomas Davis) 34 > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 62 > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 109 > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 137 > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 153 > used for both academic and commercial purposes at absolutely no cost. 169 > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 203 > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 224 > warranty. In no event will the authors be held liable for any damages
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/debug-trans-dvalue/ |
D | duk_trans_dvalue.h | 19 #define DUK_DVALUE_EOM 1 /* no fields */ 20 #define DUK_DVALUE_REQ 2 /* no fields */ 21 #define DUK_DVALUE_REP 3 /* no fields */ 22 #define DUK_DVALUE_ERR 4 /* no fields */ 23 #define DUK_DVALUE_NFY 5 /* no fields */ 27 #define DUK_DVALUE_UNUSED 9 /* no fields */ 28 #define DUK_DVALUE_UNDEFINED 10 /* no fields */ 29 #define DUK_DVALUE_NULL 11 /* no fields */ 30 #define DUK_DVALUE_TRUE 12 /* no fields */ 31 #define DUK_DVALUE_FALSE 13 /* no fields */
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/debug-trans-dvalue/ |
D | duk_trans_dvalue.h | 19 #define DUK_DVALUE_EOM 1 /* no fields */ 20 #define DUK_DVALUE_REQ 2 /* no fields */ 21 #define DUK_DVALUE_REP 3 /* no fields */ 22 #define DUK_DVALUE_ERR 4 /* no fields */ 23 #define DUK_DVALUE_NFY 5 /* no fields */ 27 #define DUK_DVALUE_UNUSED 9 /* no fields */ 28 #define DUK_DVALUE_UNDEFINED 10 /* no fields */ 29 #define DUK_DVALUE_NULL 11 /* no fields */ 30 #define DUK_DVALUE_TRUE 12 /* no fields */ 31 #define DUK_DVALUE_FALSE 13 /* no fields */
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_error.h | 36 * zero argument version (no formatting) and separate macros for small 41 * of call sites with no formatting. 132 * There are no fatal error macros at the moment. There are so few call 218 #define DUK_ASSERT_REFCOUNT_NONZERO_HEAPHDR(h) /* no refcount check */ 219 #define DUK_ASSERT_REFCOUNT_NONZERO_TVAL(tv) /* no refcount check */ 251 #define DUK_ASSERT_VALSTACK_SPACE(thr,n) /* no valstack space check */ 305 /* DUK_ERR_ASSERTION_ERROR: no macros needed */ 312 /* DUK_ERR_UNCAUGHT_ERROR: no macros needed */ 313 /* DUK_ERR_ERROR: no macros needed */ 314 /* DUK_ERR_EVAL: no macros needed */ [all …]
|
D | duk_hobject_props.c | 14 * (finalization) for instance. Hence, no refcount assertions are made. 263 *out_min_size = highest_idx + 1; /* 0 if no used entries */ in duk__compute_a_stats() 373 /* Resolve Proxy targets until Proxy chain ends. No explicit check for in duk_hobject_resolve_proxy_target() 431 * there is no limit to the potential recursion here). in duk__proxy_check_prop() 463 * There is no support for in-place reallocation or just compacting keys 474 * heap->mark_and_sweep_base_flags to indicate that no finalizers will be 475 * executed (as they can affect ANY object) and no objects are compacted 525 /* XXX: pre-checks (such as no duplicate keys) */ in duk__realloc_props() 538 DUK_DDD(DUK_DDDPRINT("using layout 2 or 3, no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props() 541 DUK_DDD(DUK_DDDPRINT("using layout 1, but no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props() [all …]
|
D | duk_error_augment.c | 21 * extensible. User error handlers have no limitations in this respect. 35 * Before that call happens, no longjmps should happen; as a consequence, 55 * caller can make no assumptions on the thr->heap->lj state after the 136 …DUK_ASSERT(!DUK_HEAP_HAS_ERRHANDLER_RUNNING(thr->heap)); /* since no recursive error handler call… in duk__err_augment_user() 144 DUK_UNREF(rc); /* no need to check now: both success and error are OK */ in duk__err_augment_user() 212 * no side effect concerns if the array part is allocated directly and only INCREFs in duk__add_traceback() 246 * these is no issue because we don't store a temporary 'act' in duk__add_traceback() 310 * Currently no flag to prevent blaming. in duk__add_fileline() 374 /* Native function, no relevant lineNumber. */ in duk__add_fileline() 387 /* No activation matches, use undefined for both .fileName and in duk__add_fileline() [all …]
|
D | duk_js_executor.c | 16 * Note: there is no opcode for logical AND or logical OR; this is on 182 /* Must ensure result is 64-bit (no overflow); a in duk__vm_arith_binary_op() 294 * such casts must be correct even if there is no native 32-bit type in duk__vm_bitwise_binary_op() 400 DUK_ASSERT(!DUK_ISNAN(d3)); /* 'd3' is never NaN, so no need to normalize */ in duk__vm_bitwise_binary_op() 434 /* The smallest fastint is no longer 48-bit when in duk__vm_arith_unary_op() 440 DUK_TVAL_SET_FASTINT(tv_x, v2); /* no refcount changes */ in duk__vm_arith_unary_op() 444 /* ToNumber() for a fastint is a no-op. */ in duk__vm_arith_unary_op() 463 /* ToNumber() for a double is a no-op. */ in duk__vm_arith_unary_op() 475 DUK_TVAL_SET_NUMBER_CHKFAST(tv_x, du.d); /* no refcount changes */ in duk__vm_arith_unary_op() 477 DUK_TVAL_SET_NUMBER(tv_x, du.d); /* no refcount changes */ in duk__vm_arith_unary_op() [all …]
|
D | duk_heap.h | 22 … (1 << 5) /* heap destruction ongoing, finalizer rescue no longer possible */ 64 #define DUK_LJ_TYPE_NORMAL 7 /* no value, pseudo-type to indicate a normal continuation (f… 107 * GC is skipped because there is no thread do it with yet (happens 175 * Raw memory calls: relative to heap, but no GC interaction 188 * Memory calls: relative to heap, GC interaction, but no error throwing. 200 * - There is no DUK_REALLOC_ZEROED because we don't assume to know the 244 * consulted so increasing this has no performance impact. 445 … messages or breakpoints: don't enter message processing recursively (e.g. no breakpoints when pro… 451 duk_hthread *dbg_step_thread; /* borrowed; NULL if no step state (NULLed in unwind) */ 494 /* No field needed when strings are in ROM. */ [all …]
|
D | duk_js_call.c | 183 -1); /* no prototype */ in duk__create_arguments_object() 189 -1); /* no prototype */ in duk__create_arguments_object() 298 * there is no support for virtual properties which are accessors in duk__create_arguments_object() 325 * In particular, a non-strict arguments object with no in duk__create_arguments_object() 591 * XXX: there is no exotic flag to infer this correctly now. in duk__update_func_caller_prop() 624 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop() 637 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop() 693 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding() 701 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding() 831 0 /* no compact */ | in duk__adjust_valstack_and_top() [all …]
|
D | duk_api_bytecode.c | 24 * Dump/load helpers, xxx_raw() helpers do no buffer checks 96 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_string_prop() 110 DUK_ASSERT(DUK_HBUFFER_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_buffer_prop() 170 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_varmap() 209 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_formals() 254 DUK_ASSERT(DUK_USE_ESBC_MAX_BYTES <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_func() 309 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_func() 361 * NOTE: there are intentionally no input buffer length / bound checks. 524 tv1 = duk_get_tval(ctx, idx_base + 2); /* may be NULL if no constants or inner funcs */ in duk__load_func() 532 DUK_TVAL_INCREF_FAST(thr, (duk_tval *) (void *) q); /* no side effects */ in duk__load_func() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_error.h | 36 * zero argument version (no formatting) and separate macros for small 41 * of call sites with no formatting. 132 * There are no fatal error macros at the moment. There are so few call 218 #define DUK_ASSERT_REFCOUNT_NONZERO_HEAPHDR(h) /* no refcount check */ 219 #define DUK_ASSERT_REFCOUNT_NONZERO_TVAL(tv) /* no refcount check */ 251 #define DUK_ASSERT_VALSTACK_SPACE(thr,n) /* no valstack space check */ 305 /* DUK_ERR_ASSERTION_ERROR: no macros needed */ 312 /* DUK_ERR_UNCAUGHT_ERROR: no macros needed */ 313 /* DUK_ERR_ERROR: no macros needed */ 314 /* DUK_ERR_EVAL: no macros needed */ [all …]
|
D | duk_hobject_props.c | 14 * (finalization) for instance. Hence, no refcount assertions are made. 263 *out_min_size = highest_idx + 1; /* 0 if no used entries */ in duk__compute_a_stats() 373 /* Resolve Proxy targets until Proxy chain ends. No explicit check for in duk_hobject_resolve_proxy_target() 431 * there is no limit to the potential recursion here). in duk__proxy_check_prop() 463 * There is no support for in-place reallocation or just compacting keys 474 * heap->mark_and_sweep_base_flags to indicate that no finalizers will be 475 * executed (as they can affect ANY object) and no objects are compacted 525 /* XXX: pre-checks (such as no duplicate keys) */ in duk__realloc_props() 538 DUK_DDD(DUK_DDDPRINT("using layout 2 or 3, no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props() 541 DUK_DDD(DUK_DDDPRINT("using layout 1, but no need to pad e_size: %ld", (long) new_e_size)); in duk__realloc_props() [all …]
|
D | duk_error_augment.c | 21 * extensible. User error handlers have no limitations in this respect. 35 * Before that call happens, no longjmps should happen; as a consequence, 55 * caller can make no assumptions on the thr->heap->lj state after the 136 …DUK_ASSERT(!DUK_HEAP_HAS_ERRHANDLER_RUNNING(thr->heap)); /* since no recursive error handler call… in duk__err_augment_user() 144 DUK_UNREF(rc); /* no need to check now: both success and error are OK */ in duk__err_augment_user() 212 * no side effect concerns if the array part is allocated directly and only INCREFs in duk__add_traceback() 246 * these is no issue because we don't store a temporary 'act' in duk__add_traceback() 310 * Currently no flag to prevent blaming. in duk__add_fileline() 374 /* Native function, no relevant lineNumber. */ in duk__add_fileline() 387 /* No activation matches, use undefined for both .fileName and in duk__add_fileline() [all …]
|
D | duk_js_executor.c | 16 * Note: there is no opcode for logical AND or logical OR; this is on 182 /* Must ensure result is 64-bit (no overflow); a in duk__vm_arith_binary_op() 294 * such casts must be correct even if there is no native 32-bit type in duk__vm_bitwise_binary_op() 400 DUK_ASSERT(!DUK_ISNAN(d3)); /* 'd3' is never NaN, so no need to normalize */ in duk__vm_bitwise_binary_op() 434 /* The smallest fastint is no longer 48-bit when in duk__vm_arith_unary_op() 440 DUK_TVAL_SET_FASTINT(tv_x, v2); /* no refcount changes */ in duk__vm_arith_unary_op() 444 /* ToNumber() for a fastint is a no-op. */ in duk__vm_arith_unary_op() 463 /* ToNumber() for a double is a no-op. */ in duk__vm_arith_unary_op() 475 DUK_TVAL_SET_NUMBER_CHKFAST(tv_x, du.d); /* no refcount changes */ in duk__vm_arith_unary_op() 477 DUK_TVAL_SET_NUMBER(tv_x, du.d); /* no refcount changes */ in duk__vm_arith_unary_op() [all …]
|
D | duk_heap.h | 22 … (1 << 5) /* heap destruction ongoing, finalizer rescue no longer possible */ 64 #define DUK_LJ_TYPE_NORMAL 7 /* no value, pseudo-type to indicate a normal continuation (f… 107 * GC is skipped because there is no thread do it with yet (happens 175 * Raw memory calls: relative to heap, but no GC interaction 188 * Memory calls: relative to heap, GC interaction, but no error throwing. 200 * - There is no DUK_REALLOC_ZEROED because we don't assume to know the 244 * consulted so increasing this has no performance impact. 445 … messages or breakpoints: don't enter message processing recursively (e.g. no breakpoints when pro… 451 duk_hthread *dbg_step_thread; /* borrowed; NULL if no step state (NULLed in unwind) */ 494 /* No field needed when strings are in ROM. */ [all …]
|
D | duk_api_bytecode.c | 24 * Dump/load helpers, xxx_raw() helpers do no buffer checks 96 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_string_prop() 110 DUK_ASSERT(DUK_HBUFFER_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_buffer_prop() 170 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_varmap() 209 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_formals() 254 DUK_ASSERT(DUK_USE_ESBC_MAX_BYTES <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_func() 309 DUK_ASSERT(DUK_HSTRING_MAX_BYTELEN <= 0x7fffffffUL); /* ensures no overflow */ in duk__dump_func() 361 * NOTE: there are intentionally no input buffer length / bound checks. 524 tv1 = duk_get_tval(ctx, idx_base + 2); /* may be NULL if no constants or inner funcs */ in duk__load_func() 532 DUK_TVAL_INCREF_FAST(thr, (duk_tval *) (void *) q); /* no side effects */ in duk__load_func() [all …]
|
D | duk_js_call.c | 183 -1); /* no prototype */ in duk__create_arguments_object() 189 -1); /* no prototype */ in duk__create_arguments_object() 298 * there is no support for virtual properties which are accessors in duk__create_arguments_object() 325 * In particular, a non-strict arguments object with no in duk__create_arguments_object() 589 * XXX: there is no exotic flag to infer this correctly now. in duk__update_func_caller_prop() 622 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop() 635 DUK_TVAL_SET_NULL(tv_caller); /* no incref */ in duk__update_func_caller_prop() 691 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding() 699 DUK_ASSERT(!DUK_TVAL_IS_HEAP_ALLOCATED(tv_this)); /* no need to decref previous value */ in duk__coerce_effective_this_binding() 829 0 /* no compact */ | in duk__adjust_valstack_and_top() [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | ldebug.c | 75 ** 'resethookcount') are for debug only, and it is no problem if they 121 else status = 0; /* no such level */ in lua_getstack() 137 return NULL; /* no such vararg */ in findvararg() 159 if (name == NULL) { /* no 'standard' name? */ in findlocal() 164 return NULL; /* no name */ in findlocal() 249 if (ci == NULL) /* no 'ci'? */ in getfuncname() 250 return NULL; /* no info */ in getfuncname() 258 else return NULL; /* no way to find a name */ in getfuncname() 362 /* else no reasonable name found */ in kname() 369 /* else no reasonable name found */ in kname() [all …]
|
D | lua.c | 120 ** just change a Lua state (as there is no proper synchronization), 224 ** If there is no script name, assume interpreter's name as base. 228 if (script == argc) script = 0; /* no script name? */ in createargtable() 314 return 0; /* no input (prompt will be popped by caller) */ in pushline() 376 return -1; /* no input */ in loadline() 408 progname = NULL; /* no 'progname' on errors in interactive mode */ in doREPL() 495 if (argv[i][2] == '\0') { /* no concatenated argument? */ in collectargs() 498 return has_error; /* no next argument or it is another option */ in collectargs() 505 *first = i; /* no script name */ in collectargs() 573 if (!(args & has_E)) { /* no option '-E'? */ in pmain() [all …]
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 173 ### allow\_index\_script\_resource `no` 195 …/here/script.cgi with PATH\_INFO='/handle/this.ext', no matter if this option is set to `yes` or `… 211 ### case\_sensitive `no` 249 the server after this time. The default is "no timeout", so scripts may 254 by setting this option to `no`. 269 Enable directory listing, either `yes` or `no`. 271 ### enable\_keep\_alive `no` 272 Enable connection keep alive, either `yes` or `no`. 281 to some value > 0 (e.g. 500). If you set keep\_alive to `no`, you should set 287 ### enable\_websocket\_ping\_pong `no` [all …]
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lvm.c | 99 if (!hasres) /* no result? 'p3' is third argument */ in callTM() 118 (tm = fasttm(L, h->metatable, TM_INDEX)) == NULL) { /* or no TM? */ in luaV_gettable() 144 in the table; moreover, a metamethod has no relevance */ in luaV_settable() 148 /* no metamethod; is there a previous entry in the table? */ in luaV_settable() 150 /* no previous entry; must create one. (The next test is in luaV_settable() 153 /* no metamethod and (now) there is an entry with given key */ in luaV_settable() 190 if (tm1 == NULL) return NULL; /* no metamethod */ in get_equalTM() 193 if (tm2 == NULL) return NULL; /* no metamethod */ in get_equalTM() 203 return -1; /* no metamethod */ in call_orderTM() 258 ** equality of Lua values. L == NULL means raw equality (no metamethods) [all …]
|
D | lua.c | 166 lua_pushliteral(L, "(no error message)"); in traceback() 268 return 0; /* no input */ in pushline() 285 return -1; /* no input */ in loadline() 291 if (!pushline(L, 0)) /* no more input? */ in loadline() 344 /* check that argument has no extra characters at the end */ 381 if (argv[i][2] == '\0') { /* no concatenated argument? */ in collectargs() 384 return -(i - 1); /* no next argument or it is another option */ in collectargs() 468 else if (script == 0 && !args[has_e] && !args[has_v]) { /* no arguments? */ in pmain() 475 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
|
D | ldebug.c | 104 else status = 0; /* no such level */ in lua_getstack() 120 return NULL; /* no such vararg */ in findvararg() 142 if (name == NULL) { /* no 'standard' name? */ in findlocal() 147 return NULL; /* no name */ in findlocal() 334 /* else no reasonable name found */ in kname() 341 /* else no reasonable name found */ in kname() 343 *name = "?"; /* no reasonable name found */ in kname() 494 return NULL; /* else no useful name can be found */ in getfuncname() 537 if (!kind && isinstack(ci, o)) /* no? try a register */ in luaG_typeerror() 582 else { /* no source available; use "?" instead */ in addinfo()
|