Searched defs:next_section (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-settings/
H A Dsettings.c177 const char *errormsg, *next_section, *name, *last_section_path = NULL; local
192 next_section = NULL;
195 next_section = t_strcut(section, '/');
317 if (next_section != NULL &&
318 strcmp(next_section, name) == 0) {
319 section += strlen(next_section);
322 next_section = NULL;
327 next_section =

Completed in 34 milliseconds