nlinks            753 ext/ldap/ldap.c 		int i, nlinks, nbases, nfilters, *rcs;
nlinks            757 ext/ldap/ldap.c 		nlinks = zend_hash_num_elements(Z_ARRVAL_P(link));
nlinks            758 ext/ldap/ldap.c 		if (nlinks == 0) {
nlinks            766 ext/ldap/ldap.c 			if (nbases != nlinks) {
nlinks            784 ext/ldap/ldap.c 			if (nfilters != nlinks) {
nlinks            796 ext/ldap/ldap.c 		lds = safe_emalloc(nlinks, sizeof(ldap_linkdata), 0);
nlinks            797 ext/ldap/ldap.c 		rcs = safe_emalloc(nlinks, sizeof(*rcs), 0);
nlinks            800 ext/ldap/ldap.c 		for (i=0; i<nlinks; i++) {
nlinks            837 ext/ldap/ldap.c 		for (i=0; i<nlinks; i++) {