Home
last modified time | relevance | path

Searched refs:_PyIO_str_getstate (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h155 extern PyObject *_PyIO_str_getstate;
D_iomodule.c32 PyObject *_PyIO_str_getstate; variable
729 if (!(_PyIO_str_getstate = PyString_InternFromString("getstate"))) in init_io()
Dtextio.c493 _PyIO_str_getstate, NULL); in incrementalnewlinedecoder_getstate()
1417 _PyIO_str_getstate, NULL); in textiowrapper_read_chunk()
2261 _PyIO_str_getstate, NULL); in textiowrapper_tell()
2293 _PyIO_str_getstate, NULL); in textiowrapper_tell()
/external/python/cpython3/Modules/_io/
D_iomodule.h163 extern PyObject *_PyIO_str_getstate;
D_iomodule.c35 PyObject *_PyIO_str_getstate = NULL; variable
Dtextio.c531 _PyIO_str_getstate, NULL); in _io_IncrementalNewlineDecoder_getstate_impl()
1698 _PyIO_str_getstate, NULL); in textiowrapper_read_chunk()
2585 _PyIO_str_getstate, NULL); in _io_TextIOWrapper_tell_impl()
2592 _PyIO_str_getstate, NULL); \ in _io_TextIOWrapper_tell_impl()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt440 _PyIO_str_getstate