Lines Matching defs:parent
33 for (dom = domain; dom->parent != NULL; dom = dom->parent);
51 } else if (descend && IS_SUBDOMAIN(dom) && dom->parent->next) {
52 dom = dom->parent->next;
71 bool subdomain_enumerates(struct sss_domain_info *parent,
74 if (parent->sd_enumerate == NULL
75 || parent->sd_enumerate[0] == NULL) {
81 if (strcasecmp(parent->sd_enumerate[0], "all") == 0) {
83 } else if (strcasecmp(parent->sd_enumerate[0], "none") == 0) {
86 for (int i=0; parent->sd_enumerate[i]; i++) {
87 if (strcasecmp(parent->sd_enumerate[i], sd_name) == 0) {
302 /* This loops skips the starting parent and start rigth with the first
308 dom && IS_SUBDOMAIN(dom); /* if we get back to a parent, stop */
328 dom && IS_SUBDOMAIN(dom); /* if we get back to a parent, stop */
930 subdomain->parent->name,