Home
last modified time | relevance | path

Searched refs:datacount (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/jpeg/
H A Dbe_jdatadst.cpp135 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in be_term_destination() local
138 if (datacount > 0) { in be_term_destination()
139 if (dest->outfile->Write(dest->buffer, datacount) != (ssize_t) datacount) in be_term_destination()