Searched refs:keyvalues (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/plugins/charset-alias/ |
H A D | charset-alias-plugin.c | 105 const char *key, *value, *const *keyvalues; local 112 keyvalues = t_strsplit_spaces(str, " "); 113 for (i = 0; keyvalues[i] != NULL; i++) { 114 value = strchr(keyvalues[i], '='); 119 key = t_strdup_until(keyvalues[i], value++);
|
/dovecot/src/plugins/fts/ |
H A D | fts-user.c | 28 const char *key, *value, *const *keyvalues; local 36 keyvalues = t_strsplit_spaces(str, " "); 37 for (i = 0; keyvalues[i] != NULL; i++) { 38 value = strchr(keyvalues[i], '='); 40 key = t_strdup_until(keyvalues[i], value++); 42 key = keyvalues[i];
|
Completed in 524 milliseconds