Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.h168 extern PyObject *_PyIO_str_tell;
D_iomodule.c45 PyObject *_PyIO_str_tell; variable
755 if (!(_PyIO_str_tell = PyString_InternFromString("tell"))) in init_io()
Dbufferedio.c625 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_tell, NULL); in _buffered_raw_tell()
Dtextio.c1049 cookieObj = PyObject_CallMethodObjArgs(buffer, _PyIO_str_tell, NULL); in textiowrapper_init()
/external/python/cpython3/Modules/_io/
D_iomodule.h180 extern PyObject *_PyIO_str_tell;
D_iomodule.c49 PyObject *_PyIO_str_tell = NULL; variable
Dbufferedio.c670 res = PyObject_CallMethodNoArgs(self->raw, _PyIO_str_tell); in _buffered_raw_tell()
Dtextio.c969 self->buffer, _PyIO_str_tell); in _textiowrapper_fix_encoder_state()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt454 _PyIO_str_tell
DTODO191 Modules/_io/_iomodule.c:_PyIO_str_tell PyObject *_PyIO_str_tell
Dknown.tsv1471 Modules/_io/_iomodule.c - _PyIO_str_tell variable PyObject *_PyIO_str_tell