/PHP-5.4/ext/mysqli/ |
H A D | mysqli_embedded.c | 63 if (zend_hash_get_current_data_ex(HASH_OF(args), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION() 84 if (zend_hash_get_current_data_ex(HASH_OF(grps), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION()
|
/PHP-5.4/ext/spl/ |
H A D | spl_observer.c | 244 while (zend_hash_get_current_data_ex(&other->storage, (void **)&element, &pos) == SUCCESS) { in spl_object_storage_addall() 341 while (zend_hash_get_current_data_ex(&intern->storage, (void **)&element, &pos) == SUCCESS) { in spl_object_storage_debug_info() 396 while (zend_hash_get_current_data_ex(&intern->storage, (void **)&element, &pos) == SUCCESS) { in spl_object_storage_get_gc() 683 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == FAILURE) { in SPL_METHOD() 700 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == FAILURE) { in SPL_METHOD() 718 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == FAILURE) { in SPL_METHOD() 768 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &pos) == FAILURE) { in SPL_METHOD() 1071 …while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS)… in SPL_METHOD() 1100 …while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS … in SPL_METHOD() 1123 …while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS … in SPL_METHOD() [all …]
|
H A D | spl_array.c | 1021 if (zend_hash_get_current_data_ex(aht, (void**)data, &object->pos) == FAILURE) { in spl_array_it_get_current_data() 1536 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_ARRAY_METHOD() 1635 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD() 1659 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD()
|
H A D | php_spl.c | 435 zend_hash_get_current_data_ex(SPL_G(autoload_functions), (void **) &alfi, &function_pos); in PHP_FUNCTION() 729 zend_hash_get_current_data_ex(SPL_G(autoload_functions), (void **) &alfi, &function_pos); in PHP_FUNCTION()
|
/PHP-5.4/ext/pdo/ |
H A D | pdo.c | 113 while (SUCCESS == zend_hash_get_current_data_ex(&pdo_driver_hash, (void**)&pdriver, &pos)) { in PHP_FUNCTION() 406 while (SUCCESS == zend_hash_get_current_data_ex(&pdo_driver_hash, (void**)&pdriver, &pos)) { in PHP_MINFO_FUNCTION()
|
/PHP-5.4/ext/standard/ |
H A D | array.c | 290 zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **) &element, &pos) == SUCCESS; in php_count_recursive() 1222 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **)&entry, &pos) == SUCCESS) { in php_search_array() 1594 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(keys), (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION() 2255 while (zend_hash_get_current_data_ex(src, (void **)&src_entry, &pos) == SUCCESS) { in php_array_merge() 2318 zend_hash_get_current_data_ex(src, (void **)&src_entry, &pos) == SUCCESS; in php_array_replace_recursive() 2548 while (zend_hash_get_current_data_ex(myht, (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION() 4030 zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &pos) == SUCCESS; in PHP_FUNCTION() 4064 zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &pos) == SUCCESS; in PHP_FUNCTION() 4132 while (zend_hash_get_current_data_ex(htbl, (void **)&operand, &pos) == SUCCESS) { in PHP_FUNCTION() 4189 zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **)&operand, &pos) == SUCCESS; in PHP_FUNCTION() [all …]
|
H A D | proc_open.c | 112 zend_hash_get_current_data_ex(target_hash, (void **) &element, &pos) == SUCCESS; in _php_array_to_envp() 148 zend_hash_get_current_data_ex(target_hash, (void **) &element, &pos) == SUCCESS; in _php_array_to_envp() 528 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCC… in PHP_FUNCTION()
|
H A D | http.c | 80 if (zend_hash_get_current_data_ex(ht, (void **)&zdata, NULL) == FAILURE || !zdata || !(*zdata)) { in php_url_encode_hash_ex()
|
H A D | var.c | 657 zend_hash_get_current_data_ex(HASH_OF(retval_ptr), (void **) &name, &pos); in php_var_serialize_class() 879 if (zend_hash_get_current_data_ex(myht, (void **) &data, &pos) != SUCCESS in php_var_serialize_intern()
|
H A D | http_fopen_wrapper.c | 241 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex() 430 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(tmpzval), (void *)&tmpheader, &pos); in php_stream_url_wrap_http_ex()
|
/PHP-5.4/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 50 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), in mysqlnd_minfo_print_hash() 81 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == S… in mysqlnd_minfo_print_hash()
|
/PHP-5.4/win32/ |
H A D | registry.c | 108 zend_hash_get_current_data_ex(parent_ht, (void**)&tmpdata, &pos) == SUCCESS && in LoadDirectory() 261 zend_hash_get_current_data_ex(ht, (void**)&data, &pos) == SUCCESS && in UpdateIniFromRegistry()
|
/PHP-5.4/ext/intl/msgformat/ |
H A D | msgformat_format.c | 59 zend_hash_get_current_data_ex(Z_ARRVAL_P(args), (void **)&val, &pos); in msgfmt_do_format()
|
/PHP-5.4/Zend/ |
H A D | zend_hash.h | 181 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos); 205 zend_hash_get_current_data_ex(ht, pData, NULL)
|
H A D | zend_builtin_functions.c | 914 …while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop_info, &pos) == SUCCESS)… in add_class_vars() 1014 while (zend_hash_get_current_data_ex(properties, (void **) &value, &pos) == SUCCESS) { in ZEND_FUNCTION() 1069 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in ZEND_FUNCTION() 1983 while (zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) != FAILURE) { in ZEND_FUNCTION() 1991 while (zend_hash_get_current_data_ex(EG(zend_constants), (void **) &val, &pos) != FAILURE) { in ZEND_FUNCTION() 2065 while (zend_hash_get_current_data_ex(arg_array->value.ht, (void **) &tmp, &iterator) == SUCCESS) { in debug_print_backtrace_args() 2482 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()
|
H A D | zend_objects.c | 193 …zend_hash_get_current_data_ex(&old_object->ce->properties_info, (void**)&prop_info, &pos) == SUCCE… in zend_objects_clone_members()
|
H A D | zend_list.c | 321 while (zend_hash_get_current_data_ex(&list_destructors, (void **)&lde, &pos) == SUCCESS) { in zend_fetch_list_dtor_id()
|
/PHP-5.4/ext/soap/ |
H A D | soap.c | 994 while (zend_hash_get_current_data_ex(ht, (void**)&tmp, &pos1) == SUCCESS) { in soap_create_typemap() 1008 while (zend_hash_get_current_data_ex(ht2, (void**)&tmp, &pos2) == SUCCESS) { in soap_create_typemap() 1372 while (zend_hash_get_current_data_ex(ft, (void **)&f, &pos) != FAILURE) { in PHP_METHOD() 2923 zend_hash_get_current_data_ex(Z_ARRVAL_P(args), (void **) ¶m, &pos) == SUCCESS; 2964 while (zend_hash_get_current_data_ex(&sdl->functions, (void **)&function, &pos) != FAILURE) { 2995 while (zend_hash_get_current_data_ex(sdl->types, (void **)&type, &pos) != FAILURE) { 3810 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(ret), (void **)&data, &pos) != FAILURE) { 4495 while (zend_hash_get_current_data_ex(ht, (void **)&tmp, &pos) != FAILURE) { 4715 if (zend_hash_get_current_data_ex(type->elements, (void **)&item_type, &pos) != FAILURE) { 4730 while (zend_hash_get_current_data_ex(type->elements, (void **)&item_type, &pos) != FAILURE) { [all …]
|
H A D | php_encoding.c | 284 zend_hash_get_current_data_ex(sdl->encoders, (void **) &enc, &pos) == SUCCESS; in find_encoder_by_type_name() 483 zend_hash_get_current_data_ex(SOAP_GLOBAL(class_map), (void **) &tmp, &pos) == SUCCESS; in master_to_xml_int() 1457 while (zend_hash_get_current_data_ex(model->u.content, (void**)&tmp, &pos) == SUCCESS) { in model_to_zval_object() 1609 while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) { in to_zval_object_ex() 1827 while (zend_hash_get_current_data_ex(model->u.content, (void**)&tmp, &pos) == SUCCESS) { in model_to_xml_object() 1844 while (zend_hash_get_current_data_ex(model->u.content, (void**)&tmp, &pos) == SUCCESS) { in model_to_xml_object() 1884 zend_hash_get_current_data_ex(model->u.content, (void**)&tmp, &pos); in model_array_element() 2013 while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) { in to_xml_object() 3251 zend_hash_get_current_data_ex(Z_ARRVAL_P(data), (void **) &el, &pos) == SUCCESS; in to_xml_any()
|
/PHP-5.4/ext/filter/ |
H A D | filter.c | 506 zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &element, &pos) == SUCCESS; in php_zval_filter_recursive() 700 zend_hash_get_current_data_ex(Z_ARRVAL_PP(op), (void **) &arg_elm, &pos) == SUCCESS; in php_filter_array_handler()
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 443 while (zend_hash_get_current_data_ex(&ce->constants_table, (void **) &value, &pos) == SUCCESS) { in _class_string() 463 while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) { in _class_string() 481 while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) { in _class_string() 502 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string() 520 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string() 545 while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop, &pos) == SUCCESS) { in _class_string() 567 while (zend_hash_get_current_data_ex(properties, (void **) &prop, &pos) == SUCCESS) { in _class_string() 603 while (zend_hash_get_current_data_ex(&ce->function_table, (void **) &mptr, &pos) == SUCCESS) { in _class_string() 1114 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in _extension_string() 3348 …while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop_info, &pos) == SUCCESS)… in add_class_vars() [all …]
|
/PHP-5.4/ext/pcntl/ |
H A D | pcntl.c | 935 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in PHP_FUNCTION() 1004 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in pcntl_sigwaitinfo()
|
/PHP-5.4/ext/dba/ |
H A D | dba.c | 215 zend_hash_get_current_data_ex(Z_ARRVAL_P(key), (void **) &group, &pos); 217 zend_hash_get_current_data_ex(Z_ARRVAL_P(key), (void **) &name, &pos);
|
/PHP-5.4/ext/openssl/ |
H A D | openssl.c | 1776 if (zend_hash_get_current_data_ex(HASH_OF(calist), (void**)&item, &pos) == FAILURE) { in setup_verify() 1883 while(zend_hash_get_current_data_ex(HASH_OF(*zcerts), (void**)&zcertval, &hpos) == SUCCESS) { in STACK_OF() 2214 while(zend_hash_get_current_data_ex(HASH_OF(dn), (void**)&item, &hpos) == SUCCESS) { in php_openssl_make_REQ() 2295 while(zend_hash_get_current_data_ex(HASH_OF(attribs), (void**)&item, &hpos) == SUCCESS) { in php_openssl_make_REQ() 3617 while(zend_hash_get_current_data_ex(HASH_OF(*zrecipcerts), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION() 3674 while(zend_hash_get_current_data_ex(HASH_OF(zheaders), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION() 3784 while(zend_hash_get_current_data_ex(HASH_OF(zheaders), (void**)&hval, &hpos) == SUCCESS) { in PHP_FUNCTION() 4322 while (zend_hash_get_current_data_ex(pubkeysht, (void **) &pubkey, in PHP_FUNCTION()
|
/PHP-5.4/ext/curl/ |
H A D | streams.c | 354 SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(ctx_opt), (void *)&header, &pos); in php_curl_stream_opener()
|