Home
last modified time | relevance | path

Searched refs:size_comment (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/common/dist/zlib/contrib/minizip/
Dzip.c627 uLong size_comment; in LoadCentralDirectoryRecord() local
699 size_comment = 0; in LoadCentralDirectoryRecord()
752 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK) in LoadCentralDirectoryRecord()
766 if (size_comment>0) in LoadCentralDirectoryRecord()
768 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord()
771size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comme… in LoadCentralDirectoryRecord()
772 pziinit->globalcomment[size_comment]=0; in LoadCentralDirectoryRecord()
1025 uInt size_comment; in zipOpenNewFileInZip4_64() local
1070 size_comment = 0; in zipOpenNewFileInZip4_64()
1072 size_comment = (uInt)strlen(comment); in zipOpenNewFileInZip4_64()
[all …]
Dunzip.h100 uLong size_comment; /* size of the global comment of the zipfile */ member
107 uLong size_comment; /* size of the global comment of the zipfile */ member
Dunzip.c588 us.gi.size_comment = 0; in unzOpenInternal()
641 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal()
746 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo()
1924 if (uReadThis>s->gi.size_comment) in unzGetGlobalComment()
1925 uReadThis = s->gi.size_comment; in unzGetGlobalComment()
1937 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
1938 *(szComment+s->gi.size_comment)='\0'; in unzGetGlobalComment()