Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c1257 int needflush = 0; in textiowrapper_write() local
1294 needflush = 1; in textiowrapper_write()
1322 if (self->pending_bytes_count > self->chunk_size || needflush) { in textiowrapper_write()
1327 if (needflush) { in textiowrapper_write()
/external/python/cpython3/Modules/_io/
Dtextio.c1625 int needflush = 0, text_needflush = 0; in _io_TextIOWrapper_write_impl() local
1658 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()