Home
last modified time | relevance | path

Searched refs:jpeg_std_error (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/3rdparty/libjpeg/
H A Dexample.c102 cinfo.err = jpeg_std_error(&jerr); in write_JPEG_file()
314 cinfo.err = jpeg_std_error(&jerr.pub); in read_JPEG_file()
H A Djpegtran.c441 srcinfo.err = jpeg_std_error(&jsrcerr); in main()
444 dstinfo.err = jpeg_std_error(&jdsterr); in main()
508 dropinfo.err = jpeg_std_error(&jdroperr); in main()
H A Djerror.c232 jpeg_std_error (struct jpeg_error_mgr * err) in jpeg_std_error() function
H A Dcjpeg.c542 cinfo.err = jpeg_std_error(&jerr); in main()
H A Ddjpeg.c460 cinfo.err = jpeg_std_error(&jerr); in main()
/reactos/sdk/include/reactos/wine/
H A Dtypeof.h66 typedef struct jpeg_error_mgr * (__cdecl typeof(jpeg_std_error))(struct jpeg_error_mgr *); typedef
/reactos/dll/win32/windowscodecs/
H A Dtypeof.h27 typedef struct jpeg_error_mgr * (__cdecl typeof(jpeg_std_error))(struct jpeg_error_mgr *); typedef
H A Djpegformat.c83 MAKE_FUNCPTR(jpeg_std_error);
108 LOAD_FUNCPTR(jpeg_std_error); in load_libjpeg()
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djpeglib.h891 #define jpeg_std_error jStdError macro
949 EXTERN(struct jpeg_error_mgr *) jpeg_std_error
/reactos/dll/3rdparty/libtiff/
H A Dtif_jpeg.c282 sp->cinfo.c.err = jpeg_std_error(&sp->err); in TIFFjpeg_create_compress()
296 sp->cinfo.d.err = jpeg_std_error(&sp->err); in TIFFjpeg_create_decompress()
H A Dtif_ojpeg.c1209 jpeg_std_error(&(sp->libjpeg_jpeg_error_mgr)); in OJPEGWriteHeaderInfo()