Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dbufferedio.c282 #define ENTER_BUFFERED(self) \ macro
294 #define ENTER_BUFFERED(self) 1 macro
461 if (!ENTER_BUFFERED(self)) in buffered_close()
475 if (!ENTER_BUFFERED(self)) in buffered_close()
780 if (!ENTER_BUFFERED(self)) in buffered_flush()
799 if (!ENTER_BUFFERED(self)) in buffered_peek()
835 if (!ENTER_BUFFERED(self)) in buffered_read()
844 if (!ENTER_BUFFERED(self)) in buffered_read()
872 if (!ENTER_BUFFERED(self)) in buffered_read1()
960 if (!ENTER_BUFFERED(self)) in _buffered_readline()
[all …]
/external/python/cpython3/Modules/_io/
Dbufferedio.c304 #define ENTER_BUFFERED(self) \ macro
494 if (!ENTER_BUFFERED(self)) in buffered_close()
516 if (!ENTER_BUFFERED(self)) in buffered_close()
835 if (!ENTER_BUFFERED(self)) in buffered_flush()
859 if (!ENTER_BUFFERED(self)) in _io__Buffered_peek_impl()
898 if (!ENTER_BUFFERED(self)) in _io__Buffered_read_impl()
907 if (!ENTER_BUFFERED(self)) in _io__Buffered_read_impl()
952 if (!ENTER_BUFFERED(self)) { in _io__Buffered_read1_impl()
990 if (!ENTER_BUFFERED(self)) in _buffered_readinto_generic()
1110 if (!ENTER_BUFFERED(self)) in _buffered_readline()
[all …]