Searched full:done (Results 1 – 25 of 135) sorted by relevance
123456
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_bi_string.c | 520 * behave in the replacement process; e.g. is matching done first for 1294 goto done; 1297 goto done; 1303 goto done; 1306 goto done; 1309 goto done; 1311 done:
|
D | duk_api_codec.c | 186 /* Handle one slow path unit (or finish if we're done). */ in duk__base64_decode_helper() 196 goto done; /* two level break */ in duk__base64_decode_helper() 253 done: in duk__base64_decode_helper() 254 DUK_DDD(DUK_DDDPRINT("done; src=%p, src_end=%p, n_chars=%ld", in duk__base64_decode_helper()
|
D | duk_bi_number.c | 17 goto done; in duk__push_this_number_plain() 31 done: in duk__push_this_number_plain()
|
D | duk_regexp_compiler.c | 15 * maximum supported size. This could be done by limiting the maximum 660 * Range parsing is done with a special lexer function which calls in duk__parse_disjunction() 707 goto done; in duk__parse_disjunction() 713 goto done; in duk__parse_disjunction() 736 done: in duk__parse_disjunction()
|
D | duk_bi_duktape.c | 43 goto done; in duk_bi_duktape_object_info() 122 done: in duk_bi_duktape_object_info()
|
D | duk_heap_markandsweep.c | 258 * allocated. This marking is only done for unreachable values which would 382 DUK_HEAPHDR_CLEAR_REACHABLE(hdr); /* done so that duk__mark_heaphdr() works correctly */ 437 * This must be done for all objects before freeing to avoid any 1274 * need to be decreased. This has to be done before freeing any
|
D | duk_debug_vsnprintf.c | 42 * * Depth checking (and updating) is done in each type printer 702 /* depth check is done when printing an actual type */ in duk__print_tval() 995 goto done; in duk_debug_vsnprintf() 1001 done: in duk_debug_vsnprintf()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_bi_string.c | 520 * behave in the replacement process; e.g. is matching done first for 1294 goto done; 1297 goto done; 1303 goto done; 1306 goto done; 1309 goto done; 1311 done:
|
D | duk_api_codec.c | 186 /* Handle one slow path unit (or finish if we're done). */ in duk__base64_decode_helper() 196 goto done; /* two level break */ in duk__base64_decode_helper() 253 done: in duk__base64_decode_helper() 254 DUK_DDD(DUK_DDDPRINT("done; src=%p, src_end=%p, n_chars=%ld", in duk__base64_decode_helper()
|
D | duk_bi_number.c | 17 goto done; in duk__push_this_number_plain() 31 done: in duk__push_this_number_plain()
|
D | duk_regexp_compiler.c | 15 * maximum supported size. This could be done by limiting the maximum 660 * Range parsing is done with a special lexer function which calls in duk__parse_disjunction() 707 goto done; in duk__parse_disjunction() 713 goto done; in duk__parse_disjunction() 736 done: in duk__parse_disjunction()
|
D | duk_bi_duktape.c | 43 goto done; in duk_bi_duktape_object_info() 122 done: in duk_bi_duktape_object_info()
|
D | duk_heap_markandsweep.c | 258 * allocated. This marking is only done for unreachable values which would 382 DUK_HEAPHDR_CLEAR_REACHABLE(hdr); /* done so that duk__mark_heaphdr() works correctly */ 437 * This must be done for all objects before freeing to avoid any 1255 * need to be decreased. This has to be done before freeing any
|
D | duk_debug_vsnprintf.c | 42 * * Depth checking (and updating) is done in each type printer 702 /* depth check is done when printing an actual type */ in duk__print_tval() 995 goto done; in duk_debug_vsnprintf() 1001 done: in duk_debug_vsnprintf()
|
/civetweb-2.7.6/docs/api/ |
D | mg_callbacks.md | 10 …1.7, the function `begin_request()` is called before any authorization is done. If an authorizatio… 36 … value is returned, CivetWeb assumes that access logging has already been done and no further acti… 38 …non-zero value is returned CivetWeb assumes that logging has already been done and no further acti…
|
/civetweb-2.7.6/ |
D | build | 24 done 97 done
|
D | .travis.yml | 110 for f in unittest/test-*.log; do printf "\n$f:\n"; cat $f; done; 111 for f in unittest/test-*.xml; do printf "\n$f:\n"; cat $f; done; 113 - echo "Build and test script DONE"
|
D | appveyor.yml | 10 # done on AppVeyor 420 - echo "Test script DONE"
|
/civetweb-2.7.6/docs/ |
D | Building.md | 68 The *slib* option should be done on a separate clean build as position 188 to be done using *Makefile.osx* because additional compile and link options
|
/civetweb-2.7.6/test/ |
D | linux_stderr.cgi | 14 echo "done"
|
/civetweb-2.7.6/ci/travis/ |
D | install_rocks.sh | 13 done
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/ |
D | sieve.lua | 25 local n = x() -- pick a number until done
|
/civetweb-2.7.6/resources/ |
D | coverity_check.sh | 47 echo "... done"
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cpp-exceptions/ |
D | README.rst | 28 done, such exceptions are caught by Duktape and converted to API errors
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/cpp-exceptions/ |
D | README.rst | 28 done, such exceptions are caught by Duktape and converted to API errors
|
123456