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

  /external/chromium/third_party/zlib/contrib/minizip/
unzip.h 81 /* tm_unz contain date/time info */
90 } tm_unz; typedef in typeref:struct:tm_unz_s
121 tm_unz tmu_date;
miniunz.c 48 tmu_date : the SAME new date at the tm_unz format */
52 tm_unz tmu_date;
unzip.c 550 Translate date/time from Dos format to tm_unz (readable more easilty)
554 tm_unz* ptm;
    [all...]
  /external/zlib/contrib/minizip/
unzip.h 83 /* tm_unz contain date/time info */
92 } tm_unz; typedef in typeref:struct:tm_unz_s
129 tm_unz tmu_date;
150 tm_unz tmu_date;
miniunz.c 69 tmu_date : the SAME new date at the tm_unz format */
73 tm_unz tmu_date;
unzip.c 850 Translate date/time from Dos format to tm_unz (readable more easilty)
852 local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm)
    [all...]

Completed in 333 milliseconds