Searched refs:datacount (Results 1 – 2 of 2) sorted by relevance
109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination() local112 if (datacount > 0) { in term_destination()113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination()