Searched defs:jmpbuf (Results 1 - 5 of 5) sorted by relevance

/external/libpng/contrib/gregbook/
H A Dreadpng2.h93 jmp_buf jmpbuf; member in struct:_mainprog_info
H A Dwritepng.h114 jmp_buf jmpbuf; member in struct:_mainprog_info
/external/pdfium/core/src/fxcodec/lbmp/
H A Dfx_bmp.h67 jmp_buf jmpbuf; member in struct:tag_bmp_decompress_struct
/external/pdfium/core/src/fxcodec/lgif/
H A Dfx_gif.h210 jmp_buf jmpbuf; member in struct:tag_gif_decompress_struct
/external/libpng/contrib/tools/
H A Dpngfix.c863 jmp_buf jmpbuf; /* Set while reading a PNG */ member in struct:file
1047 /* jmpbuf is garbage: must be set by read_png */
1181 longjmp(file->jmpbuf, code);
3597 rc = setjmp(control->file.jmpbuf);

Completed in 119 milliseconds