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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.c558 uLong size_comment; local
603 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&size_comment)!=ZIP_OK)
616 if (size_comment>0)
618 ziinit.globalcomment = ALLOC(size_comment+1);
621 size_comment = ZREAD(ziinit.z_filefunc, ziinit.filestream,ziinit.globalcomment,size_comment);
622 ziinit.globalcomment[size_comment]=0;
715 uInt size_comment; local
743 size_comment = 0;
745 size_comment
[all...]
H A Dunzip.h96 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info_s
H A Dunzip.c473 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
1545 if (uReadThis>s->gi.size_comment)
1546 uReadThis = s->gi.size_comment;
1558 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
1559 *(szComment+s->gi.size_comment)='\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dzip.c558 uLong size_comment; local
603 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&size_comment)!=ZIP_OK)
616 if (size_comment>0)
618 ziinit.globalcomment = ALLOC(size_comment+1);
621 size_comment = ZREAD(ziinit.z_filefunc, ziinit.filestream,ziinit.globalcomment,size_comment);
622 ziinit.globalcomment[size_comment]=0;
715 uInt size_comment; local
743 size_comment = 0;
745 size_comment
[all...]
H A Dunzip.h96 uLong size_comment; /* size of the global comment of the zipfile */ member in struct:unz_global_info_s
H A Dunzip.c473 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
1545 if (uReadThis>s->gi.size_comment)
1546 uReadThis = s->gi.size_comment;
1558 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
1559 *(szComment+s->gi.size_comment)='\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dunzip.h100 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
H A Dzip.c660 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
[all...]
H A Dunzip.c681 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;
2060 if (uReadThis>s->gi.size_comment)
2061 uReadThis = s->gi.size_comment;
2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
2074 *(szComment+s->gi.size_comment)='\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dunzip.h100 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
H A Dzip.c660 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
[all...]
H A Dunzip.c681 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;
2060 if (uReadThis>s->gi.size_comment)
2061 uReadThis = s->gi.size_comment;
2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
2074 *(szComment+s->gi.size_comment)='\0';

Completed in 126 milliseconds