Searched refs:datacount (Results 1 – 1 of 1) sorted by relevance
136 size_t datacount = BUF_SIZE - dest->pub.free_in_buffer; in term_destination() local139 if (datacount > 0) { in term_destination()140 if (dest->outfile->Write(dest->buffer, datacount) != datacount) in term_destination()
Completed in 9 milliseconds