Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dunzip.h218 uLong uSizeBuf));
221 uSizeBuf is the size of the szComment buffer.
H A Dunzip.c2040 uSizeBuf is the size of the szComment buffer.
2043 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/
H A Dunzip.h218 uLong uSizeBuf));
221 uSizeBuf is the size of the szComment buffer.
H A Dunzip.c2040 uSizeBuf is the size of the szComment buffer.
2043 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/
H A Dunzip.h230 uLong uSizeBuf);
233 uSizeBuf is the size of the szComment buffer.
H A Dunzip.c2241 uSizeBuf is the size of the szComment buffer.
2244 extern int ZEXPORT unzGetGlobalComment(unzFile file, char * szComment, uLong uSizeBuf) { in unzGetGlobalComment() argument
2251 uReadThis = uSizeBuf; in unzGetGlobalComment()
2265 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()

Completed in 11 milliseconds