Home | History | Annotate | Download | only in libpng

Lines Matching refs:ptime

670 png_convert_to_rfc1123(png_structp png_ptr, png_timep ptime)
688 ptime->day % 32, short_months[(ptime->month - 1) % 12],
689 ptime->year, ptime->hour % 24, ptime->minute % 60,
690 ptime->second % 61);
699 ptime->day % 32, short_months[(ptime->month - 1) % 12],
700 ptime->year, ptime->hour % 24, ptime->minute % 60,
701 ptime->second % 61);
707 ptime->day % 32, short_months[(ptime->month - 1) % 12],
708 ptime->year, ptime->hour % 24, ptime->minute % 60,
709 ptime->second % 61);