Home | History | Annotate | Download | only in minizip

Lines Matching defs:size_filename

923   uInt size_filename = (uInt)strlen(filename);
964 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)size_filename,2);
974 if ((err==ZIP_OK) && (size_filename > 0))
976 if (ZWRITE64(zi->z_filefunc,zi->filestream,filename,size_filename)!=size_filename)
1024 uInt size_filename;
1074 size_filename = (uInt)strlen(filename);
1104 zi->ci.size_centralheader = SIZECENTRALHEADER + size_filename + size_extrafield_global + size_comment;
1120 zip64local_putValue_inmemory(zi->ci.central_header+28,(uLong)size_filename,2);
1140 for (i=0;i<size_filename;i++)
1144 *(zi->ci.central_header+SIZECENTRALHEADER+size_filename+i) =
1148 *(zi->ci.central_header+SIZECENTRALHEADER+size_filename+