ext_be            873 source3/libads/ldap.c 	BerElement *ext_be = NULL;
ext_be            942 source3/libads/ldap.c 			if ((ext_be = ber_alloc_t(LBER_USE_DER)) == NULL ) {
ext_be            947 source3/libads/ldap.c 			if ((ber_printf(ext_be, "{i}", (ber_int_t) external_control->val)) == -1) {
ext_be            951 source3/libads/ldap.c 			if ((ber_flatten(ext_be, &ext_bv)) == -1) {
ext_be           1027 source3/libads/ldap.c 	if (ext_be) {
ext_be           1028 source3/libads/ldap.c 		ber_free(ext_be, 1);