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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpng.c477 if ((mask & PNG_FREE_UNKN) & info_ptr->free_me)
479 if (mask & PNG_FREE_UNKN)
497 png_free_data(png_ptr, info_ptr, PNG_FREE_UNKN, i);
H A Dpngtest.c1124 png_free_data(read_ptr, read_info_ptr, PNG_FREE_UNKN, -1);
1127 png_free_data(write_ptr, write_info_ptr, PNG_FREE_UNKN, -1);
H A Dpngset.c1013 info_ptr->free_me |= PNG_FREE_UNKN;
H A Dpng.h1928 #define PNG_FREE_UNKN 0x0200 macro
1934 #define PNG_FREE_MUL 0x4220 /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
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.c1031 info_ptr->free_me |= PNG_FREE_UNKN;
H A Dpng.h2199 #define PNG_FREE_UNKN 0x0200 macro
2205 #define PNG_FREE_MUL 0x4220 /* PNG_FREE_SPLT|PNG_FREE_TEXT|PNG_FREE_UNKN */

Completed in 144 milliseconds