Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 14 of 14) sorted by relevance

/civetweb-2.7.6/docs/api/
Dmg_exit_library.md18 It must be called only from one thread (it is not guaranteed to be thread safe).
Dmg_init_library.md20 It must be called only from one thread (it is not guaranteed to be thread safe).
/civetweb-2.7.6/src/
Dmod_lua_shared.inl37 * This function must be called before all other functions. Not thread-safe. */
54 * This function should be called for cleanup. Not thread-safe. */
/civetweb-2.7.6/src/third_party/lua-5.1.5/
DHISTORY56 + new, signal-safe, hook scheme.
69 + safe garbage-collector metamethods.
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_bi_json.c396 duk_small_uint_t safe; in duk__dec_string() local
406 safe = DUK__JSON_DECSTR_CHUNKSIZE; in duk__dec_string()
409 q = DUK_BW_ENSURE_RAW(js_ctx->thr, bw, safe + DUK_UNICODE_MAX_XUTF8_LENGTH, q); in duk__dec_string()
413 if (safe == 0) { in duk__dec_string()
417 safe--; in duk__dec_string()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_json.c396 duk_small_uint_t safe; in duk__dec_string() local
406 safe = DUK__JSON_DECSTR_CHUNKSIZE; in duk__dec_string()
409 q = DUK_BW_ENSURE_RAW(js_ctx->thr, bw, safe + DUK_UNICODE_MAX_XUTF8_LENGTH, q); in duk__dec_string()
413 if (safe == 0) { in duk__dec_string()
417 safe--; in duk__dec_string()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll654 * but it's not thread safe so use with caution.
1965 * http://stackoverflow.com/questions/5243012/is-it-guaranteed-to-be-safe-to-perform-memcpy0-0-0
2141 * To be safe, use replacements.
2194 /* build is not C99 or C++11, play it safe */
2423 /* If not provided, use safe default for alignment. */
Dduk_config.h-modular-static654 * but it's not thread safe so use with caution.
1965 * http://stackoverflow.com/questions/5243012/is-it-guaranteed-to-be-safe-to-perform-memcpy0-0-0
2141 * To be safe, use replacements.
2194 /* build is not C99 or C++11, play it safe */
2423 /* If not provided, use safe default for alignment. */
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll654 * but it's not thread safe so use with caution.
1965 * http://stackoverflow.com/questions/5243012/is-it-guaranteed-to-be-safe-to-perform-memcpy0-0-0
2141 * To be safe, use replacements.
2194 /* build is not C99 or C++11, play it safe */
2423 /* If not provided, use safe default for alignment. */
Dduk_config.h-modular-static654 * but it's not thread safe so use with caution.
1965 * http://stackoverflow.com/questions/5243012/is-it-guaranteed-to-be-safe-to-perform-memcpy0-0-0
2141 * To be safe, use replacements.
2194 /* build is not C99 or C++11, play it safe */
2423 /* If not provided, use safe default for alignment. */
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c29229 duk_small_uint_t safe; in duk__dec_string() local
29239 safe = DUK__JSON_DECSTR_CHUNKSIZE; in duk__dec_string()
29242 q = DUK_BW_ENSURE_RAW(js_ctx->thr, bw, safe + DUK_UNICODE_MAX_XUTF8_LENGTH, q); in duk__dec_string()
29246 if (safe == 0) { in duk__dec_string()
29250 safe--; in duk__dec_string()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c29504 duk_small_uint_t safe; in duk__dec_string() local
29514 safe = DUK__JSON_DECSTR_CHUNKSIZE; in duk__dec_string()
29517 q = DUK_BW_ENSURE_RAW(js_ctx->thr, bw, safe + DUK_UNICODE_MAX_XUTF8_LENGTH, q); in duk__dec_string()
29521 if (safe == 0) { in duk__dec_string()
29525 safe--; in duk__dec_string()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c29297 duk_small_uint_t safe; in duk__dec_string() local
29307 safe = DUK__JSON_DECSTR_CHUNKSIZE; in duk__dec_string()
29310 q = DUK_BW_ENSURE_RAW(js_ctx->thr, bw, safe + DUK_UNICODE_MAX_XUTF8_LENGTH, q); in duk__dec_string()
29314 if (safe == 0) { in duk__dec_string()
29318 safe--; in duk__dec_string()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c29436 duk_small_uint_t safe; in duk__dec_string() local
29446 safe = DUK__JSON_DECSTR_CHUNKSIZE; in duk__dec_string()
29449 q = DUK_BW_ENSURE_RAW(js_ctx->thr, bw, safe + DUK_UNICODE_MAX_XUTF8_LENGTH, q); in duk__dec_string()
29453 if (safe == 0) { in duk__dec_string()
29457 safe--; in duk__dec_string()