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

Function ENCODE_ISC_MSG

src/common/msg_encode.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 * from a given error message */
48
49constexpr ISC_STATUS ENCODE_ISC_MSG(ISC_STATUS code, USHORT facility)
50{
51 return FB_IMPL_MSG_ENCODE(code, facility);
52}
53
54constexpr USHORT GET_FACILITY(ISC_STATUS code)
55{

Callers 4

setServiceStatusMethod · 0.85
checkSecurityResultMethod · 0.85
PrivateDynMethod · 0.85
API_ROUTINE gds__encodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected