Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ select_multi
Method
select_multi
src/remote/remote.cpp:670–673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
668
}
669
670
bool rem_port::select_multi(UCHAR* buffer, SSHORT bufsize, SSHORT* length, RemPortPtr& port)
671
{
672
return (*this->port_select_multi)(this, buffer, bufsize, length, port);
673
}
674
675
void rem_port::abort_aux_connection()
676
{
Callers
1
SRVR_multi_thread
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected