Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dunzip.h295 uLong commentBufferSize));
304 uLong commentBufferSize));
Dunzip.c877 uLong commentBufferSize));
888 uLong commentBufferSize) in unz64local_GetCurrentFileInfoInternal() argument
1083 if (file_info.size_file_comment<commentBufferSize) in unz64local_GetCurrentFileInfoInternal()
1089 uSizeRead = commentBufferSize; in unz64local_GetCurrentFileInfoInternal()
1099 if ((file_info.size_file_comment>0) && (commentBufferSize>0)) in unz64local_GetCurrentFileInfoInternal()
1128 char* szComment, uLong commentBufferSize) in unzGetCurrentFileInfo64() argument
1133 szComment,commentBufferSize); in unzGetCurrentFileInfo64()
1140 char* szComment, uLong commentBufferSize) in unzGetCurrentFileInfo() argument
1147 szComment,commentBufferSize); in unzGetCurrentFileInfo()