Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/lib/
H A Dzip_utf-8.c222 zip_uint8_t *utf8buf; in _zip_cp437_to_utf8() local
235 if ((utf8buf=(zip_uint8_t*)malloc(buflen)) == NULL) { in _zip_cp437_to_utf8()
243 utf8buf+offset); in _zip_cp437_to_utf8()
245 utf8buf[buflen-1] = 0; in _zip_cp437_to_utf8()
248 return utf8buf; in _zip_cp437_to_utf8()

Completed in 6 milliseconds