Home
last modified time | relevance | path

Searched refs:tmu_date (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminiunz.c83 tmu_date : the SAME new date at the tm_unz format */
84 void change_file_date(filename,dosdate,tmu_date) in change_file_date()
87 tm_unz tmu_date;
104 newdate.tm_sec = tmu_date.tm_sec;
105 newdate.tm_min=tmu_date.tm_min;
106 newdate.tm_hour=tmu_date.tm_hour;
107 newdate.tm_mday=tmu_date.tm_mday;
108 newdate.tm_mon=tmu_date.tm_mon;
109 if (tmu_date.tm_year > 1900)
110 newdate.tm_year=tmu_date
[all...]
H A Dunzip.h129 tm_unz tmu_date; member
150 tm_unz tmu_date; member
H A Dunzip.c927 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date); in unz64local_GetCurrentFileInfoInternal()
1161 pfile_info->tmu_date = file_info64.tmu_date, in unzGetCurrentFileInfo()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminiunz.c82 tmu_date : the SAME new date at the tm_unz format */
83 void change_file_date(filename,dosdate,tmu_date) in change_file_date()
86 tm_unz tmu_date;
103 newdate.tm_sec = tmu_date.tm_sec;
104 newdate.tm_min=tmu_date.tm_min;
105 newdate.tm_hour=tmu_date.tm_hour;
106 newdate.tm_mday=tmu_date.tm_mday;
107 newdate.tm_mon=tmu_date.tm_mon;
108 if (tmu_date.tm_year > 1900)
109 newdate.tm_year=tmu_date
[all...]
H A Dunzip.h129 tm_unz tmu_date; member
150 tm_unz tmu_date; member
H A Dunzip.c927 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date); in unz64local_GetCurrentFileInfoInternal()
1161 pfile_info->tmu_date = file_info64.tmu_date, in unzGetCurrentFileInfo()
/third_party/zlib/contrib/minizip/
H A Dminiunz.c83 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) in change_file_date() argument
102 newdate.tm_sec = tmu_date.tm_sec; in change_file_date()
103 newdate.tm_min = tmu_date.tm_min; in change_file_date()
104 newdate.tm_hour = tmu_date.tm_hour; in change_file_date()
105 newdate.tm_mday = tmu_date.tm_mday; in change_file_date()
106 newdate.tm_mon = tmu_date.tm_mon; in change_file_date()
107 if (tmu_date.tm_year > 1900) in change_file_date()
109 newdate.tm_year = tmu_date.tm_year - 1900; in change_file_date()
113 newdate.tm_year = tmu_date in change_file_date()
[all...]
H A Dunzip.h129 tm_unz tmu_date; member
150 tm_unz tmu_date; member
H A Dunzip.c1027 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date); in unz64local_GetCurrentFileInfoInternal()
1257 pfile_info->tmu_date = file_info64.tmu_date; in unzGetCurrentFileInfo()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader.cc123 exploded_time.year = raw_file_info.tmu_date.tm_year; in EntryInfo()
125 exploded_time.month = raw_file_info.tmu_date.tm_mon + 1; in EntryInfo()
126 exploded_time.day_of_month = raw_file_info.tmu_date.tm_mday; in EntryInfo()
127 exploded_time.hour = raw_file_info.tmu_date.tm_hour; in EntryInfo()
128 exploded_time.minute = raw_file_info.tmu_date.tm_min; in EntryInfo()
129 exploded_time.second = raw_file_info.tmu_date.tm_sec; in EntryInfo()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.cc244 exploded_time.year = info.tmu_date.tm_year; in OpenEntry()
245 exploded_time.month = info.tmu_date.tm_mon + 1; // 0-based vs 1-based in OpenEntry()
246 exploded_time.day_of_month = info.tmu_date.tm_mday; in OpenEntry()
247 exploded_time.hour = info.tmu_date.tm_hour; in OpenEntry()
248 exploded_time.minute = info.tmu_date.tm_min; in OpenEntry()
249 exploded_time.second = info.tmu_date.tm_sec; in OpenEntry()
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc250 .year = static_cast<int>(info.tmu_date.tm_year), in OpenEntry()
252 static_cast<int>(info.tmu_date.tm_mon + 1), // 0-based vs 1-based in OpenEntry()
253 .day_of_month = static_cast<int>(info.tmu_date.tm_mday), in OpenEntry()
254 .hour = static_cast<int>(info.tmu_date.tm_hour), in OpenEntry()
255 .minute = static_cast<int>(info.tmu_date.tm_min), in OpenEntry()
256 .second = static_cast<int>(info.tmu_date.tm_sec)}; in OpenEntry()

Completed in 15 milliseconds