Home
last modified time | relevance | path

Searched refs:new_connections (Results 1 – 25 of 34) sorted by relevance

12

/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Dinsbuf.cc62 std::vector<RTLIL::SigSig> new_connections; in execute() local
86 new_connections.push_back(new_conn); in execute()
89 module->new_connections(new_connections); in execute()
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dscatter.cc52 dict<RTLIL::IdString, RTLIL::SigSig> new_connections; in execute() local
54new_connections.emplace(conn.first, RTLIL::SigSig(conn.second, module->addWire(NEW_ID, GetSize(con… in execute()
55 for (auto &it : new_connections) { in execute()
/dports/net-im/toxext/toxext-0.0.3/src/
H A Dtoxext.c506 struct ToxExtConnection *new_connections = in toxext_insert_connection() local
511 if (!new_connections) { in toxext_insert_connection()
514 toxext->connections = new_connections; in toxext_insert_connection()
541 struct ToxExtConnection *new_connections; in toxext_remove_connection() local
546 new_connections = realloc(toxext->connections, in toxext_remove_connection()
550 if (new_connections) { in toxext_remove_connection()
551 toxext->connections = new_connections; in toxext_remove_connection()
1109 struct ToxExtConnection *new_connections = realloc( in toxext_revoke_connection() local
1113 if (new_connections) { in toxext_revoke_connection()
1114 toxext->connections = new_connections; in toxext_revoke_connection()
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Dpool.py612 new_connections = self._connections[:] + [conn]
613 self._connections = new_connections
715 new_connections = self._connections[:]
716 new_connections.remove(connection)
717 self._connections = new_connections
737 new_connections = self._connections[:]
738 new_connections.remove(connection)
739 self._connections = new_connections
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-client-peer.c912 unsigned int num_pending, num_urgent, new_connections; in http_client_peer_handle_requests_real() local
1062 new_connections = 0; in http_client_peer_handle_requests_real()
1067 new_connections = (num_urgent > connecting ? in http_client_peer_handle_requests_real()
1071 new_connections = 0; in http_client_peer_handle_requests_real()
1077 new_connections = (num_urgent > connecting ? in http_client_peer_handle_requests_real()
1080 new_connections = (connecting == 0 ? 1 : 0); in http_client_peer_handle_requests_real()
1086 new_connections = in http_client_peer_handle_requests_real()
1091 new_connections = num_pending - connecting; in http_client_peer_handle_requests_real()
1096 if (new_connections > 0) { in http_client_peer_handle_requests_real()
1100 new_connections, working_conn_count - connecting, in http_client_peer_handle_requests_real()
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dconnection_manager.c506 size_t new_connections; member
565 … work->new_connections = manager->pending_acquisition_count - manager->pending_connects_count; in s_aws_http_connection_manager_build_transaction()
569 if (work->new_connections > max_new_connections) { in s_aws_http_connection_manager_build_transaction()
570 work->new_connections = max_new_connections; in s_aws_http_connection_manager_build_transaction()
573 manager->pending_connects_count += work->new_connections; in s_aws_http_connection_manager_build_transaction()
997 if (work->new_connections > 0) { in s_aws_http_connection_manager_execute_transaction()
1002 work->new_connections); in s_aws_http_connection_manager_execute_transaction()
1003 …push_errors = aws_array_list_init_dynamic(&errors, work->allocator, work->new_connections, sizeof(… in s_aws_http_connection_manager_execute_transaction()
1007 for (size_t i = 0; i < work->new_connections; ++i) { in s_aws_http_connection_manager_execute_transaction()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/redis-0.17.0/src/
H A Dcluster.rs306 let mut new_connections = HashMap::with_capacity(connections.len()); in refresh_slots() localVariable
309 if !new_connections.contains_key(addr) { in refresh_slots()
313 new_connections.insert(addr.to_string(), conn); in refresh_slots()
322 new_connections.insert(addr.to_string(), conn); in refresh_slots()
327 new_connections in refresh_slots()
506 let new_connections = Self::create_initial_connections( in request() localVariable
513 *connections = new_connections; in request()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Disolate.c259 int *new_connections; in Isolate_Field() local
461 new_connections = (int*)DXGetArrayData(new_cA); in Isolate_Field()
462 if(!new_connections) in Isolate_Field()
593 new_connections[i*nVperE+j] = i*nVperE+j; in Isolate_Field()
H A Dreorient.c256 Array new_connections=NULL; in dogrid() local
468 new_connections = DXMakeGridConnectionsV(2, counts); in dogrid()
469 if (!new_connections) in dogrid()
475 if (!DXSetMeshOffsets((MeshArray)new_connections, (int *)meshextents)) in dogrid()
483 if (!DXSetComponentValue(field, "connections", (Object)new_connections)) in dogrid()
498 DXDelete((Object)new_connections); in dogrid()
H A Dsimplesurf.c1217 *new_connections = NULL, in SimplifySurface_worker() local
1286 &new_nT, &new_connections, in SimplifySurface_worker()
1331 DXAddArrayData(con, 0, new_nT, new_connections); in SimplifySurface_worker()
1341 _dxfVertexNormalsfromTriangleNormals(nor, new_nV, new_nT, new_connections, in SimplifySurface_worker()
1344 DXFree((Pointer)new_connections); in SimplifySurface_worker()
1455 if (new_connections ) DXFree((Pointer)new_connections); in SimplifySurface_worker()
/dports/cad/horizon-eda/horizon-2.1.0/src/block/
H A Dblock.cpp410 std::map<UUIDPath<2>, Connection> new_connections; in swap_gates() local
413new_connections.emplace(std::piecewise_construct, std::forward_as_tuple(g2_uu, it.first.at(1)), in swap_gates()
417new_connections.emplace(std::piecewise_construct, std::forward_as_tuple(g1_uu, it.first.at(1)), in swap_gates()
421 new_connections.emplace(it); in swap_gates()
424 comp.connections = new_connections; in swap_gates()
/dports/cad/yosys/yosys-yosys-0.12/passes/hierarchy/
H A Dhierarchy.cc1140 dict<RTLIL::IdString, RTLIL::SigSpec> new_connections; in execute() local
1148 new_connections[conn.first] = conn.second; in execute()
1150 new_connections[pos_map.at(key)] = conn.second; in execute()
1152 new_connections[conn.first] = conn.second; in execute()
1154 cell->connections_ = new_connections; in execute()
1248 vector<SigSig> new_connections; in execute() local
1288 new_connections.push_back(new_conn); in execute()
1290 module->new_connections(new_connections); in execute()
/dports/security/nyx/nyx-2.1.0/nyx/
H A Dtracker.py534 new_connections, new_start_times = [], {}
558 new_connections.append(Connection(conn_start_time, is_legacy, *conn))
560 self._connections = new_connections
/dports/graphics/asciio/App-Asciio-1.51.3/lib/App/Asciio/
H A DElements.pm238 my @new_connections =
249 $self->add_connections(@new_connections) ;
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Dcutpoint.cc62 module->new_connections(std::vector<RTLIL::SigSig>()); in execute()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DTCP_server.c125 TCP_Secure_Connection *new_connections = (TCP_Secure_Connection *)realloc( in alloc_new_connections() local
129 if (new_connections == nullptr) { in alloc_new_connections()
135 memset(new_connections + old_size, 0, size_new_entries); in alloc_new_connections()
137 tcp_server->accepted_connection_array = new_connections; in alloc_new_connections()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dssl.c271 int old_connections= 0, new_connections= 0; in test_multi_ssl_connections() local
321 new_connections= atoi(row[1]); in test_multi_ssl_connections()
326 diag("%d SSL connections processed", new_connections - old_connections); in test_multi_ssl_connections()
327 …FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connection… in test_multi_ssl_connections()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dssl.c271 int old_connections= 0, new_connections= 0;
321 new_connections= atoi(row[1]);
326 diag("%d SSL connections processed", new_connections - old_connections);
327 …FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connection…
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dssl.c271 int old_connections= 0, new_connections= 0; in test_multi_ssl_connections() local
321 new_connections= atoi(row[1]); in test_multi_ssl_connections()
326 diag("%d SSL connections processed", new_connections - old_connections); in test_multi_ssl_connections()
327 …FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connection… in test_multi_ssl_connections()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dssl.c271 int old_connections= 0, new_connections= 0; in test_multi_ssl_connections() local
321 new_connections= atoi(row[1]); in test_multi_ssl_connections()
326 diag("%d SSL connections processed", new_connections - old_connections); in test_multi_ssl_connections()
327 …FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connection… in test_multi_ssl_connections()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dssl.c271 int old_connections= 0, new_connections= 0; in test_multi_ssl_connections() local
321 new_connections= atoi(row[1]); in test_multi_ssl_connections()
326 diag("%d SSL connections processed", new_connections - old_connections); in test_multi_ssl_connections()
327 …FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connection… in test_multi_ssl_connections()
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dssl.c271 int old_connections= 0, new_connections= 0;
321 new_connections= atoi(row[1]);
326 diag("%d SSL connections processed", new_connections - old_connections);
327 …FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connection…
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/unittest/libmariadb/
H A Dssl.c271 int old_connections= 0, new_connections= 0;
321 new_connections= atoi(row[1]);
326 diag("%d SSL connections processed", new_connections - old_connections);
327 …FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connection…
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/reactor/
H A Dlistener.py159 def new_connections(self): member in Listener
/dports/devel/py-pyro/Pyro4-4.77/tests/PyroTests/
H A Dtest_server.py690 new_connections = AtomicCounter() variable in ServerTestsOnce.testConnectingThreads.ConnectingThread
697 self.new_connections.reset()
702 ConnectingThread.new_connections.incr() # 1 more new connection done
712 …self.assertEqual(1, ConnectingThread.new_connections.value) # proxy shared among threads must sti…

12