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

/dovecot/src/plugins/mail-log/
H A Dmail-log-plugin.c51 static const char *field_names[] = { variable
104 for (i = 0; field_names[i] != NULL; i++) {
105 if (strcmp(name, field_names[i]) == 0)

Completed in 13 milliseconds