Lines Matching refs:Z_ARRVAL_P

294 	if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "oid", sizeof("oid") - 1)) == NULL) {  in _php_ldap_control_from_array()
304 …if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "iscritical", sizeof("iscritical") - 1)) != NULL)… in _php_ldap_control_from_array()
314 if ((val = zend_hash_str_find(Z_ARRVAL_P(array), "value", sizeof("value") - 1)) != NULL) { in _php_ldap_control_from_array()
327 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "size", sizeof("size") - 1)) != NULL) { in _php_ldap_control_from_array()
330 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "cookie", sizeof("cookie") - 1)) != NULL) { in _php_ldap_control_from_array()
348 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array()
371 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "filter", sizeof("filter") - 1)) == NULL) { in _php_ldap_control_from_array()
395 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "attrs", sizeof("attrs") - 1)) == NULL) { in _php_ldap_control_from_array()
408 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(tmp)); in _php_ldap_control_from_array()
414 if ((attr = zend_hash_index_find(Z_ARRVAL_P(tmp), i)) == NULL) { in _php_ldap_control_from_array()
449 num_keys = zend_hash_num_elements(Z_ARRVAL_P(val)); in _php_ldap_control_from_array()
457 if ((sortkey = zend_hash_index_find(Z_ARRVAL_P(val), i)) == NULL) { in _php_ldap_control_from_array()
463 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "attr", sizeof("attr") - 1)) == NULL) { in _php_ldap_control_from_array()
477 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "oid", sizeof("oid") - 1)) != NULL) { in _php_ldap_control_from_array()
489 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(sortkey), "reverse", sizeof("reverse") - 1)) != NULL) { in _php_ldap_control_from_array()
508 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "before", sizeof("before") - 1)) != NULL) { in _php_ldap_control_from_array()
516 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "after", sizeof("after") - 1)) != NULL) { in _php_ldap_control_from_array()
524 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "attrvalue", sizeof("attrvalue") - 1)) != NULL) { in _php_ldap_control_from_array()
533 } else if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "offset", sizeof("offset") - 1)) != NULL) { in _php_ldap_control_from_array()
536 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "count", sizeof("count") - 1)) != NULL) { in _php_ldap_control_from_array()
549 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(val), "context", sizeof("context") - 1)) != NULL) { in _php_ldap_control_from_array()
654 ncontrols = zend_hash_num_elements(Z_ARRVAL_P(array)); in _php_ldap_controls_from_array()
658 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(array), ctrlarray) { in _php_ldap_controls_from_array()
1472 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(attrs)); in php_ldap_do_search()
1476 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()
1508 nbases = zend_hash_num_elements(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
1514 zend_hash_internal_pointer_reset(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
1525 nfilters = zend_hash_num_elements(Z_ARRVAL_P(filter)); in php_ldap_do_search()
1531 zend_hash_internal_pointer_reset(Z_ARRVAL_P(filter)); in php_ldap_do_search()
1544 zend_hash_internal_pointer_reset(Z_ARRVAL_P(link)); in php_ldap_do_search()
1546 entry = zend_hash_get_current_data(Z_ARRVAL_P(link)); in php_ldap_do_search()
1554 entry = zend_hash_get_current_data(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
1555 zend_hash_move_forward(Z_ARRVAL_P(base_dn)); in php_ldap_do_search()
1563 entry = zend_hash_get_current_data(Z_ARRVAL_P(filter)); in php_ldap_do_search()
1564 zend_hash_move_forward(Z_ARRVAL_P(filter)); in php_ldap_do_search()
1587 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()
2044 zend_hash_str_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute), &tmp); in PHP_FUNCTION()
2226 num_attribs = zend_hash_num_elements(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2229 zend_hash_internal_pointer_reset(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2243 if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) { in php_ldap_do_modify()
2260 value = zend_hash_get_current_data(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2267 num_values = zend_hash_num_elements(Z_ARRVAL_P(value)); in php_ldap_do_modify()
2285 if ((ivalue = zend_hash_index_find(Z_ARRVAL_P(value), j)) == NULL) { in php_ldap_do_modify()
2303 zend_hash_move_forward(Z_ARRVAL_P(entry)); in php_ldap_do_modify()
2561 *out = zend_hash_str_find(Z_ARRVAL_P(hashTbl), key, strlen(key)); in _ldap_hash_fetch()
2630 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
2631 if (zend_hash_get_current_key_type(Z_ARRVAL_P(mods)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
2636 num_mods = zend_hash_num_elements(Z_ARRVAL_P(mods)); in PHP_FUNCTION()
2640 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i)) == NULL) { in PHP_FUNCTION()
2654 zend_hash_internal_pointer_reset(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2655 num_modprops = zend_hash_num_elements(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2659 if (zend_hash_get_current_key(Z_ARRVAL_P(mod), &modkey, &tmpUlong) != HASH_KEY_IS_STRING) { in PHP_FUNCTION()
2674 fetched = zend_hash_get_current_data(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2709 …if (zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUE… in PHP_FUNCTION()
2715 …if (!zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALU… in PHP_FUNCTION()
2729 zend_hash_internal_pointer_reset(Z_ARRVAL_P(modinfo)); in PHP_FUNCTION()
2730 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(modinfo)); in PHP_FUNCTION()
2737 if (zend_hash_get_current_key_type(Z_ARRVAL_P(modinfo)) != HASH_KEY_IS_LONG) { in PHP_FUNCTION()
2744 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
2751 zend_hash_move_forward(Z_ARRVAL_P(mod)); in PHP_FUNCTION()
2766 fetched = zend_hash_index_find(Z_ARRVAL_P(mods), i); in PHP_FUNCTION()
2803 num_modvals = zend_hash_num_elements(Z_ARRVAL_P(vals)); in PHP_FUNCTION()
2809 fetched = zend_hash_index_find(Z_ARRVAL_P(vals), j); in PHP_FUNCTION()