Home
last modified time | relevance | path

Searched refs:png_jmpbuf (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dreadpng.c64 #ifndef png_jmpbuf
65 # define png_jmpbuf(png_ptr) ((png_ptr)->jmpbuf) macro
123 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_init()
164 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_bgcolor()
218 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_image()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dexample.c223 #ifndef png_jmpbuf
224 # define png_jmpbuf(png_ptr) ((png_ptr)->png_jmpbuf)
322 if (setjmp(png_jmpbuf(png_ptr)))
614 if (setjmp(png_jmpbuf((*png_ptr))))
641 if (setjmp(png_jmpbuf((*png_ptr))))
777 if (setjmp(png_jmpbuf(png_ptr)))
A Dpngtest.c153 #ifndef png_jmpbuf
154 # define png_jmpbuf(png_ptr) png_ptr->jmpbuf macro
935 if (setjmp(png_jmpbuf(read_ptr))) in test_one_file()
957 if (setjmp(png_jmpbuf(write_ptr))) in test_one_file()
A Dpng.h952 # define png_jmpbuf(png_ptr) \ macro
955 # define png_jmpbuf(png_ptr) \ macro
A Dlibpng-manual.txt409 your png_jmpbuf(png_ptr). If you read the file from different
420 if (setjmp(png_jmpbuf(png_ptr)))
2564 if (setjmp(png_jmpbuf(png_ptr)))
2598 if (setjmp(png_jmpbuf(png_ptr)))
2783 setjmp() and pass the png_jmpbuf(png_ptr). If you
2785 the png_jmpbuf(png_ptr) every time you enter a new routine that will
2791 if (setjmp(png_jmpbuf(png_ptr)))
4898 the need to use the png_jmpbuf macro, which had the unnecessary side
A DCHANGES729 Changed png_jmp_env() migration aiding macro to png_jmpbuf().
733 Files in contrib/gregbook were revised to use png_jmpbuf() and to select
735 Files in contrib/pngminus were revised to use the png_jmpbuf() macro.
746 Added some parentheses to the png_jmpbuf macro definition.
2557 Make the 'png_jmpbuf' macro expand to a call that records the correct
2714 Changed the name of png_ptr->jmpbuf to png_ptr->png_jmpbuf in pngstruct.h
3346 Changed png_struct jmp_buf member name from png_jmpbuf to tmp_jmpbuf to
3347 avoid a possible clash with the png_jmpbuf macro on some platforms.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A Dlibpng_read_fuzzer.cc133 if (setjmp(png_jmpbuf(png_handler.png_ptr))) { in LLVMFuzzerTestOneInput()
142 if (setjmp(png_jmpbuf(png_handler.png_ptr))) { in LLVMFuzzerTestOneInput()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dpngshim.c132 longjmp( png_jmpbuf( png ), 1 ); in error_callback()
238 if ( ft_setjmp( png_jmpbuf( png ) ) ) in Load_SBit_Png()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dreadpng.c44 if (setjmp(png_jmpbuf(png_ptr))) in read_png()
A Dtimepng.c156 if (setjmp(png_jmpbuf(png_ptr))) in read_png()
A Dmakepng.c785 if (setjmp(png_jmpbuf(png_ptr))) in write_png()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dpngdec.c39 longjmp(png_jmpbuf(png), 1); in error_function()
256 if (setjmp(png_jmpbuf(png))) { in ReadPNG()
A Dimage_enc.c160 longjmp(png_jmpbuf(png), 1); in PNGErrorFunction()
179 if (setjmp(png_jmpbuf(png))) { in WebPWritePNG()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Diccfrompng.c52 if (setjmp(png_jmpbuf(png_ptr))) in extract()
A Dpngpixel.c180 if (setjmp(png_jmpbuf(png_ptr)) == 0) in main()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A Dpng2pnm.c208 if (setjmp (png_jmpbuf (png_ptr))) in png2pnm()
A Dpnm2png.c463 if (setjmp (png_jmpbuf (png_ptr))) in pnm2png()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpng.h952 # define png_jmpbuf(png_ptr) \ macro
955 # define png_jmpbuf(png_ptr) \ macro

Completed in 46 milliseconds