Home
last modified time | relevance | path

Searched refs:old_client (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/py-qtconsole/qtconsole-5.1.1/qtconsole/
H A Dbase_frontend_mixin.py29 old_client = self._kernel_client
30 if old_client is not None:
31 old_client.started_channels.disconnect(self._started_channels)
32 old_client.stopped_channels.disconnect(self._stopped_channels)
35 old_client.iopub_channel.message_received.disconnect(self._dispatch)
36 old_client.shell_channel.message_received.disconnect(self._dispatch)
37 old_client.stdin_channel.message_received.disconnect(self._dispatch)
38 old_client.hb_channel.kernel_died.disconnect(
42 if old_client.channels_running:
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_gr.c255 struct zserv *old_client = NULL; in zebra_gr_client_reconnect() local
260 old_client)) { in zebra_gr_client_reconnect()
261 if (client->proto == old_client->proto in zebra_gr_client_reconnect()
262 && client->instance == old_client->instance) in zebra_gr_client_reconnect()
267 if (!old_client) in zebra_gr_client_reconnect()
271 client->restart_time = old_client->restart_time; in zebra_gr_client_reconnect()
274 zebra_route_string(old_client->proto), in zebra_gr_client_reconnect()
275 old_client->gr_instance_count); in zebra_gr_client_reconnect()
277 if (TAILQ_FIRST(&old_client->gr_info_queue)) { in zebra_gr_client_reconnect()
280 TAILQ_INIT(&old_client->gr_info_queue); in zebra_gr_client_reconnect()
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_gr.c255 struct zserv *old_client = NULL; in zebra_gr_client_reconnect() local
260 old_client)) { in zebra_gr_client_reconnect()
261 if (client->proto == old_client->proto in zebra_gr_client_reconnect()
262 && client->instance == old_client->instance) in zebra_gr_client_reconnect()
267 if (!old_client) in zebra_gr_client_reconnect()
271 client->restart_time = old_client->restart_time; in zebra_gr_client_reconnect()
274 zebra_route_string(old_client->proto), in zebra_gr_client_reconnect()
275 old_client->gr_instance_count); in zebra_gr_client_reconnect()
277 if (TAILQ_FIRST(&old_client->gr_info_queue)) { in zebra_gr_client_reconnect()
280 TAILQ_INIT(&old_client->gr_info_queue); in zebra_gr_client_reconnect()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dblocked.c298 client *old_client = server.current_client; in serveClientsBlockedOnListKey() local
309 server.current_client = old_client; in serveClientsBlockedOnListKey()
350 client *old_client = server.current_client; in serveClientsBlockedOnSortedSetKey() local
358 server.current_client = old_client; in serveClientsBlockedOnSortedSetKey()
453 client *old_client = server.current_client; in serveClientsBlockedOnStreamKey() local
484 server.current_client = old_client; in serveClientsBlockedOnStreamKey()
529 client *old_client = server.current_client; in serveClientsBlockedOnKeyByModule() local
538 server.current_client = old_client; in serveClientsBlockedOnKeyByModule()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-client-pool.c287 mongoc_client_t *old_client; in mongoc_client_pool_push() local
288 old_client = (mongoc_client_t *) _mongoc_queue_pop_tail (&pool->queue); in mongoc_client_pool_push()
289 if (old_client) { in mongoc_client_pool_push()
290 mongoc_client_destroy (old_client); in mongoc_client_pool_push()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-client-pool.c345 mongoc_client_t *old_client; in mongoc_client_pool_push() local
346 old_client = (mongoc_client_t *) _mongoc_queue_pop_tail (&pool->queue); in mongoc_client_pool_push()
347 if (old_client) { in mongoc_client_pool_push()
348 mongoc_client_destroy (old_client); in mongoc_client_pool_push()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/service_worker/
H A Dservice_worker_process_browsertest.cc180 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_P() local
221 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/service_worker/
H A Dservice_worker_process_browsertest.cc181 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_P() local
226 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_P()
H A Dservice_worker_version_browsertest.cc1337 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
1342 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
1352 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
1357 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
1365 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
1369 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/profiling/memory/
H A Dclient_api.cc391 std::shared_ptr<perfetto::profiling::Client> old_client; in AHeapProfile_initSession() local
403 old_client = *g_client_ptr; in AHeapProfile_initSession()
407 old_client.reset(); in AHeapProfile_initSession()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/xcv/
H A Dxcv_display.cxx186 vgui_rubberband_client* old_client = rubber->get_client(); // save to put back in later in make_roi() local
191 rubber->set_client(old_client); in make_roi()
/dports/x11/workrave/workrave-1.10.44/backend/src/
H A DDistributionSocketLink.cc642 Client *old_client = find_client_by_id(id); in set_client_id() local
644 if (old_client == NULL) in set_client_id()
650 else if (old_client != client) in set_client_id()
652 TRACE_MSG("It's not me " << old_client->type << " " << old_client->socket); in set_client_id()
655 bool reuse = ((old_client->type == CLIENTTYPE_DIRECT || in set_client_id()
656 old_client->type == CLIENTTYPE_SIGNEDOFF) in set_client_id()
657 && old_client->socket == NULL); in set_client_id()
664 remove_client(old_client); in set_client_id()
/dports/net-p2p/c-lightning/lightning-0.10.2/hsmd/
H A Dhsmd.c234 struct client *old_client = uintmap_get(&clients, dbid); in new_client() local
237 if (old_client) in new_client()
238 io_close(old_client->conn); in new_client()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/profiling/memory/
H A Dmalloc_hooks.cc369 std::shared_ptr<Client> old_client; in HEAPPROFD_ADD_PREFIX() local
380 old_client = g_client.ref(); in HEAPPROFD_ADD_PREFIX()
384 old_client.reset(); in HEAPPROFD_ADD_PREFIX()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dformat.h74 void (*swap_client)(client_t *new_cient, client_t *old_client);
H A Dformat_mp3.c66 static void swap_client (client_t *new_client, client_t *old_client);
1181 static void swap_client (client_t *new_client, client_t *old_client) in swap_client() argument
1183 mpeg_sync *mpeg_sync = old_client->format_data; in swap_client()
1187 old_client->format_data = NULL; in swap_client()
H A Dsource.c2850 client_t *old_client = source->client; in source_swap_client() local
2852 …ked by another client, terminating previous (at %"PRIu64")", source->mount, old_client->queue_pos); in source_swap_client()
2856 old_client->schedule_ms = client->worker->time_ms; in source_swap_client()
2857 old_client->shared_data = NULL; in source_swap_client()
2858 old_client->flags &= ~CLIENT_AUTHENTICATED; in source_swap_client()
2859 old_client->connection.sent_bytes = source->format->read_bytes; in source_swap_client()
2860 client->queue_pos = old_client->queue_pos; in source_swap_client()
2865 source->format->swap_client (client, old_client); in source_swap_client()
2867 worker_wakeup (old_client->worker); in source_swap_client()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/drivers/
H A Djack.c651 jack_client_t* old_client = d->client;
660 jack_port_unregister(old_client, d->left);
661 jack_port_unregister(old_client, d->right);
673 jack_client_close(old_client);
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackEngine.cpp335 JackClientInterface* old_client = fClientTable[i]; in NotifyAddClient() local
336 if (old_client && old_client != new_client) { in NotifyAddClient()
337 char* old_name = old_client->GetClientControl()->fName; in NotifyAddClient()
338 if (ClientNotify(old_client, refnum, new_name, kAddClient, false, "", 0, 0) < 0) { in NotifyAddClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_process_host_browsertest.cc388 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
425 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
433 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
467 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
548 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
583 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_process_host_browsertest.cc392 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
429 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
437 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
471 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
559 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
594 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()
/dports/lang/ruby26/ruby-2.6.9/test/rubygems/
H A Dtest_gem_request.rb469 old_client = Gem::Request::ConnectionPools.client
474 Gem::Request::ConnectionPools.client = old_client
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/huawei/
H A Dtest_huawei_drivers.py4177 old_client = driver.client
4183 self.assertEqual(old_client, driver.client)
4192 old_client = driver.client
4198 self.assertEqual(old_client, driver.replica_client)
4214 old_client = driver.client
4220 self.assertEqual(old_client, driver.client)
4233 old_client = driver.client
4253 old_client = driver.client
4291 old_client = driver.client
4321 old_client = driver.client
[all …]
/dports/devel/gconf2/GConf-3.2.6/gconf/
H A Dgconfd.c2760 ConfigListener old_client; in remove_client() local
2768 old_client = g_hash_table_lookup (client_table, in remove_client()
2771 if (old_client == NULL) in remove_client()
2775 old_client); in remove_client()
2777 log_client_remove (old_client); in remove_client()
2780 CORBA_Object_release (old_client, &ev); in remove_client()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dweb_contents_observer_browsertest.cc164 ContentBrowserClient* old_client = in IN_PROC_BROWSER_TEST_F() local
209 SetBrowserClientForTesting(old_client); in IN_PROC_BROWSER_TEST_F()

123