Searched refs:needflush (Results 1 – 2 of 2) sorted by relevance
1257 int needflush = 0; in textiowrapper_write() local1294 needflush = 1; in textiowrapper_write()1322 if (self->pending_bytes_count > self->chunk_size || needflush) { in textiowrapper_write()1327 if (needflush) { in textiowrapper_write()
1625 int needflush = 0, text_needflush = 0; in _io_TextIOWrapper_write_impl() local1658 needflush = 1; in _io_TextIOWrapper_write_impl()1716 if (self->pending_bytes_count > self->chunk_size || needflush || in _io_TextIOWrapper_write_impl()1722 if (needflush) { in _io_TextIOWrapper_write_impl()