Searched defs:uSizeBuf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dunzip.c2048 uSizeBuf is the size of the szComment buffer.
2051 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) argument
2059 uReadThis = uSizeBuf;
2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))

Completed in 923 milliseconds