Home
last modified time | relevance | path

Searched refs:srv_control (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dipc_unittest.cc616 sandbox::SharedMemIPCServer::ServerControl srv_control = {}; in TEST() local
617 srv_control.channel_size = kIPCChannelSize; in TEST()
618 srv_control.shared_base = reinterpret_cast<char*>(client_control); in TEST()
619 srv_control.dispatcher = &dispatcher; in TEST()
623 SharedMemIPCServer::InvokeCallback(&srv_control, buff, &call_return)); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dipc_unittest.cc616 sandbox::SharedMemIPCServer::ServerControl srv_control = {};
617 srv_control.channel_size = kIPCChannelSize;
618 srv_control.shared_base = reinterpret_cast<char*>(client_control);
619 srv_control.dispatcher = &dispatcher;
623 SharedMemIPCServer::InvokeCallback(&srv_control, buff, &call_return));
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dipc_unittest.cc616 sandbox::SharedMemIPCServer::ServerControl srv_control = {}; in TEST() local
617 srv_control.channel_size = kIPCChannelSize; in TEST()
618 srv_control.shared_base = reinterpret_cast<char*>(client_control); in TEST()
619 srv_control.dispatcher = &dispatcher; in TEST()
623 SharedMemIPCServer::InvokeCallback(&srv_control, buff, &call_return)); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dipc_unittest.cc616 sandbox::SharedMemIPCServer::ServerControl srv_control = {}; in TEST() local
617 srv_control.channel_size = kIPCChannelSize; in TEST()
618 srv_control.shared_base = reinterpret_cast<char*>(client_control); in TEST()
619 srv_control.dispatcher = &dispatcher; in TEST()
623 SharedMemIPCServer::InvokeCallback(&srv_control, buff, &call_return)); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dipc_unittest.cc618 sandbox::SharedMemIPCServer::ServerControl srv_control = {}; in TEST() local
619 srv_control.channel_size = kIPCChannelSize; in TEST()
620 srv_control.shared_base = reinterpret_cast<char*>(client_control); in TEST()
621 srv_control.dispatcher = &dispatcher; in TEST()
625 SharedMemIPCServer::InvokeCallback(&srv_control, buff, &call_return)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dipc_unittest.cc616 sandbox::SharedMemIPCServer::ServerControl srv_control = {}; in TEST() local
617 srv_control.channel_size = kIPCChannelSize; in TEST()
618 srv_control.shared_base = reinterpret_cast<char*>(client_control); in TEST()
619 srv_control.dispatcher = &dispatcher; in TEST()
623 SharedMemIPCServer::InvokeCallback(&srv_control, buff, &call_return)); in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dipc_unittest.cc616 sandbox::SharedMemIPCServer::ServerControl srv_control = {}; in TEST() local
617 srv_control.channel_size = kIPCChannelSize; in TEST()
618 srv_control.shared_base = reinterpret_cast<char*>(client_control); in TEST()
619 srv_control.dispatcher = &dispatcher; in TEST()
622 EXPECT_TRUE(SharedMemIPCServer::InvokeCallback(&srv_control, buff, in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dipc_unittest.cc616 sandbox::SharedMemIPCServer::ServerControl srv_control = {};
617 srv_control.channel_size = kIPCChannelSize;
618 srv_control.shared_base = reinterpret_cast<char*>(client_control);
619 srv_control.dispatcher = &dispatcher;
622 EXPECT_TRUE(SharedMemIPCServer::InvokeCallback(&srv_control, buff,