Lines Matching refs:value
16 const char *const *tmp, *key, *value;
24 value = strchr(*tmp, '=');
25 if (value == NULL)
28 key = t_strdup_until(*tmp, value++);
35 value = p_strdup(pool, value);
37 array_append(&tmpl->args, &value, 1);
48 const char *const *args, *value;
61 value = "";
67 value = str_c(str);
69 auth_request_set_field(auth_request, args[i], value,