Lines Matching refs:jpeg_abort
164 by calling jpeg_abort(); or, if you do not need to retain the JPEG object,
452 jpeg_abort() as discussed below.
496 jpeg_abort() which works on both compression and decompression objects.
498 jpeg_abort() is allowed at any time after successful object creation.
504 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG
590 jpeg_abort() to return it to an idle state before selecting a new data
706 jpeg_abort() as discussed below.
729 jpeg_abort_decompress() or jpeg_abort() if you want to reuse the object.
1480 clean up the JPEG object with jpeg_abort() or jpeg_destroy().
1597 term_destination() is NOT called by jpeg_abort() or jpeg_destroy(). If you
1675 term_source() is NOT called by jpeg_abort() or jpeg_destroy(). If you want
2293 jpeg_abort() to reset it. It is OK to call jpeg_consume_input() even when not
2595 jpeg_abort, at which point the memory is freed and the list is set to empty.
2928 jpeg_finish_compress, jpeg_finish_decompress, or jpeg_abort. You can call the