Lines Matching defs:key
16 const char *const *tmp, *key, *value;
26 key = *tmp;
28 key = t_strdup_until(*tmp, value++);
30 if (*key == '\0')
31 i_fatal("Invalid passdb template %s - key must not be empty",
34 key = p_strdup(pool, key);
36 array_append(&tmpl->args, &key, 1);
76 const char *key, const char **value_r)
84 if (strcmp(args[i], key) == 0) {