Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.h171 extern PyObject *_PyIO_str_write;
D_iomodule.c48 PyObject *_PyIO_str_write; variable
759 if (!(_PyIO_str_write = PyString_InternFromString("write"))) in init_io()
Diobase.c692 res = PyObject_CallMethodObjArgs(self, _PyIO_str_write, line, NULL); in iobase_writelines()
Dbufferedio.c1725 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_write, memobj, NULL); in _bufferedwriter_raw_write()
Dtextio.c1240 _PyIO_str_write, b, NULL); in _textiowrapper_writeflush()
/external/python/cpython3/Modules/_io/
D_iomodule.h183 extern PyObject *_PyIO_str_write;
D_iomodule.c52 PyObject *_PyIO_str_write = NULL; variable
Diobase.c785 res = PyObject_CallMethodObjArgs(self, _PyIO_str_write, line, NULL); in _io__IOBase_writelines()
Dbufferedio.c1822 res = PyObject_CallMethodOneArg(self->raw, _PyIO_str_write, memobj); in _bufferedwriter_raw_write()
Dtextio.c1602 ret = PyObject_CallMethodOneArg(self->buffer, _PyIO_str_write, b); in _textiowrapper_writeflush()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt457 _PyIO_str_write
DTODO194 Modules/_io/_iomodule.c:_PyIO_str_write PyObject *_PyIO_str_write
Dknown.tsv1474 Modules/_io/_iomodule.c - _PyIO_str_write variable PyObject *_PyIO_str_write