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

  /src/common/dist/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 83 tmu_date : the SAME new date at the tm_unz format */
84 static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) {
unzip.c 750 Translate date/time from Dos format to tm_unz (readable more easily)
752 local void unz64local_DosDateToTmuDate(ZPOS64_T ulDosDate, tm_unz* ptm) {

Completed in 41 milliseconds