Home
last modified time | relevance | path

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/
Dduk_bi_string.c520 * 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:
Dduk_api_codec.c186 /* 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()
Dduk_bi_number.c17 goto done; in duk__push_this_number_plain()
31 done: in duk__push_this_number_plain()
Dduk_regexp_compiler.c15 * 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()
Dduk_bi_duktape.c43 goto done; in duk_bi_duktape_object_info()
122 done: in duk_bi_duktape_object_info()
Dduk_heap_markandsweep.c258 * 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
Dduk_debug_vsnprintf.c42 * * 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/
Dduk_bi_string.c520 * 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:
Dduk_api_codec.c186 /* 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()
Dduk_bi_number.c17 goto done; in duk__push_this_number_plain()
31 done: in duk__push_this_number_plain()
Dduk_regexp_compiler.c15 * 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()
Dduk_bi_duktape.c43 goto done; in duk_bi_duktape_object_info()
122 done: in duk_bi_duktape_object_info()
Dduk_heap_markandsweep.c258 * 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
Dduk_debug_vsnprintf.c42 * * 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/
Dmg_callbacks.md10 …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/
Dbuild24 done
97 done
D.travis.yml110 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"
Dappveyor.yml10 # done on AppVeyor
420 - echo "Test script DONE"
/civetweb-2.7.6/docs/
DBuilding.md68 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/
Dlinux_stderr.cgi14 echo "done"
/civetweb-2.7.6/ci/travis/
Dinstall_rocks.sh13 done
/civetweb-2.7.6/src/third_party/lua-5.1.5/test/
Dsieve.lua25 local n = x() -- pick a number until done
/civetweb-2.7.6/resources/
Dcoverity_check.sh47 echo "... done"
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cpp-exceptions/
DREADME.rst28 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/
DREADME.rst28 done, such exceptions are caught by Duktape and converted to API errors

123456