/dports/www/firefox/firefox-99.0/dom/canvas/ |
H A D | WebGLParent.cpp | 38 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvDispatchCommands() 85 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvTexImage() 148 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvGetBufferSubData() 157 return IPC_FAIL(this, "Failed to allocate shmem for result"); in RecvGetBufferSubData() 178 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvReadPixels() 187 return IPC_FAIL(this, "Failed to allocate shmem for result"); in RecvReadPixels() 202 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvCheckFramebufferStatus() 212 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvClientWaitSync() 223 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvCreateOpaqueFramebuffer() 232 return IPC_FAIL(this, "HostWebGLContext is not initialized."); in RecvDrawingBufferSize() [all …]
|
/dports/www/firefox/firefox-99.0/dom/messagechannel/ |
H A D | MessagePortParent.cpp | 52 return IPC_FAIL(this, "RecvPostMessages not entangled"); in RecvPostMessages() 62 return IPC_FAIL(this, "SharedMessageBody::FromMessagesToSharedParent"); in RecvPostMessages() 73 return IPC_FAIL(this, "RecvPostMessages->PostMessages"); in RecvPostMessages() 90 return IPC_FAIL(this, "RecvDisentangle not entangled"); in RecvDisentangle() 98 return IPC_FAIL(this, "SharedMessageBody::FromMessagesToSharedParent"); in RecvDisentangle() 104 return IPC_FAIL(this, "RecvDisentangle->DisentanglePort"); in RecvDisentangle() 126 return IPC_FAIL(this, "RecvClose->ClosePort"); in RecvClose()
|
/dports/www/firefox/firefox-99.0/gfx/ipc/ |
H A D | CanvasManagerParent.cpp | 104 return IPC_FAIL(this, "invalid id"); in RecvInitialize() 107 return IPC_FAIL(this, "already initialized"); in RecvInitialize() 117 return IPC_FAIL(this, "invalid id"); in RecvGetSnapshot() 130 return IPC_FAIL(this, "invalid actor"); in RecvGetSnapshot() 135 return IPC_FAIL(this, "unsupported actor"); in RecvGetSnapshot()
|
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/ |
H A D | ipcsocket.c | 911 return IPC_FAIL; in socket_initiate_connection() 918 return IPC_FAIL; in socket_initiate_connection() 977 return IPC_FAIL; in socket_send() 982 return IPC_FAIL; in socket_send() 986 return IPC_FAIL; in socket_send() 1089 return IPC_FAIL; in socket_recv() 1136 return IPC_FAIL; in socket_check_poll() 1270 return IPC_FAIL; in socket_assert_auth() 2168 return IPC_FAIL; in ipc_channel_pair() 2174 return IPC_FAIL; in ipc_channel_pair() [all …]
|
/dports/www/firefox/firefox-99.0/dom/media/gmp/ |
H A D | GMPVideoEncoderChild.cpp | 65 return IPC_FAIL(this, "!mVideoDecoder"); in RecvInitEncode() 82 return IPC_FAIL(this, "!mVideoDecoder"); in RecvEncode() 108 return IPC_FAIL(this, "!mVideoDecoder"); in RecvSetChannelParameters() 121 return IPC_FAIL(this, "!mVideoDecoder"); in RecvSetRates() 134 return IPC_FAIL(this, "!mVideoDecoder"); in RecvSetPeriodicKeyFrames()
|
H A D | GMPContentChild.cpp | 28 return IPC_FAIL( in RecvInitSandboxTesting() 65 return IPC_FAIL(this, "GMPGetAPI call failed trying to construct decoder."); in RecvPGMPVideoDecoderConstructor() 80 return IPC_FAIL(this, "GMPGetAPI call failed trying to construct encoder."); in RecvPGMPVideoEncoderConstructor() 96 return IPC_FAIL(this, "GMPGetAPI call failed trying to get CDM."); in RecvPChromiumCDMConstructor()
|
H A D | GMPVideoDecoderChild.cpp | 95 return IPC_FAIL(this, "!mVideoDecoder"); in RecvInitDecode() 109 return IPC_FAIL(this, "!mVideoDecoder"); in RecvDecode() 133 return IPC_FAIL(this, "!mVideoDecoder"); in RecvReset() 145 return IPC_FAIL(this, "!mVideoDecoder"); in RecvDrain()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/ |
H A D | WebGLParent.cpp | 35 return IPC_FAIL(this, "Failed to create HostWebGLContext"); in RecvInitialize() 39 return IPC_FAIL(this, "Failed to start WebGL command queue drain"); in RecvInitialize() 132 return IPC_FAIL(this, "Failed to find CompositableHost for WebGL instance"); in RecvUpdateCompositableHandle()
|
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/ |
H A D | sckipc.cpp | 65 IPC_FAIL, enumerator 422 if (ret == IPC_FAIL) in Request() 471 if (ret != IPC_FAIL) in StartAdvise() 489 if (msg != IPC_FAIL) in StopAdvise() 604 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 616 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 659 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 672 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 744 codeco->Write8(IPC_FAIL); in Server_OnRequest()
|
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/ |
H A D | sckipc.cpp | 65 IPC_FAIL, enumerator 422 if (ret == IPC_FAIL) in Request() 471 if (ret != IPC_FAIL) in StartAdvise() 489 if (msg != IPC_FAIL) in StopAdvise() 604 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 616 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 659 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 672 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 744 codeco->Write8(IPC_FAIL); in Server_OnRequest()
|
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/ |
H A D | sckipc.cpp | 65 IPC_FAIL, enumerator 422 if (ret == IPC_FAIL) in Request() 471 if (ret != IPC_FAIL) in StartAdvise() 489 if (msg != IPC_FAIL) in StopAdvise() 604 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 616 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 659 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 672 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 744 codeco->Write8(IPC_FAIL); in Server_OnRequest()
|
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/ |
H A D | sckipc.cpp | 65 IPC_FAIL, enumerator 422 if (ret == IPC_FAIL) in Request() 471 if (ret != IPC_FAIL) in StartAdvise() 489 if (msg != IPC_FAIL) in StopAdvise() 604 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 616 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 659 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 672 codeco->Write8(IPC_FAIL); in BEGIN_EVENT_TABLE() 744 codeco->Write8(IPC_FAIL); in Server_OnRequest()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/file/ipc/ |
H A D | IPCBlobInputStreamParent.cpp | 137 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 155 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 159 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 176 return IPC_FAIL(this, "SendLengthReady failed"); in RecvLengthNeeded()
|
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/ipc/ |
H A D | DocAccessibleParent.cpp | 35 return IPC_FAIL(this, "No children being added"); in RecvShowEvent() 45 return IPC_FAIL(this, "unknown parent accessible"); in RecvShowEvent() 55 return IPC_FAIL(this, "invalid index"); in RecvShowEvent() 67 return IPC_FAIL(this, "failed to add children"); in RecvShowEvent() 157 return IPC_FAIL(this, "Trying to hide entire document?"); in RecvHideEvent() 375 return IPC_FAIL(this, "Child sent bad role in RoleChangedEvent"); in RecvRoleChangedEvent() 387 if (!aID) return IPC_FAIL(this, "ID is 0!"); in RecvBindChildDoc() 418 return IPC_FAIL(this, "binding to nonexistant proxy!"); in AddChildDoc() 429 return IPC_FAIL(this, "binding to proxy that can't be a outerDoc!"); in AddChildDoc() 680 return IPC_FAIL(this, "Message unsupported in this build configuration"); in RecvGetWindowedPluginIAccessible()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/file/ipc/ |
H A D | IPCBlobInputStreamParent.cpp | 107 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 125 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 129 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/ |
H A D | sckipc.cpp | 67 IPC_FAIL = 9, enumerator 772 : IPC_FAIL); in Client_OnRequest() 782 : IPC_FAIL); in Client_OnRequest() 815 IPCOutput(streams).Write8(IPC_FAIL); in Client_OnRequest() 846 case IPC_FAIL: in Client_OnRequest() 858 IPCOutput(streams).Write8(IPC_FAIL); in Client_OnRequest() 924 out.Write8(IPC_FAIL); in Server_OnRequest()
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/ |
H A D | sckipc.cpp | 64 IPC_FAIL = 9, enumerator 769 : IPC_FAIL); in Client_OnRequest() 779 : IPC_FAIL); in Client_OnRequest() 812 IPCOutput(streams).Write8(IPC_FAIL); in Client_OnRequest() 843 case IPC_FAIL: in Client_OnRequest() 855 IPCOutput(streams).Write8(IPC_FAIL); in Client_OnRequest() 921 out.Write8(IPC_FAIL); in Server_OnRequest()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/ |
H A D | sckipc.cpp | 67 IPC_FAIL = 9, enumerator 772 : IPC_FAIL); in Client_OnRequest() 782 : IPC_FAIL); in Client_OnRequest() 815 IPCOutput(streams).Write8(IPC_FAIL); in Client_OnRequest() 846 case IPC_FAIL: in Client_OnRequest() 858 IPCOutput(streams).Write8(IPC_FAIL); in Client_OnRequest() 924 out.Write8(IPC_FAIL); in Server_OnRequest()
|
/dports/www/firefox/firefox-99.0/dom/ipc/ |
H A D | WindowGlobalParent.cpp | 344 return IPC_FAIL(this, "must already be retargeted"); in RecvInternalLoad() 418 return IPC_FAIL(this, in RecvUpdateDocumentPrincipal() 425 return IPC_FAIL(this, in RecvUpdateDocumentPrincipal() 1044 return IPC_FAIL(this, "aTop must not be null"); in RecvExpectPageUseCounters() 1066 return IPC_FAIL(this, in RecvExpectPageUseCounters() 1434 return IPC_FAIL(this, in RecvUpdateActivePeerConnectionStatus() 1472 return IPC_FAIL( in RecvSetDocumentDomain() 1499 return IPC_FAIL(this, "HTTPS-only mode: Illegal state"); in RecvReloadWithHttpsOnlyException() 1523 return IPC_FAIL( in RecvReloadWithHttpsOnlyException() 1536 return IPC_FAIL( in RecvReloadWithHttpsOnlyException() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/dom/file/ipc/ |
H A D | RemoteLazyInputStreamParent.cpp | 186 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 206 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 210 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 227 return IPC_FAIL(this, "SendLengthReady failed"); in RecvLengthNeeded()
|
/dports/www/firefox/firefox-99.0/dom/file/ipc/ |
H A D | RemoteLazyInputStreamParent.cpp | 185 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 205 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 209 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 226 return IPC_FAIL(this, "SendLengthReady failed"); in RecvLengthNeeded()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/file/ipc/ |
H A D | RemoteLazyInputStreamParent.cpp | 186 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 206 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 210 return IPC_FAIL(this, "SendStreamReady failed"); in RecvStreamNeeded() 227 return IPC_FAIL(this, "SendLengthReady failed"); in RecvLengthNeeded()
|
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 135 return IPC_FAIL(this, "aHost must not be null"); 168 return IPC_FAIL(this, "aHost must not be null"); 178 return ok ? IPC_OK() : IPC_FAIL(this, "Invalid cookie received.");
|
/dports/www/firefox/firefox-99.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 135 return IPC_FAIL(this, "aHost must not be null"); in RecvPrepareCookieList() 168 return IPC_FAIL(this, "aHost must not be null"); in RecvSetCookies() 178 return ok ? IPC_OK() : IPC_FAIL(this, "Invalid cookie received."); in RecvSetCookies()
|
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 135 return IPC_FAIL(this, "aHost must not be null"); in RecvPrepareCookieList() 168 return IPC_FAIL(this, "aHost must not be null"); in RecvSetCookies() 178 return ok ? IPC_OK() : IPC_FAIL(this, "Invalid cookie received."); in RecvSetCookies()
|