HomeSort by relevance Sort by last modified time
    Searched refs:external_fa (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/zlib/contrib/minizip/
zip.h 106 uLong external_fa; /* external file attributes 4 bytes */ member in struct:__anon3282
unzip.h 119 uLong external_fa; /* external file attributes 4 bytes */ member in struct:unz_file_info_s
minizip.c 339 zi.external_fa = 0;
unzip.c 662 if (unzlocal_getLong(&s->z_filefunc, s->filestream,&file_info.external_fa) != UNZ_OK)
    [all...]
zip.c 806 ziplocal_putValue_inmemory(zi->ci.central_header+38,(uLong)zipfi->external_fa,4);
    [all...]
  /external/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:__anon8778
minizip.c 397 zi.external_fa = 0;
unzip.c 959 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.external_fa) != UNZ_OK)
    [all...]
zip.c     [all...]

Completed in 209 milliseconds