MCPcopy 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
670bool 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
675void rem_port::abort_aux_connection()
676{

Callers 1

SRVR_multi_threadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected