Home
last modified time | relevance | path

Searched refs:size_comment (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A 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()
804 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment); in LoadCentralDirectoryRecord()
805 pziinit->globalcomment[size_comment]=0; in LoadCentralDirectoryRecord()
1065 uInt size_comment; in zipOpenNewFileInZip4_64() local
1099 size_comment in zipOpenNewFileInZip4_64()
[all...]
H A 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
H A Dunzip.c677 us.gi.size_comment = 0; in unzOpenInternal()
730 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal()
842 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo()
2052 if (uReadThis>s->gi.size_comment) in unzGetGlobalComment()
2053 uReadThis = s->gi.size_comment; in unzGetGlobalComment()
2065 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
2066 *(szComment+s->gi.size_comment)='\0'; in unzGetGlobalComment()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A 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()
804 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment); in LoadCentralDirectoryRecord()
805 pziinit->globalcomment[size_comment]=0; in LoadCentralDirectoryRecord()
1065 uInt size_comment; in zipOpenNewFileInZip4_64() local
1110 size_comment in zipOpenNewFileInZip4_64()
[all...]
H A 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
H A Dunzip.c677 us.gi.size_comment = 0; in unzOpenInternal()
730 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal()
842 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo()
2052 if (uReadThis>s->gi.size_comment) in unzGetGlobalComment()
2053 uReadThis = s->gi.size_comment; in unzGetGlobalComment()
2065 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
2066 *(szComment+s->gi.size_comment)='\0'; in unzGetGlobalComment()
/third_party/zlib/contrib/minizip/
H A Dzip.c749 uLong size_comment; in LoadCentralDirectoryRecord() local
845 size_comment = 0; in LoadCentralDirectoryRecord()
924 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment) != ZIP_OK) in LoadCentralDirectoryRecord()
942 if (size_comment > 0) in LoadCentralDirectoryRecord()
944 pziinit->globalcomment = (char*)ALLOC(size_comment + 1); in LoadCentralDirectoryRecord()
947 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment); in LoadCentralDirectoryRecord()
948 pziinit->globalcomment[size_comment] = 0; in LoadCentralDirectoryRecord()
1257 uInt size_comment; in zipOpenNewFileInZip4_64() local
1321 size_comment in zipOpenNewFileInZip4_64()
[all...]
H A 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
H A Dunzip.c595 us.gi.size_comment = 0; in unzOpenInternal()
648 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) in unzOpenInternal()
827 us.gi.size_comment = 0; in unzOpenFile()
885 if (unz64local_getShort(&us.z_filefunc, us.filestream, &us.gi.size_comment) != UNZ_OK) { in unzOpenFile()
953 pglobal_info32->size_comment = s->gi.size_comment; in unzGetGlobalInfo()
2252 if (uReadThis>s->gi.size_comment) in unzGetGlobalComment()
2253 uReadThis = s->gi.size_comment; in unzGetGlobalComment()
2265 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) in unzGetGlobalComment()
2266 *(szComment+s->gi.size_comment) in unzGetGlobalComment()
[all...]

Completed in 18 milliseconds