| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 279 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(data)); 282 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) { 284 if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL) == HASH_KEY_IS_STRING) { 290 zend_hash_move_forward(Z_ARRVAL_PP(data));
|
| /PHP_5_3/ext/curl/ |
| H A D | streams.c | 353 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(ctx_opt), &pos); 354 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(ctx_opt), (void *)&header, &pos); 355 zend_hash_move_forward_ex(Z_ARRVAL_PP(ctx_opt), &pos)
|
| /PHP_5_3/ext/dom/ |
| H A D | node.c | 1824 while (zend_hash_get_current_data(Z_ARRVAL_PP(tmp), (void **)&tmpns) == SUCCESS) { 1830 if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(tmp), 1835 zend_hash_move_forward(Z_ARRVAL_PP(tmp));
|
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 515 if (Z_ARRVAL_PP(value)->nApplyCount > 1) { 519 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(value), &pos); 520 zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &element, &pos) == SUCCESS; 521 zend_hash_move_forward_ex(Z_ARRVAL_PP(value), &pos) 525 Z_ARRVAL_PP(element)->nApplyCount++; 527 Z_ARRVAL_PP(element)->nApplyCount--; 713 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(op)); 714 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(op), &pos); 715 zend_hash_get_current_data_ex(Z_ARRVAL_PP(op), (void **) &arg_elm, &pos) == SUCCESS; 716 zend_hash_move_forward_ex(Z_ARRVAL_PP(o [all...] |
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 1185 int nelems = zend_hash_num_elements(Z_ARRVAL_PP(disabled_auth_method)); 1191 if (zend_hash_index_find(Z_ARRVAL_PP(disabled_auth_method), i, (void **) &z_auth_method) == SUCCESS) { 3552 while (zend_hash_get_current_data(Z_ARRVAL_PP(pvalue), (void **) &env_data) == SUCCESS) { 3558 zend_hash_move_forward(Z_ARRVAL_PP(pvalue)); 3575 if (zend_hash_find(Z_ARRVAL_PP(data), "type", sizeof("type"), (void **) &pvalue)== SUCCESS) { 3579 if (zend_hash_find(Z_ARRVAL_PP(data), "encoding", sizeof("encoding"), (void **) &pvalue)== SUCCESS) { 3583 if (zend_hash_find(Z_ARRVAL_PP(data), "charset", sizeof("charset"), (void **) &pvalue)== SUCCESS) { 3591 if (zend_hash_find(Z_ARRVAL_PP(data), "type.parameters", sizeof("type.parameters"), (void **) &pvalue)== SUCCESS) { 3594 while (zend_hash_get_current_data(Z_ARRVAL_PP(pvalue), (void **) &disp_data) == SUCCESS) { 3596 zend_hash_get_current_key(Z_ARRVAL_PP(pvalu [all...] |
| /PHP_5_3/ext/ldap/ |
| H A D | ldap.c | 666 nfilters = zend_hash_num_elements(Z_ARRVAL_PP(filter)); 672 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(filter)); 703 zend_hash_get_current_data(Z_ARRVAL_PP(filter), (void **)&entry); 704 zend_hash_move_forward(Z_ARRVAL_PP(filter)); 1315 num_values = zend_hash_num_elements(Z_ARRVAL_PP(value)); 1329 if (zend_hash_index_find(Z_ARRVAL_PP(value), j, (void **) &ivalue) != SUCCESS) { 1762 if ((Z_TYPE_PP(newval) != IS_ARRAY) || !(ncontrols = zend_hash_num_elements(Z_ARRVAL_PP(newval)))) { 1769 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(newval)); 1770 while (zend_hash_get_current_data(Z_ARRVAL_PP(newval), (void**)&ctrlval) == SUCCESS) { 1776 if (zend_hash_find(Z_ARRVAL_PP(ctrlva [all...] |
| /PHP_5_3/ext/openssl/ |
| H A D | openssl.c | 2914 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, n); 2915 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, e); 2916 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, d); 2917 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, p); 2918 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, q); 2919 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, dmp1); 2920 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, dmq1); 2921 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), rsa, iqmp); 2938 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(data), dsa, p); 2939 OPENSSL_PKEY_SET_BN(Z_ARRVAL_PP(dat [all...] |
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 524 if (Z_TYPE_PP(opt) != IS_ARRAY || zend_hash_index_find(Z_ARRVAL_PP(opt), 0, (void**)&item) == FAILURE 548 if (zend_hash_index_find(Z_ARRVAL_PP(opt), 1, (void**)&item) == SUCCESS) {
|
| /PHP_5_3/ext/session/ |
| H A D | session.c | 141 if ((Z_TYPE_PP(sym_global) == IS_ARRAY && Z_ARRVAL_PP(sym_global) == &EG(symbol_table)) || *sym_global == PS(http_session_vars)) { 176 if ((Z_TYPE_PP(old_symbol) == IS_ARRAY && Z_ARRVAL_PP(old_symbol) == &EG(symbol_table)) || *old_symbol == PS(http_session_vars)) { 365 zend_hash_find(Z_ARRVAL_PP(array), "REMOTE_ADDR", sizeof("REMOTE_ADDR"), (void **) &token) == SUCCESS 885 if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) { 978 if ((Z_TYPE_PP(tmp) == IS_ARRAY && Z_ARRVAL_PP(tmp) == &EG(symbol_table)) || *tmp == PS(http_session_vars)) { 1415 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS 1426 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS 1435 zend_hash_find(Z_ARRVAL_PP(data), PS(session_name), lensess + 1, (void **) &ppid) == SUCCESS 1814 if (Z_ARRVAL_PP(entry)->nApplyCount > 1) { 1818 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(entr [all...] |
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 580 if (zend_hash_find(Z_ARRVAL_PP(digest), "nc", sizeof("nc"), (void **)&tmp) == SUCCESS && 592 if (zend_hash_find(Z_ARRVAL_PP(digest), "realm", sizeof("realm"), (void **)&tmp) == SUCCESS && 603 if (zend_hash_find(Z_ARRVAL_PP(digest), "algorithm", sizeof("algorithm"), (void **)&tmp) == SUCCESS && 610 if (zend_hash_find(Z_ARRVAL_PP(digest), "nonce", sizeof("nonce"), (void **)&tmp) == SUCCESS && 634 if (zend_hash_find(Z_ARRVAL_PP(digest), "qop", sizeof("qop"), (void **)&tmp) == SUCCESS && 648 if (zend_hash_find(Z_ARRVAL_PP(digest), "nonce", sizeof("nonce"), (void **)&tmp) == SUCCESS && 653 if (zend_hash_find(Z_ARRVAL_PP(digest), "qop", sizeof("qop"), (void **)&tmp) == SUCCESS && 669 if (zend_hash_find(Z_ARRVAL_PP(digest), "realm", sizeof("realm"), (void **)&tmp) == SUCCESS && 674 if (zend_hash_find(Z_ARRVAL_PP(digest), "nonce", sizeof("nonce"), (void **)&tmp) == SUCCESS && 693 if (zend_hash_find(Z_ARRVAL_PP(diges [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | array.c | 966 if (zend_hash_minmax(Z_ARRVAL_PP(args[0]), php_array_data_compare, 0, (void **) &result TSRMLS_CC) == SUCCESS) { 1017 if (zend_hash_minmax(Z_ARRVAL_PP(args[0]), php_array_data_compare, 1, (void **) &result TSRMLS_CC) == SUCCESS) { 1077 thash = Z_ARRVAL_PP(args[0]); 1523 array_init_size(return_value, zend_hash_num_elements(Z_ARRVAL_PP(args[0]))); 2249 HashTable *thash = Z_TYPE_PP(dest_entry) == IS_ARRAY ? Z_ARRVAL_PP(dest_entry) : NULL; 2273 if (!php_array_merge(Z_ARRVAL_PP(dest_entry), Z_ARRVAL_PP(src_entry), recursive TSRMLS_CC)) { 2336 if (Z_ARRVAL_PP(dest_entry)->nApplyCount > 1 || Z_ARRVAL_PP(src_entry)->nApplyCount > 1 || (*src_entry == *dest_entry && Z_ISREF_PP(dest_entry) && (Z_REFCOUNT_PP(dest_entry) % 2))) { 2341 Z_ARRVAL_PP(dest_entr [all...] |
| H A D | formatted_print.c | 405 argc = 1 + zend_hash_num_elements(Z_ARRVAL_PP(array)); 409 for (zend_hash_internal_pointer_reset(Z_ARRVAL_PP(array)); 410 zend_hash_get_current_data(Z_ARRVAL_PP(array), (void **)&newargs[i++]) == SUCCESS; 411 zend_hash_move_forward(Z_ARRVAL_PP(array)));
|
| H A D | http_fopen_wrapper.c | 215 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(tmpzval), &pos); 216 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); 217 zend_hash_move_forward_ex(Z_ARRVAL_PP(tmpzval), &pos)) { 404 for (zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(tmpzval), &pos); 405 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); 406 zend_hash_move_forward_ex(Z_ARRVAL_PP(tmpzval), &pos)
|
| H A D | info.c | 151 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(data)); 152 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) { 162 switch (zend_hash_get_current_key_ex(Z_ARRVAL_PP(data), &string_key, &string_len, &num_key, 0, NULL)) { 218 zend_hash_move_forward(Z_ARRVAL_PP(data));
|
| H A D | proc_open.c | 629 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 0, (void **)&ztype) == SUCCESS) { 640 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zmode) == SUCCESS) { 679 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 1, (void **)&zfile) == SUCCESS) { 686 if (zend_hash_index_find(Z_ARRVAL_PP(descitem), 2, (void **)&zmode) == SUCCESS) {
|
| H A D | url.c | 725 if (!Z_ARRVAL_PP(h)->nNumOfElements) { 729 hashT = Z_ARRVAL_PP(h);
|
| H A D | var.c | 118 myht = Z_ARRVAL_PP(struc); 271 myht = Z_ARRVAL_PP(struc); 460 myht = Z_ARRVAL_PP(struc); 858 || (Z_TYPE_PP(data) == IS_ARRAY && Z_ARRVAL_PP(data)->nApplyCount > 1) 863 Z_ARRVAL_PP(data)->nApplyCount++; 867 Z_ARRVAL_PP(data)->nApplyCount--;
|
| H A D | string.c | 2272 if (zend_hash_num_elements(Z_ARRVAL_PP(from)) != zend_hash_num_elements(Z_ARRVAL_PP(len))) { 2316 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(repl), &pos_repl); 2317 if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(repl), (void **) &tmp_repl, &pos_repl)) { 2346 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(from), &pos_from); 2350 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(len), &pos_len); 2354 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(repl), &pos_repl); 2357 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(str), &pos_str); 2358 while (zend_hash_get_current_data_ex(Z_ARRVAL_PP(str), (void **) &tmp_str, &pos_str) == SUCCESS) { 2371 if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(fro [all...] |
| H A D | streamsfuncs.c | 928 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_PP(wval), &opos); 929 while (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(wval), (void**)&oval, &opos)) { 931 if (HASH_KEY_IS_STRING == zend_hash_get_current_key_ex(Z_ARRVAL_PP(wval), &okey, &okey_len, &num_key, 0, &opos)) { 934 zend_hash_move_forward_ex(Z_ARRVAL_PP(wval), &opos);
|
| H A D | browscap.c | 61 zend_hash_destroy(Z_ARRVAL_PP(zvalue)); 62 efree(Z_ARRVAL_PP(zvalue)); 74 zend_hash_destroy(Z_ARRVAL_PP(zvalue)); 75 free(Z_ARRVAL_PP(zvalue)); 384 if (zend_hash_find(Z_ARRVAL_PP(found_browser_entry), "browser_name_pattern", sizeof("browser_name_pattern"), (void**) &previous_match) == FAILURE) { 392 if (zend_hash_find(Z_ARRVAL_PP(browser), "browser_name_regex", sizeof("browser_name_regex"), (void **) &browser_regex) == FAILURE) { 409 if (zend_hash_find(Z_ARRVAL_PP(browser), "browser_name_pattern", sizeof("browser_name_pattern"), (void**) ¤t_match) == FAILURE) { 527 zend_hash_copy(Z_ARRVAL_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_copy_ctor, (void *) &tmp_copy, sizeof(zval *)); 531 zend_hash_copy(Z_OBJPROP_P(return_value), Z_ARRVAL_PP(agent), (copy_ctor_func_t) browscap_zval_copy_ctor, (void *) &tmp_copy, sizeof(zval *)); 534 while (zend_hash_find(Z_ARRVAL_PP(agen [all...] |
| /PHP_5_3/ext/xml/ |
| H A D | xml.c | 1050 if (zend_hash_find(Z_ARRVAL_PP(parser->ctag),"value",sizeof("value"),(void **) &myval) == SUCCESS) { 1068 if (zend_hash_find(Z_ARRVAL_PP(curtag),"type",sizeof("type"),(void **) &mytype) == SUCCESS) { 1070 if (zend_hash_find(Z_ARRVAL_PP(curtag),"value",sizeof("value"),(void **) &myval) == SUCCESS) {
|
| /PHP_5_3/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 437 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(val)); 441 if (zend_hash_get_current_data(Z_ARRVAL_PP(val), (void**)&iter_val) == SUCCESS) { 456 zend_hash_move_forward(Z_ARRVAL_PP(val)); 1508 vtype = determine_vector_type((Z_TYPE_PP(arg) == IS_OBJECT) ? Z_OBJPROP_PP(arg) : Z_ARRVAL_PP(arg));
|
| /PHP_5_3/main/ |
| H A D | php_variables.c | 207 symtable1 = Z_ARRVAL_PP(gpc_element_p); 667 php_autoglobal_merge(Z_ARRVAL_PP(dest_entry), Z_ARRVAL_PP(src_entry) TSRMLS_CC);
|
| /PHP_5_3/Zend/ |
| H A D | zend_operators.h | 424 #define Z_ARRVAL_PP(zval_pp) Z_ARRVAL(**zval_pp) macro
|
| /PHP_5_3/ext/pcre/ |
| H A D | php_pcre.c | 1357 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(subject)); 1361 while (zend_hash_get_current_data(Z_ARRVAL_PP(subject), (void **)&subject_entry) == SUCCESS) { 1367 switch(zend_hash_get_current_key(Z_ARRVAL_PP(subject), &string_key, &num_key, 0)) 1382 zend_hash_move_forward(Z_ARRVAL_PP(subject));
|