Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ abort_aux_connection
Method
abort_aux_connection
src/remote/remote.cpp:675–681 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
673
}
674
675
void rem_port::abort_aux_connection()
676
{
677
if (this->port_abort_aux_connection)
678
{
679
(*this->port_abort_aux_connection)(this);
680
}
681
}
682
683
XDR_INT rem_port::send(PACKET* pckt)
684
{
Callers
1
asyncReceive
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected