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

Method receive

src/remote/remote.cpp:665–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665rem_port* rem_port::receive(PACKET* pckt)
666{
667 return (*this->port_receive_packet)(this, pckt);
668}
669
670bool rem_port::select_multi(UCHAR* buffer, SSHORT bufsize, SSHORT* length, RemPortPtr& port)
671{

Callers 2

INET_analyzeFunction · 0.45
inet_try_connectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected