Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c692 Py_ssize_t decoded_chars_used; /* offset into _decoded_chars for read() */ member
864 self->decoded_chars_used = 0; in textiowrapper_init()
1349 self->decoded_chars_used = 0; in textiowrapper_set_decoded_chars()
1362 - self->decoded_chars_used); in textiowrapper_get_decoded_chars()
1369 if (self->decoded_chars_used > 0 || n < avail) { in textiowrapper_get_decoded_chars()
1372 + self->decoded_chars_used, n); in textiowrapper_get_decoded_chars()
1381 self->decoded_chars_used += n; in textiowrapper_get_decoded_chars()
1737 start = self->decoded_chars_used; in _textiowrapper_readline()
1742 assert(self->decoded_chars_used == 0); in _textiowrapper_readline()
1805 self->decoded_chars_used = endpos - offset_to_buffer; in _textiowrapper_readline()
[all …]