Lines Matching defs:membel
155 const struct ldb_message_element *membel;
2841 const struct ldb_message_element *membel,
2919 mod_ctx->membel = ldb_msg_find_element(mod_ctx->msg, DB_MEMBER);
2923 if (mod_ctx->membel == NULL && mod_ctx->ghel == NULL) {
3390 ret = mbof_mod_process_membel(mod_ctx, ldb, mod_ctx->entry, mod_ctx->membel,
3426 const struct ldb_message_element *membel,
3435 if (!membel) {
3440 switch (membel->flags) {
3443 ret = mbof_fill_dn_array(mem_ctx, ldb, membel, &added);
3451 if (membel->num_values == 0) {
3454 el = membel;
3480 el = membel;