/civetweb-2.7.6/docs/api/ |
D | mg_exit_library.md | 18 It must be called only from one thread (it is not guaranteed to be thread safe).
|
D | mg_init_library.md | 20 It must be called only from one thread (it is not guaranteed to be thread safe).
|
/civetweb-2.7.6/src/ |
D | mod_lua_shared.inl | 37 * 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/ |
D | HISTORY | 56 + new, signal-safe, hook scheme. 69 + safe garbage-collector metamethods.
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_bi_json.c | 396 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/ |
D | duk_bi_json.c | 396 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/ |
D | duk_config.h-modular-dll | 654 * 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. */
|
D | duk_config.h-modular-static | 654 * 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/ |
D | duk_config.h-modular-dll | 654 * 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. */
|
D | duk_config.h-modular-static | 654 * 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/ |
D | duktape.c | 29229 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/ |
D | duktape.c | 29504 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/ |
D | duktape.c | 29297 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/ |
D | duktape.c | 29436 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()
|