Lines Matching defs:time
642 - Fix <time.h> include before config #ifdef, thanks emil.brink
646 set it to 1 for real-time compression).
661 #include <time.h> (thanks fermtect).
871 // to get the current time, or
872 // get/set file times, and the C run-time funcs that get/set times won't be
908 //#include <time.h>
1489 // the current local time into the archive.
1507 // the disk file's modified time into the archive.
1714 // initialization time to the minimum, but the output may vary from run to run
1778 // compressed data. It'll typically be called TDEFL_OUT_BUF_SIZE at a time.
4225 // Check if it's time to flush the current LZ codes to the internal output
4878 static void mz_zip_time_to_dos_time(time_t time, mz_uint16 *pDOS_time,
4883 errno_t err = localtime_s(tm, &time);
4890 struct tm *tm = localtime(&time);
6303 time(&cur_time);