bv               1697 source3/passdb/pdb_ldap.c 		struct berval *bv;
bv               1762 source3/passdb/pdb_ldap.c 	        if ((rc = ber_flatten (ber, &bv))<0) {
bv               1777 source3/passdb/pdb_ldap.c 							bv, NULL, NULL, &retoid, 
bv               1790 source3/passdb/pdb_ldap.c 				ber_bvfree(bv);
bv               1799 source3/passdb/pdb_ldap.c 			ber_bvfree(bv);
bv               1815 source3/passdb/pdb_ldap.c 		ber_bvfree(bv);
bv               1627 source4/torture/basic/denytest.c static uint32_t map_bits(const struct bit_value *bv, int b, int nbits)
bv               1633 source4/torture/basic/denytest.c 			ret |= bv[i].value;
bv               1639 source4/torture/basic/denytest.c static const char *bit_string(TALLOC_CTX *mem_ctx, const struct bit_value *bv, int b, int nbits)
bv               1646 source4/torture/basic/denytest.c 				ret = talloc_asprintf(mem_ctx, "%s", bv[i].name);
bv               1648 source4/torture/basic/denytest.c 				ret = talloc_asprintf_append_buffer(ret, " | %s", bv[i].name);