14 struct jpeg_destination_mgr pub;
32 dest->
pub.next_output_byte = dest->
buffer;
65 fprintf(stderr,
" : jpeg compression buffer overflow >%ld\n",
68 dest->
pub.next_output_byte = dest->
buffer;
103 if (cinfo->dest ==
NULL) {
104 cinfo->dest = (
struct jpeg_destination_mgr *)
105 (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT,
113 dest->
buffer = jpegimgbuf;