Searched refs:ca_file_tstr (Results 1 – 1 of 1) sorted by relevance
231 TCHAR *ca_file_tstr = NULL; in add_certs_file_to_store() local235 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 6 milliseconds