Home
last modified time | relevance | path

Searched refs:vclient (Results 1 – 23 of 23) sorted by relevance

/dports/devel/omniORB/omniORB-4.2.4/src/examples/valuetype/simple/
H A Ddir.mk1 CXXSRCS = vclient.cc vserver.cc
11 vclient = $(patsubst %,$(BinPattern),vclient)
15 all:: $(vclient) $(vserver) $(vcoloc)
18 $(RM) $(vclient) $(vserver)
20 $(vclient): vclient.o $(CORBA_STUB_OBJS) $(CORBA_LIB_DEPEND)
H A Ddir.mak54 all:: vserver.exe vclient.exe vcoloc.exe
59 vclient.exe: valueSK.obj valueDynSK.obj vclient.obj
/dports/biology/jalview/jalview/src/jalview/gui/
H A DVamsasApplication.java70 IClient vclient = null; field in VamsasApplication
200 user = vclient.getUserHandle(); in initClientSession()
213 if (vclient == null) in setVclientConfig()
256 return (vclient != null); in inSession()
364 vclient.finalizeClient(); in end_session()
374 vclient = null; in end_session()
610 vclient.updateDocument(cdoc); in dealWithDocumentUpdate()
651 vclient.addVorbaEventHandler( in addStoreDocumentHandler()
755 vclient.joinSession(); in startSession()
761 vclient = null; in startSession()
[all …]
/dports/math/gretl/gretl-2021d/gui/
H A Dupdate.c26 int vclient = gretl_version_number(GRETL_VERSION); in show_update_message() local
32 if (vserver > vclient) { in show_update_message()
36 } else if (vclient > vserver) { in show_update_message()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/server/
H A DClientListener.cpp177 ClientListener::handleUnknownClient(const Event&, void* vclient) in handleUnknownClient() argument
180 static_cast<ClientProxyUnknown*>(vclient); in handleUnknownClient()
218 ClientListener::handleClientDisconnected(const Event&, void* vclient) in handleClientDisconnected() argument
220 ClientProxy* client = static_cast<ClientProxy*>(vclient); in handleClientDisconnected()
H A DServer.cpp1189 Server::handleShapeChanged(const Event&, void* vclient) in handleShapeChanged() argument
1192 BaseClientProxy* client = static_cast<BaseClientProxy*>(vclient); in handleShapeChanged()
1222 Server::handleClipboardGrabbed(const Event& event, void* vclient) in handleClipboardGrabbed() argument
1229 BaseClientProxy* grabber = static_cast<BaseClientProxy*>(vclient); in handleClipboardGrabbed()
1272 Server::handleClipboardChanged(const Event& event, void* vclient) in handleClipboardChanged() argument
1275 BaseClientProxy* sender = static_cast<BaseClientProxy*>(vclient); in handleClipboardChanged()
1375 Server::handleClientDisconnected(const Event&, void* vclient) in handleClientDisconnected() argument
1379 BaseClientProxy* client = static_cast<BaseClientProxy*>(vclient); in handleClientDisconnected()
1387 Server::handleClientCloseTimeout(const Event&, void* vclient) in handleClientCloseTimeout() argument
1390 BaseClientProxy* client = static_cast<BaseClientProxy*>(vclient); in handleClientCloseTimeout()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/server/
H A DClientListener.cpp175 ClientListener::handleUnknownClient(const Event&, void* vclient) in handleUnknownClient() argument
178 static_cast<ClientProxyUnknown*>(vclient); in handleUnknownClient()
216 ClientListener::handleClientDisconnected(const Event&, void* vclient) in handleClientDisconnected() argument
218 ClientProxy* client = static_cast<ClientProxy*>(vclient); in handleClientDisconnected()
H A DServer.cpp1217 Server::handleShapeChanged(const Event&, void* vclient) in handleShapeChanged() argument
1220 BaseClientProxy* client = static_cast<BaseClientProxy*>(vclient); in handleShapeChanged()
1250 Server::handleClipboardGrabbed(const Event& event, void* vclient) in handleClipboardGrabbed() argument
1257 BaseClientProxy* grabber = static_cast<BaseClientProxy*>(vclient); in handleClipboardGrabbed()
1300 Server::handleClipboardChanged(const Event& event, void* vclient) in handleClipboardChanged() argument
1303 BaseClientProxy* sender = static_cast<BaseClientProxy*>(vclient); in handleClipboardChanged()
1403 Server::handleClientDisconnected(const Event&, void* vclient) in handleClientDisconnected() argument
1407 BaseClientProxy* client = static_cast<BaseClientProxy*>(vclient); in handleClientDisconnected()
1415 Server::handleClientCloseTimeout(const Event&, void* vclient) in handleClientCloseTimeout() argument
1418 BaseClientProxy* client = static_cast<BaseClientProxy*>(vclient); in handleClientCloseTimeout()
/dports/net/quagga/quagga-1.2.4/vtysh/
H A Dvtysh.c79 if (vclient->fd >= 0) in vclient_close()
83 vclient->name); in vclient_close()
84 close (vclient->fd); in vclient_close()
85 vclient->fd = -1; in vclient_close()
119 if (vclient->fd < 0) in vtysh_client_execute()
125 vclient_close (vclient); in vtysh_client_execute()
160 vclient_close (vclient); in vtysh_client_execute()
2455 ret = stat (vclient->path, &s_stat); in vtysh_connect()
2468 vclient->path); in vtysh_connect()
2486 strncpy (addr.sun_path, vclient->path, strlen (vclient->path)); in vtysh_connect()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/vtysh/
H A Dvtysh.c165 if (vclient->fd >= 0) { in vclient_close()
169 vclient->name); in vclient_close()
170 close(vclient->fd); in vclient_close()
215 if (vclient->fd < 0) in vtysh_client_run()
221 vclient_close(vclient); in vtysh_client_run()
358 vclient_close(vclient); in vtysh_client_run()
3529 if (!vclient->path[0]) in vtysh_connect()
3530 snprintf(vclient->path, sizeof(vclient->path), "%s/%s.vty", in vtysh_connect()
3531 vtydir, vclient->name); in vtysh_connect()
3532 path = vclient->path; in vtysh_connect()
[all …]
/dports/net/frr7/frr-frr-7.5.1/vtysh/
H A Dvtysh.c165 if (vclient->fd >= 0) { in vclient_close()
169 vclient->name); in vclient_close()
170 close(vclient->fd); in vclient_close()
215 if (vclient->fd < 0) in vtysh_client_run()
221 vclient_close(vclient); in vtysh_client_run()
358 vclient_close(vclient); in vtysh_client_run()
3529 if (!vclient->path[0]) in vtysh_connect()
3530 snprintf(vclient->path, sizeof(vclient->path), "%s/%s.vty", in vtysh_connect()
3531 vtydir, vclient->name); in vtysh_connect()
3532 path = vclient->path; in vtysh_connect()
[all …]
/dports/sysutils/barrier/barrier-2.3.3/src/test/global/
H A DTestEventQueue.h28 void handleQuitTimeout(const Event&, void* vclient);
H A DTestEventQueue.cpp50 TestEventQueue::handleQuitTimeout(const Event&, void* vclient) in handleQuitTimeout() argument
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/test/global/
H A DTestEventQueue.h28 void handleQuitTimeout(const Event&, void* vclient);
H A DTestEventQueue.cpp50 TestEventQueue::handleQuitTimeout(const Event&, void* vclient) in handleQuitTimeout() argument
/dports/sysutils/barrier/barrier-2.3.3/src/test/integtests/net/
H A DNetworkTests.cpp392 NetworkTests::sendToServer_mockData_handleClientConnected(const Event&, void* vclient) in sendToServer_mockData_handleClientConnected() argument
394 Client* client = static_cast<Client*>(vclient); in sendToServer_mockData_handleClientConnected()
408 NetworkTests::sendToServer_mockFile_handleClientConnected(const Event&, void* vclient) in sendToServer_mockFile_handleClientConnected() argument
410 Client* client = static_cast<Client*>(vclient); in sendToServer_mockFile_handleClientConnected()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/test/integtests/net/
H A DNetworkTests.cpp392 NetworkTests::sendToServer_mockData_handleClientConnected(const Event&, void* vclient) in sendToServer_mockData_handleClientConnected() argument
394 Client* client = static_cast<Client*>(vclient); in sendToServer_mockData_handleClientConnected()
408 NetworkTests::sendToServer_mockFile_handleClientConnected(const Event&, void* vclient) in sendToServer_mockFile_handleClientConnected() argument
410 Client* client = static_cast<Client*>(vclient); in sendToServer_mockFile_handleClientConnected()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/agent/consul/
H A Dint_test.go134 vclient := vaultclient.NewMockVaultClient()
154 Vault: vclient,
/dports/sysutils/nomad/nomad-1.1.0/command/agent/consul/
H A Dint_test.go134 vclient := vaultclient.NewMockVaultClient()
160 Vault: vclient,
/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A DChangeLog196 M /trunk/rtpaudio2/rtpaudio/rtpa-vclient.cc
306 A /trunk/rtpaudio2/rtpaudio/rtpa-vclient.cc (from /trunk/rtpaudio2/rtpaudio/vclient.cc:1169)
308 D /trunk/rtpaudio2/rtpaudio/vclient.cc
663 M /trunk/rtpaudio2/rtpaudio/vclient.cc
1116 M /trunk/rtpaudio2/rtpaudio/vclient.cc
1346 A /trunk/rtpaudio2/rtpaudio/vclient.cc
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/
H A Dclient.go2339 func (c *Client) deriveToken(alloc *structs.Allocation, taskNames []string, vclient *vaultapi.Clien…
2410 unwrapResp, err := vclient.Logical().Unwrap(wrappedToken)
/dports/sysutils/nomad/nomad-1.1.0/client/
H A Dclient.go2482 func (c *Client) deriveToken(alloc *structs.Allocation, taskNames []string, vclient *vaultapi.Clien…
2531 unwrapResp, err := vclient.Logical().Unwrap(wrappedToken)
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dev_dfg.c1280 free_client(CManager cm, void *vclient) in free_client() argument
1282 EVclient client = (EVclient)vclient; in free_client()