MCPcopy Index your code
hub / github.com/RsyncProject/rsync / reset_output_levels

Function reset_output_levels

options.c:565–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void reset_output_levels(void)
566{
567 int j;
568
569 memset(info_levels, 0, sizeof info_levels);
570 memset(debug_levels, 0, sizeof debug_levels);
571
572 for (j = 0; j < COUNT_INFO; j++)
573 info_words[j].priority = DEFAULT_PRIORITY;
574
575 for (j = 0; j < COUNT_DEBUG; j++)
576 debug_words[j].priority = DEFAULT_PRIORITY;
577}
578
579void negate_output_levels(void)
580{

Callers 2

output_item_helpFunction · 0.85
rsync_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected