Home
last modified time | relevance | path

Searched refs:_CRT_SECURE_NO_DEPRECATE (Results 1 - 16 of 16) sorted by relevance

/third_party/mbedtls/tests/include/test/drivers/
H A Dconfig_test_driver.h16 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
17 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h34 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
35 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dbuild_info.h94 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
95 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_go_wrap.c110 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
111 # define _CRT_SECURE_NO_DEPRECATE macro
H A Dlibwebp_java_wrap.c112 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
113 # define _CRT_SECURE_NO_DEPRECATE macro
H A Dlibwebp_python_wrap.c122 #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
123 # define _CRT_SECURE_NO_DEPRECATE macro
/third_party/python/PC/
H A Dpyconfig.h44 #ifndef _CRT_SECURE_NO_DEPRECATE
45 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbuild_config.h41 #define _CRT_SECURE_NO_DEPRECATE macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbuild_config.h41 #define _CRT_SECURE_NO_DEPRECATE macro
/third_party/curl/lib/
H A Dconfig-win32ce.h232 #define _CRT_SECURE_NO_DEPRECATE 1 macro
H A Dconfig-win32.h306 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h259 # define _CRT_SECURE_NO_DEPRECATE 1 macro
/third_party/lz4/programs/
H A Dplatform.h35 # define _CRT_SECURE_NO_DEPRECATE /* VS2005 - must be declared before <io.h> and <windows.h> */ macro
/third_party/mbedtls/programs/ssl/
H A Dssl_context_info.c25 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
26 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/third_party/cJSON/
H A DcJSON_Utils.c24 #if !defined(_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER)
25 #define _CRT_SECURE_NO_DEPRECATE macro
H A DcJSON.c27 #if !defined(_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER)
28 #define _CRT_SECURE_NO_DEPRECATE macro

Completed in 23 milliseconds