Home | History | Annotate | Download | only in dec

Lines Matching refs:to_write

1194   size_t to_write = UnwrittenBytes(s, BROTLI_TRUE);
1196 if (num_written > to_write) {
1197 num_written = to_write;
1211 BROTLI_LOG_UINT(to_write);
1215 if (num_written < to_write) {