Searched refs:num_keys (Results 1 – 3 of 3) sorted by relevance
444 int num_keys, i; in _php_ldap_control_from_array() local447 num_keys = zend_hash_num_elements(Z_ARRVAL_P(val)); in _php_ldap_control_from_array()448 sort_keys = safe_emalloc((num_keys+1), sizeof(LDAPSortKey*), 0); in _php_ldap_control_from_array()449 tmpstrings1 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()450 tmpstrings2 = safe_emalloc(num_keys, sizeof(zend_string*), 0); in _php_ldap_control_from_array()454 for (i = 0; i<num_keys; i++) { in _php_ldap_control_from_array()493 sort_keys[num_keys] = NULL; in _php_ldap_control_from_array()
6257 int num_keys, num_values; local6264 num_keys = zend_hash_num_elements(keys);6267 if (num_keys != num_values) {6272 if (!num_keys) {6276 array_init_size(return_value, num_keys);
2732 int num_keys = 0; local2749 num_keys = 1;2771 if (UNEXPECTED(num_keys)) {
Completed in 37 milliseconds