Home
last modified time | relevance | path

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

/PHP-7.2/ext/zip/lib/
H A Dzip_source_win32utf8.c55 wchar_t *wfname; in zip_source_file_create() local
69 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 4 milliseconds