Searched refs:pubsync (Results 1 – 8 of 8) sorted by relevance
43 int pubsync();144 int pubsync();271 basic_streambuf<_CharT, _Traits>::pubsync()
266 if (__os_.rdbuf()->pubsync() == -1)977 if (this->rdbuf()->pubsync() == -1)
1339 if (this->rdbuf()->pubsync() == -1)
4367 if (__bufptr_->pubsync())
418 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1) in ~sentry()
268 pubsync() { return this->sync(); } in pubsync() function
204 if (this->rdbuf() && this->rdbuf()->pubsync() == -1) in flush()
669 if (__sb->pubsync() == -1) in sync()