Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dtextio.c1803 Py_buffer input_chunk_buf; in textiowrapper_read_chunk() local
1871 if (PyObject_GetBuffer(input_chunk, &input_chunk_buf, 0) != 0) { in textiowrapper_read_chunk()
1879 nbytes = input_chunk_buf.len; in textiowrapper_read_chunk()
1883 PyBuffer_Release(&input_chunk_buf); in textiowrapper_read_chunk()