Searched refs:mbedtls_platform_win32_vsnprintf (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | platform.h | 72 #define MBEDTLS_PLATFORM_STD_VSNPRINTF mbedtls_platform_win32_vsnprintf /**< The default \c vsnpr… 271 int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt, va_list arg);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | platform.h | 72 #define MBEDTLS_PLATFORM_STD_VSNPRINTF mbedtls_platform_win32_vsnprintf /**< The default \c vsnpr… 271 int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt, va_list arg);
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | platform.c | 115 int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt, va_list arg) in mbedtls_platform_win32_vsnprintf() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | platform.c | 115 int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt, va_list arg) in mbedtls_platform_win32_vsnprintf() function
|