Lines Matching refs:Z_ARRVAL_P

653 			num_attribs = zend_hash_num_elements(Z_ARRVAL_P(attrs));  in php_ldap_do_search()
657 if (zend_hash_index_find(Z_ARRVAL_P(attrs), i, (void **) &attr) != SUCCESS) { in php_ldap_do_search()
678 nlinks = zend_hash_num_elements(Z_ARRVAL_P(link)); in php_ldap_do_search()
686 nbases = zend_hash_num_elements(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
692 zend_hash_internal_pointer_reset(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
720 zend_hash_internal_pointer_reset(Z_ARRVAL_P(link)); in php_ldap_do_search()
722 zend_hash_get_current_data(Z_ARRVAL_P(link), (void **)&entry); in php_ldap_do_search()
730 zend_hash_get_current_data(Z_ARRVAL_P(base_dn), (void **)&entry); in php_ldap_do_search()
731 zend_hash_move_forward(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
752 zend_hash_move_forward(Z_ARRVAL_P(link)); in php_ldap_do_search()
1012 …zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2… in PHP_FUNCTION()
1036 …zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, (void *) &tmp1, sizeof(zval *), NULL… in PHP_FUNCTION()
1150 …zend_hash_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute)+1, (void *) &tmp, sizeof(z… in PHP_FUNCTION()
1314 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1317 zend_hash_internal_pointer_reset(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1331 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index, 0) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
1348 zend_hash_get_current_data(Z_ARRVAL_P(entry), (void **)&value); in php_ldap_do_modify()
1381 zend_hash_move_forward(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1513 if (zend_hash_find(Z_ARRVAL_P(hashTbl), key, strlen(key)+1, (void **) &fetched) == SUCCESS) { in _ldap_hash_fetch()
1583 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
1584 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
1589 num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
1593 if (zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched) != SUCCESS) { in PHP_FUNCTION()
1606 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1607 num_modprops = zend_hash_num_elements(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1611 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(mod), &modkey, &modkeylen, &tmpUlong, 0, NULL) != HASH… in PHP_FUNCTION()
1629 zend_hash_get_current_data(Z_ARRVAL_P(mod), (void **) &fetched); in PHP_FUNCTION()
1664 …if (zend_hash_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUES) +… in PHP_FUNCTION()
1670 …if (!zend_hash_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUES) … in PHP_FUNCTION()
1683 zend_hash_internal_pointer_reset(Z_ARRVAL_P(modinfo)); in PHP_FUNCTION()
1684 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(modinfo)); in PHP_FUNCTION()
1691 if (zend_hash_get_current_key_type(Z_ARRVAL_P(modinfo)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
1698 if (zend_hash_index_find(Z_ARRVAL_P(modinfo), k, (void **) &fetched) != SUCCESS) { in PHP_FUNCTION()
1712 zend_hash_move_forward(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
1727 zend_hash_index_find(Z_ARRVAL_P(mods), i, (void **) &fetched); in PHP_FUNCTION()
1761 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION()
1767 zend_hash_index_find(Z_ARRVAL_P(vals), j, (void **) &fetched); in PHP_FUNCTION()