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

/sssd-io/src/db/
H A Dsysdb.c1777 const struct ldb_val *sysdb_comp_val = NULL; local
1789 sysdb_comp_val = ldb_dn_get_component_val(dn, 1);
1791 (const char *) sysdb_comp_val->data,
1792 sysdb_comp_val->length) == 0) {
1796 sysdb_comp_val = ldb_dn_get_component_val(dn, 1);
1798 (const char *) sysdb_comp_val->data,
1799 sysdb_comp_val->length) == 0) {

Completed in 17 milliseconds