Lines Matching refs:ptime
626 png_convert_to_rfc1123(png_structp png_ptr, png_timep ptime)
642 ptime->day % 32, short_months[(ptime->month - 1) % 12],
643 ptime->year, ptime->hour % 24, ptime->minute % 60,
644 ptime->second % 61);
653 ptime->day % 32, short_months[(ptime->month - 1) % 12],
654 ptime->year, ptime->hour % 24, ptime->minute % 60,
655 ptime->second % 61);
661 ptime->day % 32, short_months[(ptime->month - 1) % 12],
662 ptime->year, ptime->hour % 24, ptime->minute % 60,
663 ptime->second % 61);