| /PHP_5_4/ext/standard/ |
| H A D | array.c | 1059 uint string_key_len; local 1108 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 0, NULL)) { 1114 ZVAL_STRINGL(key, string_key, string_key_len - 1, 1); 2173 uint string_key_len; local 2227 switch (zend_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) { 2229 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); local 2250 uint string_key_len; local 2256 switch (zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos)) { 2258 if (recursive && zend_hash_find(dest, string_key, string_key_len, (void **)&dest_entry) == SUCCESS) { 2294 zend_hash_update(dest, string_key, string_key_len, src_entr 2313 uint string_key_len; local 2451 uint string_key_len; local 2583 uint string_key_len; local 2601 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, entry, sizeof(zval *), NULL); local 3962 uint string_key_len; local 4179 uint string_key_len; local 4225 zend_hash_update(Z_ARRVAL_P(return_value), string_key, string_key_len, operand, sizeof(zval *), NULL); local [all...] |
| H A D | string.c | 2959 uint string_key_len; local 2963 switch (zend_hash_get_current_key_ex(pats, &string_key, &string_key_len, &num_key, 0, &hpos)) { 2965 string_key_len = 1 + zend_spprintf(&string_key, 0, "%ld", (long)num_key); 2970 string_key_len--; /* exclude final '\0' */ 2971 if (string_key_len == 0) { /* empty string given as pattern */ 2978 if (string_key_len > slen) { /* this pattern can never match */ 2992 L(&patterns[i].pat) = string_key_len; 4000 uint string_key_len; local 4040 &string_key_len, &num_key, 0, NULL)) { 4042 add_assoc_zval_ex(return_value, string_key, string_key_len, resul [all...] |
| /PHP_5_4/ext/xsl/ |
| H A D | xsltprocessor.c | 776 int string_key_len, namespace_len, name_len, value_len; local 787 if (zend_hash_get_current_key_ex(Z_ARRVAL_P(array_value), &string_key, &string_key_len, &idx, 0, NULL) != HASH_KEY_IS_STRING) { 796 zend_hash_update(intern->parameter, string_key, string_key_len, &new_string, sizeof(zval*), NULL);
|
| /PHP_5_4/main/ |
| H A D | php_variables.c | 600 uint string_key_len; local 608 key_type = zend_hash_get_current_key_ex(src, &string_key, &string_key_len, &num_key, 0, &pos); 610 || (key_type == HASH_KEY_IS_STRING && zend_hash_find(dest, string_key, string_key_len, (void **) &dest_entry) != SUCCESS) 616 if (!globals_check || string_key_len != sizeof("GLOBALS") || memcmp(string_key, "GLOBALS", sizeof("GLOBALS") - 1)) { 617 zend_hash_update(dest, string_key, string_key_len, src_entry, sizeof(zval *), NULL);
|
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | php_apache.c | 583 uint string_key_len; local 599 switch(zend_hash_get_current_key_ex(Z_ARRVAL_P(first), &string_key, &string_key_len, &num_key, 0, &pos)) { 601 if (zend_hash_find(Z_ARRVAL_P(first), string_key, string_key_len, (void **)&value) == FAILURE) {
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 450 uint string_key_len; local 453 zend_hash_get_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values);
|
| H A D | php_mysqlnd.c | 53 uint string_key_len; local 59 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local 64 &s, &s_len, string_key.u, string_key_len TSRMLS_CC) == SUCCESS) { 83 uint string_key_len; local 86 zend_hash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); local
|
| /PHP_5_4/Zend/ |
| H A D | zend_builtin_functions.c | 574 uint string_key_len; local 609 switch (zend_hash_get_current_key_ex(target_hash, &string_key, &string_key_len, &num_key, 1, NULL)) { 611 add_get_index_stringl(return_value, 0, string_key, string_key_len-1, (void **) &inserted_pointer, 0);
|
| /PHP_5_4/ext/curl/ |
| H A D | interface.c | 2063 uint string_key_len; local 2070 zend_hash_get_current_key_ex(postfields, &string_key, &string_key_len, &num_key, 0, NULL); 2075 string_key_len = strlen(string_key)+1; 2103 CURLFORM_NAMELENGTH, (long)string_key_len - 1, 2117 CURLFORM_NAMELENGTH, (long)string_key_len - 1,
|