Lines Matching refs:szComment
876 char *szComment,
887 char *szComment, in unz64local_GetCurrentFileInfoInternal() argument
1080 if ((err==UNZ_OK) && (szComment!=NULL)) in unz64local_GetCurrentFileInfoInternal()
1085 *(szComment+file_info.size_file_comment)='\0'; in unz64local_GetCurrentFileInfoInternal()
1100 if (ZREAD64(s->z_filefunc, s->filestream,szComment,uSizeRead)!=uSizeRead) 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()
2051 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf) in unzGetGlobalComment() argument
2068 *szComment='\0'; in unzGetGlobalComment()
2069 if (ZREAD64(s->z_filefunc,s->filestream,szComment,uReadThis)!=uReadThis) in unzGetGlobalComment()
2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
2074 *(szComment+s->gi.size_comment)='\0'; in unzGetGlobalComment()