Lines Matching refs:mod
1703 zval *link, *mods, *mod, *modinfo, *modval; in PHP_FUNCTION() local
1774 mod = fetched; in PHP_FUNCTION()
1777 if (Z_TYPE_P(mod) != IS_ARRAY) { in PHP_FUNCTION()
1782 SEPARATE_ARRAY(mod); in PHP_FUNCTION()
1784 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1785 num_modprops = zend_hash_num_elements(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1789 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()
1804 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1839 …if (zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUE… in PHP_FUNCTION()
1845 …if (!zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALU… in PHP_FUNCTION()
1888 zend_hash_move_forward(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1904 mod = fetched; in PHP_FUNCTION()
1906 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_ATTRIB, &attrib); in PHP_FUNCTION()
1907 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_MODTYPE, &modtype); in PHP_FUNCTION()
1908 _ldap_hash_fetch(mod, LDAP_MODIFY_BATCH_VALUES, &vals); in PHP_FUNCTION()