cf_value 52 source4/lib/ldb/common/ldb_dn.c struct ldb_val cf_value;
cf_value 812 source4/lib/ldb/common/ldb_dn.c &(dn->components[i].cf_value));
cf_value 825 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[i].cf_value.data);
cf_value 862 source4/lib/ldb/common/ldb_dn.c len += (dn->components[i].cf_value.length * 3); /* max escaped data len */
cf_value 880 source4/lib/ldb/common/ldb_dn.c (char *)dn->components[i].cf_value.data,
cf_value 881 source4/lib/ldb/common/ldb_dn.c dn->components[i].cf_value.length);
cf_value 957 source4/lib/ldb/common/ldb_dn.c if (base->components[n_base].cf_value.length != dn->components[n_dn].cf_value.length) {
cf_value 958 source4/lib/ldb/common/ldb_dn.c return base->components[n_base].cf_value.length - dn->components[n_dn].cf_value.length;
cf_value 960 source4/lib/ldb/common/ldb_dn.c ret = strcmp((char *)base->components[n_base].cf_value.data, (char *)dn->components[n_dn].cf_value.data);
cf_value 1020 source4/lib/ldb/common/ldb_dn.c if (dn0->components[i].cf_value.length != dn1->components[i].cf_value.length) {
cf_value 1021 source4/lib/ldb/common/ldb_dn.c return dn0->components[i].cf_value.length - dn1->components[i].cf_value.length;
cf_value 1023 source4/lib/ldb/common/ldb_dn.c ret = strcmp((char *)dn0->components[i].cf_value.data, (char *)dn1->components[i].cf_value.data);
cf_value 1051 source4/lib/ldb/common/ldb_dn.c if (src->cf_value.data) {
cf_value 1052 source4/lib/ldb/common/ldb_dn.c dst.cf_value = ldb_val_dup(mem_ctx, &(src->cf_value));
cf_value 1053 source4/lib/ldb/common/ldb_dn.c if (dst.cf_value.data == NULL) {
cf_value 1067 source4/lib/ldb/common/ldb_dn.c dst.cf_value.data = NULL;
cf_value 1430 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[dn->comp_num - i].cf_value.data);
cf_value 1438 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[i].cf_value.data);
cf_value 1472 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[i].cf_value.data);
cf_value 1482 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[i].cf_value.data);
cf_value 1671 source4/lib/ldb/common/ldb_dn.c LDB_FREE(dn->components[i].cf_value.data);