Searched refs:ldb_val (Results 1 - 25 of 29) sorted by relevance

12

/sssd/src/providers/ad/
H A Dad_pac.h28 /* ldb_val is defined as datablob in the Samba header files data_blob.h which
32 #ifdef ldb_val
38 #undef ldb_val macro
/sssd/src/providers/ipa/
H A Dipa_subdomains_utils.c65 const struct ldb_val *val;
H A Dipa_dn.c30 const struct ldb_val *ldbval;
101 const struct ldb_val *val;
H A Dipa_hbac_users.c45 const struct ldb_val *rdn_val;
46 const struct ldb_val *group_comp_val;
47 const struct ldb_val *account_comp_val;
H A Dipa_hbac_hosts.c347 const struct ldb_val *rdn_val;
348 const struct ldb_val *hostgroup_comp_val;
349 const struct ldb_val *account_comp_val;
H A Dipa_hbac_services.c589 const struct ldb_val *rdn_val;
590 const struct ldb_val *svc_comp_val;
591 const struct ldb_val *hbac_comp_val;
H A Dipa_subdomains_ext_groups.c830 const struct ldb_val *val;
H A Dipa_subdomains.c314 const struct ldb_val *val;
/sssd/src/db/
H A Dsysdb.c35 struct ldb_val val;
204 const struct ldb_val *val;
492 const struct ldb_val *val)
495 struct ldb_val *vals;
515 struct ldb_val, el->num_values+1);
530 const char *name, const struct ldb_val *val)
537 const char *name, const struct ldb_val *val)
545 struct ldb_val v;
556 struct ldb_val v;
593 struct ldb_val
[all...]
H A Dsysdb.h325 const char *name, const struct ldb_val *val);
327 const char *name, const struct ldb_val *val);
788 struct ldb_val *dn_val);
H A Dsysdb_upgrade.c151 const struct ldb_val *val;
1197 const struct ldb_val *val;
1657 const struct ldb_val *val;
1708 struct ldb_val val;
1780 const struct ldb_val *val = NULL;
H A Dsysdb_search.c696 struct ldb_val *val = NULL;
/sssd/src/tests/cmocka/
H A Dtest_sysdb_utils.c45 struct ldb_val guid_val = {bin_guid, 16};
H A Dtest_ifp.c154 el->values = talloc_array(el, struct ldb_val, 2);
H A Dtest_ad_common.c313 struct ldb_val val;
809 struct ldb_val val = { 0 };
/sssd/src/ldb_modules/
H A Dmemberof.c41 struct ldb_val *vals;
200 struct ldb_val *val;
239 struct ldb_val *val;
287 struct ldb_val, op->el->num_values + 1);
391 struct ldb_val *ghvals,
936 el->values = talloc_array(msg, struct ldb_val, parents->num);
1029 el->values = talloc_array(msg, struct ldb_val, num);
1607 el->values = talloc_array(msg, struct ldb_val, 1);
2181 el->values = talloc_array(el, struct ldb_val, new_list->num);
2499 struct ldb_val *ghval
[all...]
/sssd/src/responder/sudo/
H A Dsudosrv_query.c79 struct ldb_val *values,
/sssd/src/providers/ldap/
H A Dsdap_async_groups.c198 struct ldb_val val;
243 struct ldb_val *values,
265 el->values = talloc_realloc(group_attrs, el->values, struct ldb_val,
462 struct ldb_val, cnt);
1199 dns->values = talloc_array(dns, struct ldb_val,
2310 member_el->values = talloc_zero_array(tmp_ctx, struct ldb_val, count);
H A Dsdap.c402 struct ldb_val v;
928 int num, struct ldb_val *vals)
H A Dsdap_access.c576 static bool nds_check_time_map(const struct ldb_val *time_map)
636 const struct ldb_val *time_map;
/sssd/src/tools/
H A Dsss_groupshow.c54 const struct ldb_val *val;
/sssd/src/confdb/
H A Dconfdb.c277 struct ldb_val v = el->values[i];
1584 const struct ldb_val *val;
/sssd/src/tests/
H A Dsysdb-tests.c2405 struct ldb_val gv, *test_gv;
2487 struct ldb_val gv, *test_gv;
2573 struct ldb_val gv, *test_gv;
3115 struct ldb_val gv, *test_gv;
3346 struct ldb_val gv, *test_gv;
3420 struct ldb_val gv, *test_gv;
4140 const struct ldb_val *val;
4905 struct ldb_val val = {discard_const(TEST_ATTR_VALUE),
4941 struct ldb_val val = {discard_const(TEST_ATTR_VALUE),
5388 struct ldb_val va
[all...]
/sssd/src/responder/secrets/
H A Dlocal.c180 const struct ldb_val *val;
/sssd/src/responder/ssh/
H A Dsshsrv_cmd.c861 el_res->values = talloc_array(el_res, struct ldb_val, el_cert->num_values);

Completed in 335 milliseconds

12