MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / abort_aux_connection

Function abort_aux_connection

src/remote/inet.cpp:1467–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465}
1466
1467static void abort_aux_connection(rem_port* port)
1468{
1469 if (port->port_flags & PORT_connecting)
1470 {
1471 shutdown(port->port_channel, 2);
1472 SOCLOSE(port->port_channel);
1473 }
1474}
1475
1476static rem_port* aux_connect(rem_port* port, PACKET* packet)
1477{

Callers 1

force_closeFunction · 0.85

Calls 2

shutdownFunction · 0.85
SOCLOSEFunction · 0.85

Tested by

no test coverage detected