ext_bv            874 source3/libads/ldap.c 	struct berval *ext_bv= NULL;
ext_bv            951 source3/libads/ldap.c 			if ((ber_flatten(ext_be, &ext_bv)) == -1) {
ext_bv            956 source3/libads/ldap.c 			ExternalCtrl.ldctl_value.bv_len = ext_bv->bv_len;
ext_bv            957 source3/libads/ldap.c 			ExternalCtrl.ldctl_value.bv_val = ext_bv->bv_val;
ext_bv           1031 source3/libads/ldap.c 	if (ext_bv) {
ext_bv           1032 source3/libads/ldap.c 		ber_bvfree(ext_bv);