ldb_val_map_remote  581 source3/lib/ldb/modules/ldb_map.c 			value = ldb_val_map_remote(module, newdn, map, ldb_dn_get_component_val(dn, i));
ldb_val_map_remote  247 source3/lib/ldb/modules/ldb_map_outbound.c 		el->values[i] = ldb_val_map_remote(module, el->values, map, &old->values[i]);
ldb_val_map_remote   83 source3/lib/ldb/modules/ldb_map_private.h struct ldb_val ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val);
ldb_val_map_remote  597 source4/lib/ldb/ldb_map/ldb_map.c 			value = ldb_val_map_remote(module, newdn, map, ldb_dn_get_component_val(dn, i));
ldb_val_map_remote  246 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		el->values[i] = ldb_val_map_remote(module, el->values, map, &old->values[i]);
ldb_val_map_remote   64 source4/lib/ldb/ldb_map/ldb_map_private.h struct ldb_val ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val);