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

Function BURP_print

src/burp/burp.cpp:1715–1733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1713}
1714
1715void BURP_print(bool err, USHORT number, const SafeArg& arg)
1716{
1717/**************************************
1718 *
1719 * B U R P _ p r i n t
1720 *
1721 **************************************
1722 *
1723 * Functional description
1724 * Display a formatted error message
1725 * in a way that civilized systems
1726 * will accept.
1727 *
1728 **************************************/
1729 BurpMaster master;
1730
1731 BURP_msg_partial(err, 169); // msg 169: gbak:
1732 BURP_msg_put(err, number, arg);
1733}
1734
1735
1736void BURP_print(bool err, USHORT number, const char* str)

Callers 9

findSwitchOrThrowFunction · 0.85
gbakFunction · 0.85
BURP_abortFunction · 0.85
open_filesFunction · 0.85
burp_usageFunction · 0.85
mvol_writeFunction · 0.85
bad_attributeFunction · 0.85
mvol.cppFile · 0.85
put_ascizFunction · 0.85

Calls 3

BURP_msg_partialFunction · 0.85
BURP_msg_putFunction · 0.85
SafeArgClass · 0.50

Tested by

no test coverage detected