Searched refs:ca_file_handle (Results 1 – 1 of 1) sorted by relevance
86 HANDLE ca_file_handle = INVALID_HANDLE_VALUE; in add_certs_to_store() local113 ca_file_handle = CreateFile(ca_file_tstr, in add_certs_to_store()120 if(ca_file_handle == INVALID_HANDLE_VALUE) { in add_certs_to_store()130 if(!GetFileSizeEx(ca_file_handle, &file_size)) { in add_certs_to_store()160 if(!ReadFile(ca_file_handle, ca_file_buffer + total_bytes_read, in add_certs_to_store()287 if(ca_file_handle != INVALID_HANDLE_VALUE) { in add_certs_to_store()288 CloseHandle(ca_file_handle); in add_certs_to_store()