OUTPUT_BUF_SIZE   753 libgd/gd_jpeg.c 	dest->buffer = (unsigned char *) (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE, OUTPUT_BUF_SIZE * sizeof (unsigned char));
OUTPUT_BUF_SIZE   756 libgd/gd_jpeg.c 	dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
OUTPUT_BUF_SIZE   787 libgd/gd_jpeg.c 	if (gdPutBuf (dest->buffer, OUTPUT_BUF_SIZE, dest->outfile) != (size_t) OUTPUT_BUF_SIZE) {
OUTPUT_BUF_SIZE   792 libgd/gd_jpeg.c 	dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
OUTPUT_BUF_SIZE   810 libgd/gd_jpeg.c 	size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;