Home
last modified time | relevance | path

Searched refs:_PyIO_str_setstate (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h167 extern PyObject *_PyIO_str_setstate;
D_iomodule.c44 PyObject *_PyIO_str_setstate; variable
753 if (!(_PyIO_str_setstate = PyString_InternFromString("setstate"))) in init_io()
Dtextio.c1061 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in textiowrapper_init()
1998 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_setstate()
/external/python/cpython3/Modules/_io/
D_iomodule.h179 extern PyObject *_PyIO_str_setstate;
D_iomodule.c48 PyObject *_PyIO_str_setstate = NULL; variable
Dtextio.c983 self->encoder, _PyIO_str_setstate, _PyLong_Zero); in _textiowrapper_fix_encoder_state()
2417 res = PyObject_CallMethodOneArg(self->encoder, _PyIO_str_setstate, in _textiowrapper_encoder_reset()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt453 _PyIO_str_setstate
DTODO190 Modules/_io/_iomodule.c:_PyIO_str_setstate PyObject *_PyIO_str_setstate
Dknown.tsv1470 Modules/_io/_iomodule.c - _PyIO_str_setstate variable PyObject *_PyIO_str_setstate