utf8buf           228 ext/zip/lib/zip_utf-8.c     zip_uint8_t *utf8buf;
utf8buf           241 ext/zip/lib/zip_utf-8.c     if ((utf8buf=(zip_uint8_t*)malloc(buflen)) == NULL) {
utf8buf           249 ext/zip/lib/zip_utf-8.c 				       utf8buf+offset);
utf8buf           251 ext/zip/lib/zip_utf-8.c     utf8buf[buflen-1] = 0;
utf8buf           254 ext/zip/lib/zip_utf-8.c     return utf8buf;