raw_component 276 source3/lib/ldb/common/ldb_dn.c static struct ldb_dn_component ldb_dn_explode_component(void *mem_ctx, char *raw_component)
raw_component 284 source3/lib/ldb/common/ldb_dn.c if (raw_component == NULL) {
raw_component 289 source3/lib/ldb/common/ldb_dn.c p = strchr(raw_component, '=');
raw_component 295 source3/lib/ldb/common/ldb_dn.c dc.name = talloc_strdup(mem_ctx, ldb_dn_trim_string(raw_component, " \n"));