berptr            513 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			BerElement *berptr = NULL;
berptr            545 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			for (attr=ldap_first_attribute(lldb->ldap, msg, &berptr);
berptr            547 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			     attr=ldap_next_attribute(lldb->ldap, msg, berptr)) {
berptr            556 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			if (berptr) ber_free(berptr, 0);
berptr            500 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			BerElement *berptr = NULL;
berptr            527 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			for (attr=ldap_first_attribute(lldb->ldap, msg, &berptr);
berptr            529 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			     attr=ldap_next_attribute(lldb->ldap, msg, berptr)) {
berptr            538 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			if (berptr) ber_free(berptr, 0);