Searched refs:hFind (Results 1 – 1 of 1) sorted by relevance
1536 HANDLE hFind; in mbedtls_x509_crt_parse_path() local1560 hFind = FindFirstFileW(szDir, &file_data); in mbedtls_x509_crt_parse_path()1561 if (hFind == INVALID_HANDLE_VALUE) { in mbedtls_x509_crt_parse_path()1585 } while (FindNextFileW(hFind, &file_data) != 0); in mbedtls_x509_crt_parse_path()1592 FindClose(hFind); in mbedtls_x509_crt_parse_path()