Searched refs:w_ret (Results 1 – 1 of 1) sorted by relevance
1106 int w_ret; in mbedtls_x509_crt_parse_path() local1125 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, len, szDir, in mbedtls_x509_crt_parse_path()1127 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()1142 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()1146 if( w_ret == 0 ) in mbedtls_x509_crt_parse_path()1149 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()1150 if( w_ret < 0 ) in mbedtls_x509_crt_parse_path()1153 ret += w_ret; in mbedtls_x509_crt_parse_path()