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

/sssd/src/db/
H A Dsysdb_upgrade.c1696 struct ldb_message *mod_msg,
1724 ret = sss_parse_name(mod_msg, names, rawname, NULL, &shortname);
1740 mod_el = ldb_msg_find_element(mod_msg, attrname);
1754 ret = ldb_msg_add_empty(mod_msg, attrname, LDB_FLAG_MOD_REPLACE, NULL);
1762 ret = ldb_msg_add_steal_string(mod_msg, attrname, fqval);
1852 struct ldb_message *mod_msg,
1894 ret = ldb_msg_add_linearized_dn(mod_msg, attrname, fqdn);
1903 mod_el = ldb_msg_find_element(mod_msg, attrname);
1913 struct ldb_message *mod_msg)
1929 ret = ldb_msg_add_empty(mod_msg, attr
1695 qualify_attr(struct ldb_message *msg, struct ldb_message *mod_msg, struct sss_names_ctx *names, const char *domain_name, const char *attrname, should_qualify_val_fn qfn) argument
1850 qualify_dn_attr(struct ldb_context *ldb, struct ldb_message *msg, struct ldb_message *mod_msg, struct sss_names_ctx *names, const char *attrname) argument
1912 expire_object(struct ldb_message *object, struct ldb_message *mod_msg) argument
1955 struct ldb_message *mod_msg = NULL; local
[all...]
H A Dsysdb.c1826 struct ldb_message *mod_msg)
1832 for (unsigned i = 0; i < mod_msg->num_elements; i++) {
1833 mod_msg_el = &mod_msg->elements[i];
1824 sysdb_ldb_msg_difference(struct ldb_dn *entry_dn, struct ldb_message *db_msg, struct ldb_message *mod_msg) argument
/sssd/src/ldb_modules/
H A Dmemberof.c146 struct ldb_message *mod_msg; member in struct:mbof_mod_del_op
3318 mod_ctx->igh->mod_msg = msg;

Completed in 47 milliseconds