Lines Matching defs:attributes
85 struct dict_ldap_map_attribute *attributes;
93 attributes = array_get_modifiable(&ctx->cur_attributes, &count);
107 if (attributes[i].variable != NULL &&
108 strcmp(attributes[i].variable, name) == 0)
117 attributes[i].variable = NULL;
119 &attributes[i].name, 1);
122 /* make sure there aren't any unused attributes */
124 if (attributes[i].variable != NULL) {
126 attributes[i].variable, NULL);
167 /* no attributes besides value. allocate the array anyway. */
170 return "Missing attributes for pattern variables";