Lines Matching full:default
68 #define MBEDTLS_PLATFORM_STD_SNPRINTF mbedtls_platform_win32_snprintf /**< The default \c snprint…
70 #define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< The default \c snprintf function to use. */
75 #define MBEDTLS_PLATFORM_STD_VSNPRINTF mbedtls_platform_win32_vsnprintf /**< The default \c vsnpr…
77 #define MBEDTLS_PLATFORM_STD_VSNPRINTF vsnprintf /**< The default \c vsnprintf function to use. …
81 #define MBEDTLS_PLATFORM_STD_PRINTF printf /**< The default \c printf function to use. */
84 #define MBEDTLS_PLATFORM_STD_FPRINTF fprintf /**< The default \c fprintf function to use. */
87 #define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< The default \c calloc function to use. */
90 #define MBEDTLS_PLATFORM_STD_FREE free /**< The default \c free function to use. */
93 #define MBEDTLS_PLATFORM_STD_EXIT exit /**< The default \c exit function to use. */
96 #define MBEDTLS_PLATFORM_STD_TIME time /**< The default \c time function to use. */
99 #define MBEDTLS_PLATFORM_STD_EXIT_SUCCESS EXIT_SUCCESS /**< The default exit value to use. */
102 #define MBEDTLS_PLATFORM_STD_EXIT_FAILURE EXIT_FAILURE /**< The default exit value to use. */
302 * The default exit values