Searched refs:PNG_FREE_UNKN (Results 1 - 11 of 11) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpng.c515 if ((mask & PNG_FREE_UNKN) & info_ptr->free_me)
517 if (mask & PNG_FREE_UNKN)
535 png_free_data(png_ptr, info_ptr, PNG_FREE_UNKN, i);
H A Dpngtest.c1264 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1);
1267 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1);
H A Dpngset.c1021 info_ptr->free_me |= PNG_FREE_UNKN;
/external/libpng/
H A Dpngtest.c1523 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1);
1526 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1);
H A Dpngset.c1253 info_ptr->free_me |= PNG_FREE_UNKN;
H A Dpng.h1786 # define PNG_FREE_UNKN 0x0200U macro
1794 #define PNG_FREE_MUL 0x4220U /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */
H A Dpng.c596 ((mask & PNG_FREE_UNKN) & info_ptr->free_me) != 0)
/external/pdfium/third_party/libpng16/
H A Dpngset.c1204 info_ptr->free_me |= PNG_FREE_UNKN;
H A Dpng.h1790 # define PNG_FREE_UNKN 0x0200U macro
1797 #define PNG_FREE_MUL 0x4220U /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */
H A Dpng.c575 ((mask & PNG_FREE_UNKN) & info_ptr->free_me) != 0)
/external/syslinux/com32/include/
H A Dpng.h2177 #define PNG_FREE_UNKN 0x0200 macro
2183 #define PNG_FREE_MUL 0x4220 /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */

Completed in 210 milliseconds