Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dzip.c660 uLong size_comment; in LoadCentralDirectoryRecord() local
732 size_comment = 0; in LoadCentralDirectoryRecord()
785 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK) in LoadCentralDirectoryRecord()
799 if (size_comment>0) in LoadCentralDirectoryRecord()
801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord()
804size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comme… in LoadCentralDirectoryRecord()
805 pziinit->globalcomment[size_comment]=0; in LoadCentralDirectoryRecord()
1065 uInt size_comment; in zipOpenNewFileInZip4_64() local
1099 size_comment = 0; in zipOpenNewFileInZip4_64()
1101 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.c681 us.gi.size_comment = 0; in unzOpenInternal()
734 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal()
846 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo()
2060 if (uReadThis>s->gi.size_comment) in unzGetGlobalComment()
2061 uReadThis = s->gi.size_comment; in unzGetGlobalComment()
2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
2074 *(szComment+s->gi.size_comment)='\0'; in unzGetGlobalComment()