Searched +defs:match +defs:data (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dusertools.c385 struct sss_domain_info *dom, *match = NULL; local
418 * If a domain was returned, then it must match the name of the
423 match = match_any_domain_or_subdomain_name (dom, dmatch);
424 if (match != NULL) {
427 orig, match->name, nmatch);
428 rdomain = talloc_strdup(tmp_ctx, match->name);
441 /* EINVAL is returned when name doesn't match */
461 match = match_any_domain_or_subdomain_name(dom, rdomain);
462 if (match != NULL) {
466 if (match
583 safe_talloc_callback(void *data, const char *piece, size_t len) argument
[all...]

Completed in 35 milliseconds