Lines Matching refs:Z_ARRVAL_P

615 			num_attribs = zend_hash_num_elements(Z_ARRVAL_P(attrs));  in php_ldap_do_search()
619 if (zend_hash_index_find(Z_ARRVAL_P(attrs), i, (void **) &attr) != SUCCESS) { in php_ldap_do_search()
640 nlinks = zend_hash_num_elements(Z_ARRVAL_P(link)); in php_ldap_do_search()
648 nbases = zend_hash_num_elements(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
654 zend_hash_internal_pointer_reset(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
682 zend_hash_internal_pointer_reset(Z_ARRVAL_P(link)); in php_ldap_do_search()
684 zend_hash_get_current_data(Z_ARRVAL_P(link), (void **)&entry); in php_ldap_do_search()
692 zend_hash_get_current_data(Z_ARRVAL_P(base_dn), (void **)&entry); in php_ldap_do_search()
693 zend_hash_move_forward(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
714 zend_hash_move_forward(Z_ARRVAL_P(link)); in php_ldap_do_search()
974 …zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2… in PHP_FUNCTION()
998 …zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, (void *) &tmp1, sizeof(zval *), NULL… in PHP_FUNCTION()
1112 …zend_hash_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute)+1, (void *) &tmp, sizeof(z… in PHP_FUNCTION()
1276 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1279 zend_hash_internal_pointer_reset(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
1293 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index, 0) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
1310 zend_hash_get_current_data(Z_ARRVAL_P(entry), (void **)&value); in php_ldap_do_modify()
1343 zend_hash_move_forward(Z_ARRVAL_P(entry)); in php_ldap_do_modify()