| /src/common/dist/zlib/contrib/minizip/ |
| unzip.h | 100 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info64_s 107 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info_s
|
| zip.c | 627 uLong size_comment; local 699 size_comment = 0; 752 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK) 766 if (size_comment>0) 768 pziinit->globalcomment = (char*)ALLOC(size_comment+1); 771 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment); 772 pziinit->globalcomment[size_comment]=0; 1025 uInt size_comment; local 1070 size_comment = 0 [all...] |
| unzip.c | 588 us.gi.size_comment = 0; 641 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) 746 pglobal_info32->size_comment = s->gi.size_comment; 1924 if (uReadThis>s->gi.size_comment) 1925 uReadThis = s->gi.size_comment; 1937 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) 1938 *(szComment+s->gi.size_comment)='\0';
|
| /src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
| unzip.h | 100 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info64_s 107 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info_s
|
| zip.c | 627 uLong size_comment; local 699 size_comment = 0; 752 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK) 766 if (size_comment>0) 768 pziinit->globalcomment = (char*)ALLOC(size_comment+1); 771 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment); 772 pziinit->globalcomment[size_comment]=0; 1025 uInt size_comment; local 1070 size_comment = 0 [all...] |
| unzip.c | 588 us.gi.size_comment = 0; 641 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) 746 pglobal_info32->size_comment = s->gi.size_comment; 1924 if (uReadThis>s->gi.size_comment) 1925 uReadThis = s->gi.size_comment; 1937 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) 1938 *(szComment+s->gi.size_comment)='\0';
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
| unzip.h | 100 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info64_s 107 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info_s
|
| zip.c | 660 uLong size_comment; local 732 size_comment = 0; 785 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream, &size_comment)!=ZIP_OK) 799 if (size_comment>0) 801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); 804 size_comment = ZREAD64(pziinit->z_filefunc, pziinit->filestream, pziinit->globalcomment,size_comment); 805 pziinit->globalcomment[size_comment]=0; 1065 uInt size_comment; local 1099 size_comment = 0 [all...] |
| unzip.c | 681 us.gi.size_comment = 0; 734 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK) 846 pglobal_info32->size_comment = s->gi.size_comment; 2063 if (uReadThis>s->gi.size_comment) 2064 uReadThis = s->gi.size_comment; 2076 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment)) 2077 *(szComment+s->gi.size_comment)='\0';
|