Lines Matching defs:attrs
60 static const char *attrs[] = SYSDB_GPO_ATTRS;
94 LDB_SCOPE_BASE, NULL, attrs, &count, &msgs);
252 const char *attrs[] = SYSDB_GPO_ATTRS;
268 LDB_SCOPE_SUBTREE, attrs, SYSDB_GPO_GUID_FILTER, gpo_guid);
311 const char *attrs[] = SYSDB_GPO_ATTRS;
327 LDB_SCOPE_SUBTREE, attrs, SYSDB_GPO_FILTER);
536 const char **attrs,
559 LDB_SCOPE_SUBTREE, attrs, SYSDB_GPO_RESULT_FILTER);
600 const char *attrs[] = {ini_key, NULL};
605 ret = sysdb_gpo_get_gpo_result_object(tmp_ctx, domain, attrs, &res);