Home
last modified time | relevance | path

Searched refs:png_convert_to_rfc1123_buffer (Results 1 – 10 of 10) sorted by relevance

/external/libpng/scripts/
Dsymbols.def247 png_convert_to_rfc1123_buffer @241
/external/libpng/
Dpngtest.c128 #define png_convert_to_rfc1123_buffer(ts, t) tIME_to_str(read_ptr, ts, t) macro
1350 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()
1586 if (png_convert_to_rfc1123_buffer(tIME_string, mod_time) != 0) in test_one_file()
Dpng.c737 png_convert_to_rfc1123_buffer(char out[29], png_const_timep ptime) in png_convert_to_rfc1123_buffer() function
796 if (png_convert_to_rfc1123_buffer(png_ptr->time_buffer, ptime) == 0) in png_convert_to_rfc1123()
Dpng.h1036 PNG_EXPORT(241, int, png_convert_to_rfc1123_buffer, (char out[29],
Dlibpng-manual.txt3330 png_convert_to_rfc1123_buffer(buffer, png_timep) is provided to
5107 with png_convert_to_rfc1123_buffer()
DCHANGES3842 Added png_convert_to_rfc1123_buffer() and deprecated png_convert_to_rfc1123()
/external/pdfium/third_party/libpng16/
Dpngprefix.h46 #define png_convert_to_rfc1123_buffer PDFIUM_png_convert_to_rfc1123_buffer macro
Dpng.c737 png_convert_to_rfc1123_buffer(char out[29], png_const_timep ptime) in png_convert_to_rfc1123_buffer() function
796 if (png_convert_to_rfc1123_buffer(png_ptr->time_buffer, ptime) == 0) in png_convert_to_rfc1123()
Dpng.h1036 PNG_EXPORT(241, int, png_convert_to_rfc1123_buffer, (char out[29],
/external/libpng/contrib/libtests/
Dpngvalid.c4874 if (png_convert_to_rfc1123_buffer(timestring, &pt)) in perform_formatting_test()