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

/dovecot/src/lib-settings/
H A Dsettings-parser.c1547 const char *const *strings, *const *dest_strings, *dup; local
1561 dest_strings = array_idx(dest_arr, 0);
1563 if (strcmp(strings[i], dest_strings[j]) == 0)

Completed in 21 milliseconds