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

Method send

src/remote/remote.cpp:683–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683XDR_INT rem_port::send(PACKET* pckt)
684{
685 return (*this->port_send_packet)(this, pckt);
686}
687
688XDR_INT rem_port::send_partial(PACKET* pckt)
689{

Callers 7

batch_execMethod · 0.95
fetchMethod · 0.95
get_sliceMethod · 0.95
receive_msgMethod · 0.95
send_responseMethod · 0.95
transact_requestMethod · 0.95
INET_analyzeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected