Lines Matching defs:view_name
748 talloc_free(discard_const(dom->view_name));
749 dom->view_name = NULL;
756 const char *view_name,
760 const char *current = ipa_id_ctx->view_name;
767 read_at_init ? "true" : "false", ipa_id_ctx->view_name);
769 if (current != NULL && strcmp(current, view_name) != 0 && read_at_init) {
775 if (current != NULL && strcmp(current, view_name) == 0) {
780 DEBUG(SSSDBG_TRACE_FUNC, "View name changed to [%s].\n", view_name);
787 * Typically ctx->sd_ctx->id_ctx->view_name == NULL means that the
793 if (current != NULL || !is_default_view(view_name)) {
830 ret = sysdb_update_view_name(sysdb, view_name);
837 talloc_free(ipa_id_ctx->view_name);
838 ipa_id_ctx->view_name = talloc_strdup(ipa_id_ctx, view_name);
839 if (ipa_id_ctx->view_name == NULL) {
1590 const char *view_name;
1621 view_name = SYSDB_DEFAULT_VIEW_NAME;
1624 &view_name);
1636 state->sd_ctx->ipa_id_ctx, view_name,
1665 const char *view_name;
1694 state->view_name = sd_ctx->ipa_id_ctx->view_name;
1703 sd_ctx->ipa_id_ctx->view_name, ldap_basedn);
1773 state->view_name, ret, sss_strerror(ret));