Home
last modified time | relevance | path

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

/mbedtls-latest/include/mbedtls/
Dplatform_util.h120 #if !defined(MBEDTLS_IGNORE_RETURN)
129 #define MBEDTLS_IGNORE_RETURN(result) ((void) !(result)) macro
/mbedtls-latest/programs/test/
Dquery_config.c2655 #if defined(MBEDTLS_IGNORE_RETURN) in query_config()
2658 MACRO_EXPANSION_TO_STR( MBEDTLS_IGNORE_RETURN ); in query_config()
4821 #if defined(MBEDTLS_IGNORE_RETURN) in list_config()
4822 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_IGNORE_RETURN); in list_config()