Lines Matching refs:Z_ARRVAL_P

395 	if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "oid", sizeof("oid") - 1)) == NULL) {  in _php_ldap_control_from_array()
405 …if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "iscritical", sizeof("iscritical") - 1)) != NULL)… in _php_ldap_control_from_array()
415 if ((val = zend_hash_find(Z_ARRVAL_P(array), ZSTR_KNOWN(ZEND_STR_VALUE))) != NULL) { in _php_ldap_control_from_array()
428 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "size", sizeof("size") - 1)) != NULL) { in _php_ldap_control_from_array()
431 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "cookie", sizeof("cookie") - 1)) != NULL) { in _php_ldap_control_from_array()
449 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array()
472 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array()
496 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "attrs", sizeof("attrs") - 1)) == NULL) { in _php_ldap_control_from_array()
509 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(tmp)); in _php_ldap_control_from_array()
515 if ((attr = zend_hash_index_find(Z_ARRVAL_P(tmp), i)) == NULL) { in _php_ldap_control_from_array()
550 num_keys = zend_hash_num_elements(Z_ARRVAL_P(val)); in _php_ldap_control_from_array()
558 if ((sortkey = zend_hash_index_find(Z_ARRVAL_P(val), i)) == NULL) { in _php_ldap_control_from_array()
564 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "attr", sizeof("attr") - 1)) == NULL) { in _php_ldap_control_from_array()
578 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "oid", sizeof("oid") - 1)) != NULL) { in _php_ldap_control_from_array()
590 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "reverse", sizeof("reverse") - 1)) != NULL) { in _php_ldap_control_from_array()
609 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "before", sizeof("before") - 1)) != NULL) { in _php_ldap_control_from_array()
617 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "after", sizeof("after") - 1)) != NULL) { in _php_ldap_control_from_array()
625 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "attrvalue", sizeof("attrvalue") - 1)) != NULL) { in _php_ldap_control_from_array()
634 } else if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "offset", sizeof("offset") - 1)) != NULL) { in _php_ldap_control_from_array()
638 if ((tmp = zend_hash_find(Z_ARRVAL_P(val), ZSTR_KNOWN(ZEND_STR_COUNT))) != NULL) { in _php_ldap_control_from_array()
651 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "context", sizeof("context") - 1)) != NULL) { in _php_ldap_control_from_array()
756 ncontrols = zend_hash_num_elements(Z_ARRVAL_P(array)); in _php_ldap_controls_from_array()
760 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(array), ctrlarray) { in _php_ldap_controls_from_array()
1471 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(attrs)); in php_ldap_do_search()
1475 if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) { in php_ldap_do_search()
1500 nlinks = zend_hash_num_elements(Z_ARRVAL_P(link)); in php_ldap_do_search()
1540 zend_hash_internal_pointer_reset(Z_ARRVAL_P(link)); in php_ldap_do_search()
1542 entry = zend_hash_get_current_data(Z_ARRVAL_P(link)); in php_ldap_do_search()
1591 zend_hash_move_forward(Z_ARRVAL_P(link)); in php_ldap_do_search()
1916 zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, &tmp1); in PHP_FUNCTION()
2030 zend_hash_str_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute), &tmp); in PHP_FUNCTION()
2201 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2204 zend_hash_internal_pointer_reset(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2218 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
2235 value = zend_hash_get_current_data(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2242 num_values = zend_hash_num_elements(Z_ARRVAL_P(value)); in php_ldap_do_modify()
2260 if ((ivalue = zend_hash_index_find(Z_ARRVAL_P(value), j)) == NULL) { in php_ldap_do_modify()
2278 zend_hash_move_forward(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2528 *out = zend_hash_str_find(Z_ARRVAL_P(hashTbl), key, strlen(key)); in _ldap_hash_fetch()
2595 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
2596 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
2601 num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
2605 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
2619 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2620 num_modprops = zend_hash_num_elements(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2624 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()
2639 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2674 …if (zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUE… in PHP_FUNCTION()
2680 …if (!zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALU… in PHP_FUNCTION()
2694 zend_hash_internal_pointer_reset(Z_ARRVAL_P(modinfo)); in PHP_FUNCTION()
2695 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(modinfo)); in PHP_FUNCTION()
2702 if (zend_hash_get_current_key_type(Z_ARRVAL_P(modinfo)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
2709 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
2716 zend_hash_move_forward(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2731 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
2768 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION()
2774 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()