HomeSort by: relevance | last modified time | path
    Searched refs:external_fa (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.h 127 uLong external_fa; /* external file attributes 4 bytes */ member in struct:unz_file_info64_s
148 uLong external_fa; /* external file attributes 4 bytes */ member in struct:unz_file_info_s
zip.h 106 uLong external_fa; /* external file attributes 4 bytes */ member in struct:__anonda15a5c00108
minizip.c 399 zi.external_fa = 0;
unzip.c 846 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.external_fa) != UNZ_OK)
1046 pfile_info->external_fa = file_info64.external_fa;
zip.c 1133 zip64local_putValue_inmemory(zi->ci.central_header+38,(uLong)zipfi->external_fa,4);

Completed in 14 milliseconds