Home | History | Annotate | Download | only in libpng

Lines Matching refs:ptime

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