Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
H A Dtextio.c669 PyObject *pending_bytes; // data waiting to be written. member
1113 Py_CLEAR(self->pending_bytes); in _io_TextIOWrapper___init___impl()
1385 Py_CLEAR(self->pending_bytes); in textiowrapper_clear()
1417 Py_VISIT(self->pending_bytes); in textiowrapper_traverse()
1508 if (self->pending_bytes == NULL) in _textiowrapper_writeflush()
1511 PyObject *pending = self->pending_bytes; in _textiowrapper_writeflush()
1560 self->pending_bytes = NULL; in _textiowrapper_writeflush()
1662 if (self->pending_bytes == NULL) { in _io_TextIOWrapper_write_impl()
1664 self->pending_bytes = b; in _io_TextIOWrapper_write_impl()
1672 self->pending_bytes in _io_TextIOWrapper_write_impl()
[all...]

Completed in 4 milliseconds