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

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.h218 uLong uSizeBuf));
221 uSizeBuf is the size of the szComment buffer.
H A Dunzip.c2043 uSizeBuf is the size of the szComment buffer.
2046 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) argument
2054 uReadThis = uSizeBuf;
2068 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
/external/zlib/src/contrib/minizip/
H A Dunzip.h218 uLong uSizeBuf));
221 uSizeBuf is the size of the szComment buffer.
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 354 milliseconds