| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_php.c | 282 while (zend_hash_get_current_data(Z_ARRVAL_PP(data), (void **) &tmp) == SUCCESS) {
|
| /PHP_TRUNK/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 | 422 while( zend_hash_get_current_data( hash, (void**) &hashData ) == SUCCESS )
|
| /PHP_TRUNK/ext/mysqli/ |
| 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);
|
| H A D | mysqli_nonapi.c | 651 zend_hash_get_current_data(Z_ARRVAL_P(in_array), (void **) &elem) == SUCCESS; 690 zend_hash_get_current_data(Z_ARRVAL_P(out_array), (void **) &elem) == SUCCESS; 741 zend_hash_get_current_data(Z_ARRVAL_P(in_zval_array), (void **) &elem) == SUCCESS;
|
| /PHP_TRUNK/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_TRUNK/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_TRUNK/ext/readline/ |
| H A D | readline_cli.c | 419 zend_hash_get_current_data(ht, pData);
|
| H A D | readline.c | 443 while (zend_hash_get_current_data(myht, (void **)&entry) == SUCCESS) {
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_packet_soap.c | 270 while (zend_hash_get_current_data(fn->responseParameters, (void **)&h_param) == SUCCESS) { 386 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_encoding.c | 1716 while (zend_hash_get_current_data(ht,(void**)&val) == SUCCESS) { 1796 while (zend_hash_get_current_data(ht,(void**)&val) == SUCCESS) { 1979 while (zend_hash_get_current_data(prop,(void**)&val) == SUCCESS) { 2061 zend_hash_get_current_data(prop, (void **)&zprop); 2218 if (zend_hash_get_current_data(data->value.ht, (void **)&zdata) != SUCCESS) { 2411 zend_hash_get_current_data(Z_ARRVAL_PP(el), (void**)&el); 2480 zend_hash_get_current_data(sdl_type->elements, (void**)&elementType) == SUCCESS) && 2492 zend_hash_get_current_data(sdl_type->elements, (void**)&elementType) == SUCCESS) && 2683 zend_hash_get_current_data(type->sdl_type->elements, (void**)&elementType) == SUCCESS) && 2691 zend_hash_get_current_data(typ [all...] |
| 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 | 864 zend_hash_get_current_data(Z_ARRVAL_P(code), (void**)&t_ns); 866 zend_hash_get_current_data(Z_ARRVAL_P(code), (void**)&t_code); 2823 while (zend_hash_get_current_data(ht, (void**)&tmp) == SUCCESS) { 2904 while (zend_hash_get_current_data(default_headers, (void**)&tmp) == SUCCESS) { 3301 while (zend_hash_get_current_data(function->requestParameters, (void **)¶m) == SUCCESS) { 3310 while (zend_hash_get_current_data(function->requestParameters, (void **)¶m) == SUCCESS) { 3894 zend_hash_get_current_data(function->faults, (void**)&fault); 3914 zend_hash_get_current_data(fault->details, (void**)&sparam); 3984 zend_hash_get_current_data(fault->details, (void**)&sparam); 4255 while (zend_hash_get_current_data(soap_header [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | formatted_print.c | 407 zend_hash_get_current_data(Z_ARRVAL_PP(array), (void **)&newargs[i++]) == SUCCESS;
|
| H A D | streamsfuncs.c | 610 zend_hash_get_current_data(Z_ARRVAL_P(stream_array), (void **) &elem) == SUCCESS; 672 zend_hash_get_current_data(Z_ARRVAL_P(stream_array), (void **) &elem) == FAILURE) { 729 zend_hash_get_current_data(Z_ARRVAL_P(stream_array), (void **) &elem) == SUCCESS;
|
| /PHP_TRUNK/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_TRUNK/ext/xsl/ |
| H A D | xsltprocessor.c | 149 zend_hash_get_current_data(parht, (void **)&value) == SUCCESS; 783 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { 881 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) {
|
| /PHP_TRUNK/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_TRUNK/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_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_reverse_api.c | 77 zend_hash_get_current_data(&mysqlnd_api_ext_ht, (void **)&elem) == SUCCESS;
|
| /PHP_TRUNK/ext/dom/ |
| H A D | dom_iterators.c | 206 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) { 285 if (zend_hash_get_current_data(nodeht, (void **) &entry)==SUCCESS) {
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_fixedarray.c | 710 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; 733 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS; 751 zend_hash_get_current_data(Z_ARRVAL_P(data), (void **) &element) == SUCCESS;
|
| /PHP_TRUNK/ext/pcre/ |
| H A D | php_pcre.c | 1275 while (zend_hash_get_current_data(Z_ARRVAL_P(regex), (void **)®ex_entry) == SUCCESS) { 1282 if (zend_hash_get_current_data(Z_ARRVAL_P(replace), (void **)&replace_entry) == SUCCESS) { 1391 while (zend_hash_get_current_data(Z_ARRVAL_PP(subject), (void **)&subject_entry) == SUCCESS) { 1803 while (zend_hash_get_current_data(Z_ARRVAL_P(input), (void **)&entry) == SUCCESS) {
|
| /PHP_TRUNK/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) {
|