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

Function REMOTE_check_response

src/remote/remote.cpp:1209–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207}
1208
1209void REMOTE_check_response(IStatus* warning, Rdb* rdb, PACKET* packet, bool checkKeys)
1210{
1211/**************************************
1212 *
1213 * R E M O T E _ c h e c k _ r e s p o n s e
1214 *
1215 **************************************
1216 *
1217 * Functional description
1218 * Check response to a remote call.
1219 *
1220 **************************************/
1221
1222 rdb->rdb_port->checkResponse(warning, packet, checkKeys);
1223}
1224
1225void rem_port::checkResponse(IStatus* warning, PACKET* packet, bool checkKeys)
1226{

Callers 12

INET_analyzeFunction · 0.85
executeMethod · 0.85
fetchMethod · 0.85
getSliceMethod · 0.85
transactRequestMethod · 0.85
batch_dsql_fetchFunction · 0.85
batch_gds_receiveFunction · 0.85
authReceiveResponseFunction · 0.85
receive_after_startFunction · 0.85
receive_packet_noqueueFunction · 0.85
receive_responseFunction · 0.85
XNET_analyzeFunction · 0.85

Calls 1

checkResponseMethod · 0.80

Tested by

no test coverage detected