ldap_path         398 source4/lib/registry/ldb.c 	struct ldb_dn *ldap_path;
ldap_path         404 source4/lib/registry/ldb.c 	ldap_path = reg_path_to_ldb(mem_ctx, h, name, NULL);
ldap_path         406 source4/lib/registry/ldb.c 	ret = ldb_search(c, mem_ctx, &res, ldap_path, LDB_SCOPE_BASE, NULL, "(key=*)");
ldap_path         410 source4/lib/registry/ldb.c 			ldb_dn_get_linearized(ldap_path), ldb_errstring(c)));
ldap_path         414 source4/lib/registry/ldb.c 			ldb_dn_get_linearized(ldap_path)));
ldap_path         576 source4/lib/registry/ldb.c 	struct ldb_dn *ldap_path;
ldap_path         591 source4/lib/registry/ldb.c 	ldap_path = reg_path_to_ldb(mem_ctx, key, name, NULL);
ldap_path         592 source4/lib/registry/ldb.c 	if (!ldap_path) {
ldap_path         598 source4/lib/registry/ldb.c 	ret = ldb_search(c, mem_ctx, &res_keys, ldap_path, LDB_SCOPE_ONELEVEL,
ldap_path         603 source4/lib/registry/ldb.c 		      ldb_dn_get_linearized(ldap_path), ldb_errstring(c)));
ldap_path         609 source4/lib/registry/ldb.c 	ret = ldb_search(c, mem_ctx, &res_vals, ldap_path, LDB_SCOPE_ONELEVEL,
ldap_path         614 source4/lib/registry/ldb.c 		      ldb_dn_get_linearized(ldap_path), ldb_errstring(c)));
ldap_path         658 source4/lib/registry/ldb.c 	ret = ldb_delete(c, ldap_path);