Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
H A Dtextio.c2628 Py_ssize_t dec_buffer_len; in _io_TextIOWrapper_tell_impl() local
2718 dec_buffer_len = PyBytes_GET_SIZE(dec_buffer); \ in _io_TextIOWrapper_tell_impl()
2744 if (dec_buffer_len == 0) { in _io_TextIOWrapper_tell_impl()
2751 skip_bytes -= dec_buffer_len; in _io_TextIOWrapper_tell_impl()
2791 if (dec_buffer_len == 0 && chars_decoded <= chars_to_skip) { in _io_TextIOWrapper_tell_impl()

Completed in 4 milliseconds