Searched refs:commentBufferSize (Results 1 – 4 of 4) sorted by relevance
295 uLong commentBufferSize));304 uLong commentBufferSize));
877 uLong commentBufferSize));888 uLong commentBufferSize) in unz64local_GetCurrentFileInfoInternal() argument1083 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() argument1133 szComment,commentBufferSize); in unzGetCurrentFileInfo64()1140 char* szComment, uLong commentBufferSize) in unzGetCurrentFileInfo() argument1147 szComment,commentBufferSize); in unzGetCurrentFileInfo()
551 uLong commentBufferSize));558 szComment, commentBufferSize) in unzlocal_GetCurrentFileInfoInternal() argument567 uLong commentBufferSize;699 if (file_info.size_file_comment < commentBufferSize) {703 uSizeRead = commentBufferSize;714 if ((file_info.size_file_comment > 0) && (commentBufferSize > 0)) {744 szComment, commentBufferSize)752 uLong commentBufferSize; variable757 szComment, commentBufferSize);
225 uLong commentBufferSize));
Completed in 20 milliseconds