Home
last modified time | relevance | path

Searched defs:cookieObj (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_io/
Dtextio.c1044 PyObject *cookieObj; in textiowrapper_init() local
1929 textiowrapper_parse_cookie(cookie_type *cookie, PyObject *cookieObj) in textiowrapper_parse_cookie()
2011 PyObject *cookieObj, *posobj; in textiowrapper_seek() local
/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h512 PyObject *cookieObj; in _io_TextIOWrapper_seek() local
/external/python/cpython3/Modules/_io/
Dtextio.c968 PyObject *cookieObj = PyObject_CallMethodNoArgs( in _textiowrapper_fix_encoder_state() local
2349 textiowrapper_parse_cookie(cookie_type *cookie, PyObject *cookieObj) in textiowrapper_parse_cookie()
2443 _io_TextIOWrapper_seek_impl(textio *self, PyObject *cookieObj, int whence) in _io_TextIOWrapper_seek_impl()