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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dwritepng.c171 png_time modtime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpng.h534 /* png_time is a way to hold the time in an machine independent way.
548 } png_time; typedef in typeref:struct:png_time_struct
549 typedef png_time FAR * png_timep;
550 typedef png_time FAR * FAR * png_timepp;
670 * modified. See the png_time struct for the contents of this struct.
672 png_time mod_time;
1432 /* convert from a struct tm to png_time */
1436 /* convert from time_t to png_time. Uses gmtime() */
H A Dpngset.c869 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof (png_time));
H A Dpngrutil.c1814 png_time mod_time;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.h750 /* png_time is a way to hold the time in an machine independent way.
764 } png_time; typedef in typeref:struct:png_time_struct
765 typedef png_time FAR * png_timep;
766 typedef png_time FAR * FAR * png_timepp;
888 * modified. See the png_time struct for the contents of this struct.
890 png_time mod_time PNG_DEPSTRUCT;
1688 /* Convert from a struct tm to png_time */
1692 /* Convert from time_t to png_time. Uses gmtime() */
H A Dpngset.c838 png_memcpy(&(info_ptr->mod_time), mod_time, png_sizeof(png_time));
H A Dpngrutil.c1948 png_time mod_time;

Completed in 147 milliseconds