Home | History | Annotate | Download | only in minizip

Lines Matching refs:size_filename

962   uInt size_filename = (uInt)strlen(filename);
1003 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_filename,2);
1013 if ((err==ZIP_OK) && (size_filename > 0))
1015 if (ZWRITE64(zi->z_filefunc,zi->filestream,filename,size_filename)!=size_filename)
1064 uInt size_filename;
1102 size_filename = (uInt)strlen(filename);
1132 zi->ci.size_centralheader = SIZECENTRALHEADER + size_filename + size_extrafield_global + size_comment;
1148 zip64local_putValue_inmemory(zi->ci.central_header+28,(uLong)size_filename,2);
1168 for (i=0;i<size_filename;i++)
1172 *(zi->ci.central_header+SIZECENTRALHEADER+size_filename+i) =
1176 *(zi->ci.central_header+SIZECENTRALHEADER+size_filename+