Home
last modified time | relevance | path

Searched refs:needflush (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_io/
H A Dtextio.c1590 int needflush = 0, text_needflush = 0; in _io_TextIOWrapper_write_impl() local
1623 needflush = 1; in _io_TextIOWrapper_write_impl()
1693 if (self->pending_bytes_count >= self->chunk_size || needflush || in _io_TextIOWrapper_write_impl()
1699 if (needflush) { in _io_TextIOWrapper_write_impl()

Completed in 4 milliseconds