Home
last modified time | relevance | path

Searched refs:PyLong_FromOff_t (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h104 # define PyLong_FromOff_t PyLong_FromLongLong macro
116 # define PyLong_FromOff_t PyLong_FromSsize_t macro
123 # define PyLong_FromOff_t PyLong_FromLongLong macro
130 # define PyLong_FromOff_t PyLong_FromLong macro
Dbufferedio.c647 posobj = PyLong_FromOff_t(target); in _buffered_raw_seek()
1062 return PyLong_FromOff_t(pos); in buffered_tell()
1106 return PyLong_FromOff_t(current - avail + offset); in buffered_seek()
1130 res = PyLong_FromOff_t(n); in buffered_seek()
Dtextio.c2110 posobj = PyLong_FromOff_t(cookie.start_pos); in textiowrapper_seek()