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

Function BURP_msg_partial

src/burp/burp.cpp:1640–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1638
1639
1640void BURP_msg_partial(bool err, USHORT number, const SafeArg& arg)
1641{
1642/**************************************
1643 *
1644 * B U R P _ m s g _ p a r t i a l
1645 *
1646 **************************************
1647 *
1648 * Functional description
1649 * Retrieve a message from the error file,
1650 * format it, and print it without a newline.
1651 *
1652 **************************************/
1653 TEXT buffer[256];
1654
1655 fb_msg_format(NULL, burp_msg_fac, number, sizeof(buffer), buffer, arg);
1656 burp_output(err, "%s", buffer);
1657}
1658
1659
1660void BURP_msg_put(bool err, USHORT number, const SafeArg& arg)

Callers 6

BURP_errorFunction · 0.85
BURP_printFunction · 0.85
BURP_print_statusFunction · 0.85
BURP_print_warningFunction · 0.85
BURP_messageFunction · 0.85
print_stats_headerMethod · 0.85

Calls 2

fb_msg_formatFunction · 0.85
burp_outputFunction · 0.85

Tested by

no test coverage detected