Home
last modified time | relevance | path

Searched refs:RAW_TELL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
Dbufferedio.c355 #define RAW_TELL(self) \ macro
1096 current = RAW_TELL(self); in buffered_seek()
/external/python/cpython3/Modules/_io/
Dbufferedio.c371 #define RAW_TELL(self) \ macro
1260 current = RAW_TELL(self); in _io__Buffered_seek_impl()