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

/external/chromium_org/third_party/zlib/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
1098 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;
2055 if (uReadThis>s->gi.size_comment)
2056 uReadThis = s->gi.size_comment;
2068 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
2069 *(szComment+s->gi.size_comment)='\0';
/external/zlib/src/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 729 milliseconds