Home
last modified time | relevance | path

Searched refs:MBEDTLS_IGNORE_RETURN (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dplatform_util.h120 #if !defined(MBEDTLS_IGNORE_RETURN)
129 #define MBEDTLS_IGNORE_RETURN(result) ((void) !(result)) macro
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dquery_config.c2647 #if defined(MBEDTLS_IGNORE_RETURN) in query_config()
2650 MACRO_EXPANSION_TO_STR( MBEDTLS_IGNORE_RETURN ); in query_config()
4809 #if defined(MBEDTLS_IGNORE_RETURN) in list_config()
4810 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_IGNORE_RETURN); in list_config()