nlinks 750 ext/ldap/ldap.c int i, nlinks, nbases, nfilters, *rcs; nlinks 754 ext/ldap/ldap.c nlinks = zend_hash_num_elements(Z_ARRVAL_P(link)); nlinks 755 ext/ldap/ldap.c if (nlinks == 0) { nlinks 763 ext/ldap/ldap.c if (nbases != nlinks) { nlinks 781 ext/ldap/ldap.c if (nfilters != nlinks) { nlinks 793 ext/ldap/ldap.c lds = safe_emalloc(nlinks, sizeof(ldap_linkdata), 0); nlinks 794 ext/ldap/ldap.c rcs = safe_emalloc(nlinks, sizeof(*rcs), 0); nlinks 797 ext/ldap/ldap.c for (i=0; i<nlinks; i++) { nlinks 834 ext/ldap/ldap.c for (i=0; i<nlinks; i++) {