Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dbytesio.c13 } bytesio; typedef
26 get_line(bytesio *self, char **output) in get_line()
59 resize_buffer(bytesio *self, size_t size) in resize_buffer()
111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len) in write_bytes()
149 bytesio_get_closed(bytesio *self) in bytesio_get_closed()
170 return_not_closed(bytesio *self) in return_not_closed()
180 bytesio_flush(bytesio *self) in bytesio_flush()
192 bytesio_getvalue(bytesio *self) in bytesio_getvalue()
205 bytesio_isatty(bytesio *self) in bytesio_isatty()
215 bytesio_tell(bytesio *self) in bytesio_tell()
[all …]
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp252 SOURCE=..\..\Modules\_io\bytesio.c
/external/python/cpython2/Modules/
DSetup.dist195 #_io -I$(srcdir)/Modules/_io _io/bufferedio.c _io/bytesio.c _io/fileio.c _io/iobase.c _io/_iomodule…