MCPcopy Create free account
hub / github.com/RsyncProject/rsync / init_section

Function init_section

loadparm.c:275–279  ·  view source on GitHub ↗

Initialise a section to the defaults. */

Source from the content-addressed store, hash-verified

273
274/* Initialise a section to the defaults. */
275static void init_section(local_vars *psection)
276{
277 memset(psection, 0, sizeof (local_vars));
278 copy_section(psection, &Vars.l);
279}
280
281/* Do a case-insensitive, whitespace-ignoring string equality check. */
282static int strwiEQ(char *psz1, char *psz2)

Callers 1

add_a_sectionFunction · 0.85

Calls 1

copy_sectionFunction · 0.85

Tested by

no test coverage detected