Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dunzip.h218 uLong uSizeBuf));
Dunzip.c2051 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) in unzGetGlobalComment() argument
2059 uReadThis = uSizeBuf; in unzGetGlobalComment()
2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()