Lines Matching refs:ai
109 int i, ai;
128 ai = 0;
137 attr_req->attrs[ai] = talloc_strdup(attr_req->attrs, attrs[i]);
138 if (attr_req->attrs[ai] == NULL) {
141 ai++;
195 int ai;
235 for (ai = 0; attrs[ai]; ai++) {
236 if (strcmp(attrs[ai], "domainname") == 0) {
246 el = sss_view_ldb_msg_find_element(domain, res->msgs[0], attrs[ai]);
250 attrs[ai]);
258 attrs[ai]);