| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 282 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) {
|
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_convert.c | 55 zend_hash_get_current_data( hash, (void**) &hashData ); 99 zend_hash_get_current_data( hash, (void**) &hashData );
|
| H A D | collator_sort.c | 421 while( zend_hash_get_current_data( hash, (void**) &hashData ) == SUCCESS )
|
| /PHP_5_3/ext/dom/ |
| H A D | dom_iterators.c | 219 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) { 298 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) {
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 577 zend_hash_get_current_data(Z_ARRVAL_P(in_array), (void **) &elem) == SUCCESS; 616 zend_hash_get_current_data(Z_ARRVAL_P(out_array), (void **) &elem) == SUCCESS; 667 zend_hash_get_current_data(Z_ARRVAL_P(in_zval_array), (void **) &elem) == SUCCESS;
|
| H A D | mysqli_warning.c | 153 zend_hash_get_current_data(Z_ARRVAL_P(row), (void **)&entry); 159 zend_hash_get_current_data(Z_ARRVAL_P(row), (void **)&entry);
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8_statement.c | 906 if ((i < bind->array.old_length) && (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE)) { 917 if ((i < bind->array.old_length) && (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE)) { 933 if ((i < bind->array.old_length) && (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE)) { 967 if ((i < bind->array.old_length) && (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE)) { 1517 while (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE) { 1540 if (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE) { 1554 if ((i < bind->array.current_length) && (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE)) { 1598 if ((i < bind->array.current_length) && (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE)) { 1636 if ((i < bind->array.current_length) && (zend_hash_get_current_data(hash, (void **) &entry) != FAILURE)) { 1675 if ((i < bind->array.current_length) && (zend_hash_get_current_data(has [all...] |
| /PHP_5_3/ext/pcntl/ |
| H A D | pcntl.c | 770 (argi < argc && (zend_hash_get_current_data(args_hash, (void **) &element) == SUCCESS)); 790 (envi < envc && (zend_hash_get_current_data(envs_hash, (void **) &element) == SUCCESS));
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_sql_parser.re | 408 while (SUCCESS == zend_hash_get_current_data(params, (void**)¶m)) {
|
| /PHP_5_3/ext/readline/ |
| H A D | readline.c | 420 while (zend_hash_get_current_data(myht, (void **)&entry) == SUCCESS) {
|
| /PHP_5_3/ext/soap/ |
| H A D | php_encoding.c | 1732 while (zend_hash_get_current_data(ht,(void**)&val) == SUCCESS) { 1812 while (zend_hash_get_current_data(ht,(void**)&val) == SUCCESS) { 1996 while (zend_hash_get_current_data(prop,(void**)&val) == SUCCESS) { 2078 zend_hash_get_current_data(prop, (void **)&zprop); 2234 if (zend_hash_get_current_data(data->value.ht, (void **)&zdata) != SUCCESS) { 2437 zend_hash_get_current_data(Z_ARRVAL_PP(el), (void**)&el); 2506 zend_hash_get_current_data(sdl_type->elements, (void**)&elementType) == SUCCESS) && 2518 zend_hash_get_current_data(sdl_type->elements, (void**)&elementType) == SUCCESS) && 2711 zend_hash_get_current_data(type->sdl_type->elements, (void**)&elementType) == SUCCESS) && 2719 zend_hash_get_current_data(typ [all...] |
| H A D | php_packet_soap.c | 272 while (zend_hash_get_current_data(fn->responseParameters, (void **)&h_param) == SUCCESS) { 388 zend_hash_get_current_data(Z_ARRVAL_P(return_value), (void**)&tmp);
|
| H A D | php_schema.c | 2098 while (zend_hash_get_current_data((*tmp)->attributes,(void**)&tmp_attr) == SUCCESS) { 2178 while (zend_hash_get_current_data(model->u.content, (void**)&tmp) == SUCCESS) { 2220 while (zend_hash_get_current_data(type->elements,(void**)&tmp) == SUCCESS) { 2230 while (zend_hash_get_current_data(type->attributes,(void**)&attr) == SUCCESS) { 2253 while (zend_hash_get_current_data(ctx->attributes,(void**)&attr) == SUCCESS) { 2260 while (zend_hash_get_current_data(ctx->attributeGroups,(void**)&type) == SUCCESS) { 2267 while (zend_hash_get_current_data(sdl->elements,(void**)&type) == SUCCESS) { 2274 while (zend_hash_get_current_data(sdl->groups,(void**)&type) == SUCCESS) { 2281 while (zend_hash_get_current_data(sdl->types,(void**)&type) == SUCCESS) {
|
| H A D | php_sdl.c | 189 zend_hash_get_current_data(sdl->bindings, (void **) &binding) == SUCCESS; 759 zend_hash_get_current_data(&ctx.services, (void **)&tmp); 1861 while (zend_hash_get_current_data(attr->extraAttributes, (void**)&tmp) == SUCCESS) { 1887 while (zend_hash_get_current_data(model->u.content, (void**)&tmp) == SUCCESS) { 1964 while (zend_hash_get_current_data(type->restrictions->enumeration, (void**)&tmp) == SUCCESS) { 1986 while (zend_hash_get_current_data(type->elements, (void**)&tmp) == SUCCESS) { 2004 while (zend_hash_get_current_data(type->attributes, (void**)&tmp) == SUCCESS) { 2044 while (zend_hash_get_current_data(ht, (void**)&tmp) == SUCCESS) { 2073 while (zend_hash_get_current_data(body->headers, (void**)&tmp) == SUCCESS) { 2092 while (zend_hash_get_current_data((*tm [all...] |
| H A D | soap.c | 975 zend_hash_get_current_data(Z_ARRVAL_P(code), (void**)&t_ns); 977 zend_hash_get_current_data(Z_ARRVAL_P(code), (void**)&t_code); 3006 while (zend_hash_get_current_data(ht, (void**)&tmp) == SUCCESS) { 3087 while (zend_hash_get_current_data(default_headers, (void**)&tmp) == SUCCESS) { 3522 while (zend_hash_get_current_data(function->requestParameters, (void **)¶m) == SUCCESS) { 3531 while (zend_hash_get_current_data(function->requestParameters, (void **)¶m) == SUCCESS) { 4116 zend_hash_get_current_data(function->faults, (void**)&fault); 4136 zend_hash_get_current_data(fault->details, (void**)&sparam); 4206 zend_hash_get_current_data(fault->details, (void**)&sparam); 4477 while (zend_hash_get_current_data(soap_header [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | formatted_print.c | 410 zend_hash_get_current_data(Z_ARRVAL_PP(array), (void **)&newargs[i++]) == SUCCESS;
|
| H A D | streamsfuncs.c | 620 zend_hash_get_current_data(Z_ARRVAL_P(stream_array), (void **) &elem) == SUCCESS; 666 zend_hash_get_current_data(Z_ARRVAL_P(stream_array), (void **) &elem) == SUCCESS; 722 zend_hash_get_current_data(Z_ARRVAL_P(stream_array), (void **) &elem) == SUCCESS;
|
| /PHP_5_3/ext/wddx/ |
| H A D | wddx.c | 313 zend_hash_get_current_data(Z_ARRVAL_P(retval), (void **) &ent) == SUCCESS; 492 zend_hash_get_current_data(sleephash, (void **)&varname) == SUCCESS; 525 zend_hash_get_current_data(objhash, (void**)&ent) == SUCCESS; 571 zend_hash_get_current_data(target_hash, (void**)&ent) == SUCCESS; 597 zend_hash_get_current_data(target_hash, (void**)&ent) == SUCCESS; 718 while(zend_hash_get_current_data(target_hash, (void**)&val) == SUCCESS) {
|
| /PHP_5_3/ext/xmlrpc/ |
| H A D | xmlrpc-epi-php.c | 441 if (zend_hash_get_current_data(Z_ARRVAL_PP(val), (void**)&iter_val) == SUCCESS) { 581 while(zend_hash_get_current_data(Z_ARRVAL_P(val_arr), (void**)&pIter) == SUCCESS) { 978 if (zend_hash_get_current_data(Z_ARRVAL_P(pData->server->introspection_map), (void**)&php_function) == SUCCESS) {
|
| /PHP_5_3/main/ |
| H A D | php3_compat.h | 70 #define _php3_hash_get_current_data zend_hash_get_current_data
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | apache_config.c | 139 zend_hash_get_current_data(&d->config, (void **) &data); 173 zend_hash_get_current_data(&d->config, (void **) &data);
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | apache_config.c | 161 zend_hash_get_current_data(&d->config, (void **) &data); 195 if (zend_hash_get_current_data(&d->config, (void **) &data) == SUCCESS) {
|
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli_readline.c | 291 zend_hash_get_current_data(ht, pData);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl_fixedarray.c | 661 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; 684 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; 702 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS;
|
| /PHP_5_3/ext/pcre/ |
| H A D | php_pcre.c | 1245 while (zend_hash_get_current_data(Z_ARRVAL_P(regex), (void **)®ex_entry) == SUCCESS) { 1252 if (zend_hash_get_current_data(Z_ARRVAL_P(replace), (void **)&replace_entry) == SUCCESS) { 1361 while (zend_hash_get_current_data(Z_ARRVAL_PP(subject), (void **)&subject_entry) == SUCCESS) { 1773 while (zend_hash_get_current_data(Z_ARRVAL_P(input), (void **)&entry) == SUCCESS) {
|