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.c302 #define ENTER_BUFFERED(self) \ macro
492 if (!ENTER_BUFFERED(self)) in buffered_close()
514 if (!ENTER_BUFFERED(self)) in buffered_close()
823 if (!ENTER_BUFFERED(self)) in buffered_flush()
847 if (!ENTER_BUFFERED(self)) in _io__Buffered_peek_impl()
886 if (!ENTER_BUFFERED(self)) in _io__Buffered_read_impl()
895 if (!ENTER_BUFFERED(self)) in _io__Buffered_read_impl()
940 if (!ENTER_BUFFERED(self)) { in _io__Buffered_read1_impl()
979 if (!ENTER_BUFFERED(self)) in _buffered_readinto_generic()
1099 if (!ENTER_BUFFERED(self)) in _buffered_readline()
[all …]