mods             1603 ext/ldap/ldap.c 	zval *link, *mods, *mod, *modinfo, *modval;
mods             1637 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsa", &link, &dn, &dn_len, &mods) != SUCCESS) {
mods             1659 ext/ldap/ldap.c 		zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods));
mods             1660 ext/ldap/ldap.c 		if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) {
mods             1665 ext/ldap/ldap.c 		num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods));
mods             1669 ext/ldap/ldap.c 			if (zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched) != SUCCESS) {
mods             1803 ext/ldap/ldap.c 		zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched);