Home
last modified time | relevance | path

Searched refs:zend_hash_get_current_data_ex (Results 1 – 25 of 65) sorted by relevance

123

/PHP-5.5/ext/mysqli/
H A Dmysqli_embedded.c63 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.5/ext/spl/
H A Dspl_observer.c250 while (zend_hash_get_current_data_ex(&other->storage, (void **)&element, &pos) == SUCCESS) { in spl_object_storage_addall()
346 while (zend_hash_get_current_data_ex(&intern->storage, (void **)&element, &pos) == SUCCESS) { in spl_object_storage_debug_info()
382 while (zend_hash_get_current_data_ex(&intern->storage, (void **)&element, &pos) == SUCCESS) { in spl_object_storage_get_gc()
672 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == FAILURE) { in SPL_METHOD()
689 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == FAILURE) { in SPL_METHOD()
707 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == FAILURE) { in SPL_METHOD()
757 if (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &pos) == FAILURE) { in SPL_METHOD()
1061 …while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS)… in SPL_METHOD()
1090 …while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS … in SPL_METHOD()
1113 …while (zend_hash_get_current_data_ex(&intern->storage, (void**)&element, &intern->pos) == SUCCESS … in SPL_METHOD()
[all …]
H A Dspl_array.c1031 if (zend_hash_get_current_data_ex(aht, (void**)data, &object->pos) == FAILURE) { in spl_array_it_get_current_data()
1546 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_ARRAY_METHOD()
1633 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD()
1657 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD()
H A Dphp_spl.c435 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.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp99 zend_hash_get_current_data_ex(ht, (void**)&z, &pos); in PHP_FUNCTION()
109 zend_hash_get_current_data_ex(ht, (void**)&z, &pos); in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo.c113 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.5/ext/standard/
H A Darray.c290 zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **) &element, &pos) == SUCCESS; in php_count_recursive()
1194 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(array), (void **)&entry, &pos) == SUCCESS) { in php_search_array()
1559 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(keys), (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION()
2220 while (zend_hash_get_current_data_ex(src, (void **)&src_entry, &pos) == SUCCESS) { in php_array_merge()
2295 zend_hash_get_current_data_ex(src, (void **)&src_entry, &pos) == SUCCESS; in php_array_replace_recursive()
2510 while (zend_hash_get_current_data_ex(myht, (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION()
2583 zend_hash_get_current_data_ex(arr_hash, (void**)&data, &pointer) == SUCCESS; in PHP_FUNCTION()
4075 zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &pos) == SUCCESS; in PHP_FUNCTION()
4109 zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &pos) == SUCCESS; in PHP_FUNCTION()
4177 while (zend_hash_get_current_data_ex(htbl, (void **)&operand, &pos) == SUCCESS) { in PHP_FUNCTION()
[all …]
H A Dhttp.c79 if (zend_hash_get_current_data_ex(ht, (void **)&zdata, NULL) == FAILURE || !zdata || !(*zdata)) { in php_url_encode_hash_ex()
H A Dproc_open.c112 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()
541 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(descriptorspec), (void **)&descitem, &pos) == SUCC… in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c241 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()
H A Dvar.c657 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()
/PHP-5.5/win32/
H A Dregistry.c108 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.5/Zend/
H A Dzend_hash.h182 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos);
208 zend_hash_get_current_data_ex(ht, pData, NULL)
H A Dzend_builtin_functions.c914 …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()
1968 while (zend_hash_get_current_data_ex(&module_registry, (void *) &module, &pos) != FAILURE) { in ZEND_FUNCTION()
1976 while (zend_hash_get_current_data_ex(EG(zend_constants), (void **) &val, &pos) != FAILURE) { in ZEND_FUNCTION()
2050 while (zend_hash_get_current_data_ex(arg_array->value.ht, (void **) &tmp, &iterator) == SUCCESS) { in debug_print_backtrace_args()
2467 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &zif, &iterator) == SUCCESS) { in ZEND_FUNCTION()
H A Dzend_objects.c193zend_hash_get_current_data_ex(&old_object->ce->properties_info, (void**)&prop_info, &pos) == SUCCE… in zend_objects_clone_members()
H A Dzend_list.c321 while (zend_hash_get_current_data_ex(&list_destructors, (void **)&lde, &pos) == SUCCESS) { in zend_fetch_list_dtor_id()
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c50 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == S… in mysqlnd_minfo_print_hash()
/PHP-5.5/ext/soap/
H A Dsoap.c1000 while (zend_hash_get_current_data_ex(ht, (void**)&tmp, &pos1) == SUCCESS) { in soap_create_typemap()
1014 while (zend_hash_get_current_data_ex(ht2, (void**)&tmp, &pos2) == SUCCESS) { in soap_create_typemap()
1378 while (zend_hash_get_current_data_ex(ft, (void **)&f, &pos) != FAILURE) { in PHP_METHOD()
2942 zend_hash_get_current_data_ex(Z_ARRVAL_P(args), (void **) &param, &pos) == SUCCESS;
2983 while (zend_hash_get_current_data_ex(&sdl->functions, (void **)&function, &pos) != FAILURE) {
3014 while (zend_hash_get_current_data_ex(sdl->types, (void **)&type, &pos) != FAILURE) {
3829 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(ret), (void **)&data, &pos) != FAILURE) {
4514 while (zend_hash_get_current_data_ex(ht, (void **)&tmp, &pos) != FAILURE) {
4734 if (zend_hash_get_current_data_ex(type->elements, (void **)&item_type, &pos) != FAILURE) {
4749 while (zend_hash_get_current_data_ex(type->elements, (void **)&item_type, &pos) != FAILURE) {
[all …]
H A Dphp_encoding.c284 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()
3242 zend_hash_get_current_data_ex(Z_ARRVAL_P(data), (void **) &el, &pos) == SUCCESS; in to_xml_any()
/PHP-5.5/ext/filter/
H A Dfilter.c508 zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &element, &pos) == SUCCESS; in php_zval_filter_recursive()
702 zend_hash_get_current_data_ex(Z_ARRVAL_PP(op), (void **) &arg_elm, &pos) == SUCCESS; in php_filter_array_handler()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c443 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()
1117 while (zend_hash_get_current_data_ex(CG(function_table), (void **) &fptr, &iterator) == SUCCESS) { in _extension_string()
3359 …while (zend_hash_get_current_data_ex(&ce->properties_info, (void **) &prop_info, &pos) == SUCCESS)… in add_class_vars()
[all …]
/PHP-5.5/ext/pcntl/
H A Dpcntl.c936 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in PHP_FUNCTION()
1005 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(user_set), (void **)&user_signo, &pos) == SUCCESS) in pcntl_sigwaitinfo()
/PHP-5.5/ext/dba/
H A Ddba.c215 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.5/ext/openssl/
H A Dopenssl.c1791 if (zend_hash_get_current_data_ex(HASH_OF(calist), (void**)&item, &pos) == FAILURE) { in setup_verify()
1898 while(zend_hash_get_current_data_ex(HASH_OF(*zcerts), (void**)&zcertval, &hpos) == SUCCESS) { in STACK_OF()
2229 while(zend_hash_get_current_data_ex(HASH_OF(dn), (void**)&item, &hpos) == SUCCESS) { in php_openssl_make_REQ()
2310 while(zend_hash_get_current_data_ex(HASH_OF(attribs), (void**)&item, &hpos) == SUCCESS) { in php_openssl_make_REQ()
3683 while(zend_hash_get_current_data_ex(HASH_OF(*zrecipcerts), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION()
3740 while(zend_hash_get_current_data_ex(HASH_OF(zheaders), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION()
3850 while(zend_hash_get_current_data_ex(HASH_OF(zheaders), (void**)&hval, &hpos) == SUCCESS) { in PHP_FUNCTION()
4388 while (zend_hash_get_current_data_ex(pubkeysht, (void **) &pubkey, in PHP_FUNCTION()
/PHP-5.5/ext/snmp/
H A Dsnmp.c1045 zend_hash_get_current_data_ex(Z_ARRVAL_PP(oid), (void **) &tmp_oid, &pos_oid) == SUCCESS; in php_snmp_parse_oid()
1055 … if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(type), (void **) &tmp_type, &pos_type)) { in php_snmp_parse_oid()
1075 …if (SUCCESS == zend_hash_get_current_data_ex(Z_ARRVAL_PP(value), (void **) &tmp_value, &pos_value)… in php_snmp_parse_oid()
2124 while (zend_hash_get_current_data_ex(&php_snmp_properties, (void**)&hnd, &pos) == SUCCESS) { in php_snmp_get_properties()

Completed in 166 milliseconds

123