utf8buf           222 ext/zip/lib/zip_utf-8.c     zip_uint8_t *utf8buf;
utf8buf           235 ext/zip/lib/zip_utf-8.c     if ((utf8buf=(zip_uint8_t*)malloc(buflen)) == NULL) {
utf8buf           243 ext/zip/lib/zip_utf-8.c 				       utf8buf+offset);
utf8buf           245 ext/zip/lib/zip_utf-8.c     utf8buf[buflen-1] = 0;
utf8buf           248 ext/zip/lib/zip_utf-8.c     return utf8buf;