Searched defs:png_time (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpng.h575 /* png_time is a way to hold the time in an machine independent way.
589 } png_time; typedef in typeref:struct:png_time_struct
590 typedef png_time FAR * png_timep;
591 typedef png_time FAR * FAR * png_timepp;
711 * modified. See the png_time struct for the contents of this struct.
713 png_time mod_time;
1473 /* convert from a struct tm to png_time */
1477 /* convert from time_t to png_time. Uses gmtime() */

Completed in 405 milliseconds