Home
last modified time | relevance | path

Searched refs:ErrorIsBrokenPipe (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/chrome/common/
H A Dipc_channel_posix.cc105 bool ErrorIsBrokenPipe(int err) { return err == EPIPE || err == ECONNRESET; } in ErrorIsBrokenPipe() function
327 if (!ErrorIsBrokenPipe(errno)) { in ProcessIncomingMessages()
717 if (!ErrorIsBrokenPipe(errno)) { in ProcessOutgoingMessages()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/chrome/common/
H A Dipc_channel_posix.cc197 bool ErrorIsBrokenPipe(int err) { return err == EPIPE || err == ECONNRESET; } in ErrorIsBrokenPipe() function
360 if (!ErrorIsBrokenPipe(errno)) { in ProcessIncomingMessages()
734 if (!ErrorIsBrokenPipe(errno)) { in ProcessOutgoingMessages()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/chrome/common/
H A Dipc_channel_posix.cc105 bool ErrorIsBrokenPipe(int err) { return err == EPIPE || err == ECONNRESET; } in ErrorIsBrokenPipe() function
327 if (!ErrorIsBrokenPipe(errno)) { in ProcessIncomingMessages()
717 if (!ErrorIsBrokenPipe(errno)) { in ProcessOutgoingMessages()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/chrome/common/
H A Dipc_channel_posix.cc100 bool ErrorIsBrokenPipe(int err) { return err == EPIPE || err == ECONNRESET; } in ErrorIsBrokenPipe() function
300 if (!ErrorIsBrokenPipe(errno)) { in ProcessIncomingMessages()
707 if (!ErrorIsBrokenPipe(errno)) { in ProcessOutgoingMessages()