Searched refs:jpeg_destroy (Results 1 – 20 of 20) sorted by relevance
69 jpeg_destroy (j_common_ptr cinfo) in jpeg_destroy() function
58 #define jpeg_destroy FOXIT_PREFIX(jpeg_destroy) macro980 #define jpeg_destroy jDestroy macro1138 EXTERN(void) jpeg_destroy JPP((j_common_ptr cinfo));
67 jpeg_destroy(cinfo); in error_exit()
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_compress()
93 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_decompress()
72 jpeg_destroy (j_common_ptr cinfo) in jpeg_destroy() function
75 jpeg_destroy(cinfo); in error_exit()
105 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_compress()
105 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */ in jpeg_destroy_decompress()
1055 EXTERN(void) jpeg_destroy (j_common_ptr cinfo);
165 simply release it by calling jpeg_destroy().169 jpeg_destroy() can work on either type of object.469 the previous state of the object). Or you can call jpeg_destroy(), which473 of the passed pointer. To avoid gripes from ANSI C compilers, jpeg_destroy()477 it is your responsibility --- jpeg_destroy() won't. Ditto for the error491 jpeg_destroy_compress() or jpeg_destroy() to release memory. This is504 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG589 call jpeg_destroy() when you are done with the JPEG object, or call717 jpeg_destroy_decompress() or jpeg_destroy(). The previous discussion of728 jpeg_destroy() if you don't need the JPEG object any more, or[all …]
846 jpeg_destroy) upon abnormal termination. This may require a SIGINT signal
61 jpeg_destroy(cinfo); in skjpeg_error_exit()
45 jpeg_destroy @ 44 ;
43 jpeg_destroy @ 42 ;
46 jpeg_destroy @ 45 ;
382 return CALLVJPEG(sp, jpeg_destroy(&sp->cinfo.comm)); in TIFFjpeg_destroy()
1255 jpeg_destroy((jpeg_common_struct*)(&(sp->libjpeg_jpeg_decompress_struct))); in OJPEGLibjpegSessionAbort()