Searched refs:wfname (Results 1 – 1 of 1) sorted by relevance
55 wchar_t *wfname; in zip_source_file_create() local69 if ((wfname = (wchar_t *)malloc(sizeof(wchar_t) * size)) == NULL) { in zip_source_file_create()73 MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, fname, -1, wfname, size); in zip_source_file_create()75 source = zip_source_win32w_create(wfname, start, length, error); in zip_source_file_create()77 free(wfname); in zip_source_file_create()
Completed in 7 milliseconds