Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dx509_crt.c1549 int w_ret; in mbedtls_x509_crt_parse_path() local
1568 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path()
1570 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1585 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1589 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()
1595 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1596 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()
1599 ret += w_ret; in mbedtls_x509_crt_parse_path()