Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_tIME

619 /* png_time is a way to hold the time in an machine independent way.
633 } png_time;
634 typedef png_time FAR * png_timep;
635 typedef png_time FAR * FAR * png_timepp;
755 * modified. See the png_time struct for the contents of this struct.
757 png_time mod_time;
1531 /* convert from a struct tm to png_time */
1535 /* convert from time_t to png_time. Uses gmtime() */
2852 #define PNG_tIME png_byte png_tIME[5] = {116, 73, 77, 69, '\0'}
2875 PNG_EXPORT_VAR (png_byte FARDATA) png_tIME[5];