Lines Matching refs:opts
33 sdap_domain_get(struct sdap_options *opts,
38 DLIST_FOR_EACH(sditer, opts->sdom) {
48 sdap_domain_get_by_dn(struct sdap_options *opts,
62 DLIST_FOR_EACH(sditer, opts->sdom) {
89 sdap_domain_add(struct sdap_options *opts,
96 sdom = talloc_zero(opts, struct sdap_domain);
101 sdom->head = &opts->sdom;
113 DLIST_ADD_END(opts->sdom, sdom, struct sdap_domain *);
150 ret = sdap_domain_add(sdap_id_ctx->opts, dom, &sdom);
193 sdap_domain_remove(struct sdap_options *opts,
198 sdom = sdap_domain_get(opts, dom);