Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dx509_crt.c1573 HANDLE hFind; in mbedtls_x509_crt_parse_path() local
1590 hFind = FindFirstFileW( szDir, &file_data ); in mbedtls_x509_crt_parse_path()
1591 if( hFind == INVALID_HANDLE_VALUE ) in mbedtls_x509_crt_parse_path()
1618 while( FindNextFileW( hFind, &file_data ) != 0 ); in mbedtls_x509_crt_parse_path()
1624 FindClose( hFind ); in mbedtls_x509_crt_parse_path()

Completed in 10 milliseconds