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

Method send_response

src/remote/server/server.cpp:6204–6209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6202
6203
6204ISC_STATUS rem_port::send_response(PACKET* p, OBJCT obj, ULONG length, const IStatus* status, bool defer_flag)
6205{
6206 StaticStatusVector tmp;
6207 tmp.mergeStatus(status);
6208 return send_response(p, obj, length, tmp.begin(), defer_flag);
6209}
6210
6211
6212ISC_STATUS rem_port::send_response( PACKET* sendL,

Callers 15

compileMethod · 0.95
ddlMethod · 0.95
drop_databaseMethod · 0.95
end_blobMethod · 0.95
end_databaseMethod · 0.95
end_requestMethod · 0.95
end_statementMethod · 0.95
end_transactionMethod · 0.95
execute_immediateMethod · 0.95
batch_createMethod · 0.95
batch_msgMethod · 0.95
batch_blob_streamMethod · 0.95

Calls 9

send_partialMethod · 0.95
sendMethod · 0.95
getDefaultMemoryPoolFunction · 0.85
mergeStatusMethod · 0.80
DynamicStatusVectorClass · 0.50
beginMethod · 0.45
getCountMethod · 0.45
pushMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected