datacount         814 ext/gd/libgd/gd_jpeg.c 	size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
datacount         817 ext/gd/libgd/gd_jpeg.c 	if (datacount > 0 && ((size_t)gdPutBuf (dest->buffer, datacount, dest->outfile) != datacount)) {