Searched refs:_PyIO_str_setstate (Results 1 – 7 of 7) sorted by relevance
167 extern PyObject *_PyIO_str_setstate;
44 PyObject *_PyIO_str_setstate; variable753 if (!(_PyIO_str_setstate = PyString_InternFromString("setstate"))) in init_io()
1061 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in textiowrapper_init()1998 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_setstate()
177 extern PyObject *_PyIO_str_setstate;
49 PyObject *_PyIO_str_setstate = NULL; variable
972 self->encoder, _PyIO_str_setstate, _PyLong_Zero, NULL); in _textiowrapper_fix_encoder_state()2301 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_reset()
453 _PyIO_str_setstate