Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h331 PyObject *cookieObj; in _io_TextIOWrapper_seek() local
/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/
Dtextio.c957 PyObject *cookieObj = PyObject_CallMethodObjArgs( in _textiowrapper_fix_encoder_state() local
2233 textiowrapper_parse_cookie(cookie_type *cookie, PyObject *cookieObj) in textiowrapper_parse_cookie()
2327 _io_TextIOWrapper_seek_impl(textio *self, PyObject *cookieObj, int whence) in _io_TextIOWrapper_seek_impl()