Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.h218 uLong uSizeBuf));
Dunzip.c2043 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) in unzGetGlobalComment() argument
2051 uReadThis = uSizeBuf; in unzGetGlobalComment()
2065 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.h218 uLong uSizeBuf));
Dunzip.c2043 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) in unzGetGlobalComment() argument
2051 uReadThis = uSizeBuf; in unzGetGlobalComment()
2065 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
/third_party/zlib/contrib/minizip/
Dunzip.h230 uLong uSizeBuf));
Dunzip.c2372 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) in unzGetGlobalComment() argument
2380 uReadThis = uSizeBuf; in unzGetGlobalComment()
2394 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()