Searched defs:_anchor_domain (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_utils.c31 char **_anchor_domain, char **_ipa_uuid)
50 *_anchor_domain = talloc_strndup(mem_ctx,
55 if (*_anchor_domain == NULL || *_ipa_uuid == NULL) {
57 talloc_free(*_anchor_domain);
30 split_ipa_anchor(TALLOC_CTX *mem_ctx, const char *anchor, char **_anchor_domain, char **_ipa_uuid) argument

Completed in 11 milliseconds