Searched refs:first_error (Results 1 – 1 of 1) sorted by relevance
972 int success = 0, first_error = 0, total_failed = 0; in mbedtls_x509_crt_parse() local1040 if( first_error == 0 ) in mbedtls_x509_crt_parse()1041 first_error = ret; in mbedtls_x509_crt_parse()1061 if( first_error == 0 ) in mbedtls_x509_crt_parse()1062 first_error = ret; in mbedtls_x509_crt_parse()1074 else if( first_error ) in mbedtls_x509_crt_parse()1075 return( first_error ); in mbedtls_x509_crt_parse()