Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel_verify.c231 TCHAR *ca_file_tstr = NULL; in add_certs_file_to_store() local
235 ca_file_tstr = curlx_convert_UTF8_to_tchar((char *)ca_file); in add_certs_file_to_store()
236 if(!ca_file_tstr) { in add_certs_file_to_store()
251 ca_file_handle = CreateFile(ca_file_tstr, in add_certs_file_to_store()
329 curlx_unicodefree(ca_file_tstr); in add_certs_file_to_store()

Completed in 7 milliseconds