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

Function msg_get

src/utilities/gsec/gsec.cpp:1680–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1678
1679
1680static void msg_get(USHORT number, TEXT* msg)
1681{
1682/**************************************
1683 *
1684 * m s g _ g e t
1685 *
1686 **************************************
1687 *
1688 * Functional description
1689 * Retrieve a message from the error file
1690 *
1691 **************************************/
1692
1693 static const SafeArg dummy;
1694 fb_msg_format(NULL, GSEC_MSG_FAC, number, MSG_LENGTH, msg, dummy);
1695}
1696
1697
1698static void insert_error(ISC_STATUS* status, ISC_STATUS isc_err)

Callers 1

get_switchesFunction · 0.85

Calls 1

fb_msg_formatFunction · 0.85

Tested by

no test coverage detected