Home | History | Annotate | Download | only in dec

Lines Matching refs:to_write

1209   size_t to_write = UnwrittenBytes(s, BROTLI_TRUE);
1211 if (num_written > to_write) {
1212 num_written = to_write;
1226 BROTLI_LOG_UINT(to_write);
1232 if (num_written < to_write) {