Searched refs:_PyIO_str_tell (Results 1 – 11 of 11) sorted by relevance
168 extern PyObject *_PyIO_str_tell;
45 PyObject *_PyIO_str_tell; variable755 if (!(_PyIO_str_tell = PyString_InternFromString("tell"))) in init_io()
625 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_tell, NULL); in _buffered_raw_tell()
1049 cookieObj = PyObject_CallMethodObjArgs(buffer, _PyIO_str_tell, NULL); in textiowrapper_init()
180 extern PyObject *_PyIO_str_tell;
49 PyObject *_PyIO_str_tell = NULL; variable
670 res = PyObject_CallMethodNoArgs(self->raw, _PyIO_str_tell); in _buffered_raw_tell()
969 self->buffer, _PyIO_str_tell); in _textiowrapper_fix_encoder_state()
454 _PyIO_str_tell
191 Modules/_io/_iomodule.c:_PyIO_str_tell PyObject *_PyIO_str_tell
1471 Modules/_io/_iomodule.c - _PyIO_str_tell variable PyObject *_PyIO_str_tell