Home
last modified time | relevance | path

Searched refs:zend_hash_init (Results 1 – 25 of 100) sorted by relevance

1234

/PHP-5.5/ext/dom/
H A Dphp_dom.c194 zend_hash_init(dest->classmap, 0, NULL, NULL, 0); in dom_copy_doc_props()
212 zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); in dom_set_doc_classmap()
671 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
686 zend_hash_init(&dom_namelist_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
701 zend_hash_init(&dom_node_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
737 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
791 zend_hash_init(&dom_attr_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
802 zend_hash_init(&dom_element_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
810 zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
874 zend_hash_init(&dom_entity_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
[all …]
/PHP-5.5/ext/soap/
H A Dphp_sdl.c743 zend_hash_init(&ctx.messages, 0, NULL, NULL, 0); in load_wsdl()
744 zend_hash_init(&ctx.bindings, 0, NULL, NULL, 0); in load_wsdl()
745 zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); in load_wsdl()
746 zend_hash_init(&ctx.services, 0, NULL, NULL, 0); in load_wsdl()
1983 zend_hash_init(tmp_elements, i, NULL, NULL, 0); in sdl_serialize_type()
2131 zend_hash_init(&tmp_types, 0, NULL, NULL, 0); in add_sdl_to_cache()
2132 zend_hash_init(&tmp_encoders, 0, NULL, NULL, 0); in add_sdl_to_cache()
2133 zend_hash_init(&tmp_bindings, 0, NULL, NULL, 0); in add_sdl_to_cache()
2959 zend_hash_init(&bp_types, 0, NULL, NULL, 0); in make_persistent_sdl()
2960 zend_hash_init(&bp_encoders, 0, NULL, NULL, 0); in make_persistent_sdl()
[all …]
H A Dphp_schema.c56 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in create_encoder()
170 zend_hash_init(ctx->sdl->types, 0, NULL, delete_type, 0); in load_schema()
174 zend_hash_init(ctx->attributes, 0, NULL, delete_attribute, 0); in load_schema()
178 zend_hash_init(ctx->attributeGroups, 0, NULL, delete_type, 0); in load_schema()
335 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in schema_simpleType()
362 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); in schema_simpleType()
436 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); in schema_list()
471 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); in schema_list()
1123 zend_hash_init(sdl->groups, 0, NULL, delete_type, 0); in schema_group()
1388 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in schema_complexType()
[all …]
/PHP-5.5/ext/pdo/
H A Dpdo_sqlstate.c317 if (FAILURE == zend_hash_init(&err_hash, in pdo_sqlstate_init_error_table()
H A Dpdo.c368 zend_hash_init(&pdo_driver_hash, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c36 zend_hash_init(&mysqlnd_api_ext_ht, 3, NULL, NULL, 1); in mysqlnd_reverse_api_init()
H A Dmysqlnd_plugin.c102zend_hash_init(&mysqlnd_registered_plugins, 4 /* initial hash size */, NULL /* hash_func */, NULL … in mysqlnd_plugin_subsystem_init()
H A Dmysqlnd_priv.h47 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
H A Dmysqlnd_debug.c532 zend_hash_init(&self->not_filtered_functions, 0, NULL, NULL, 0); in MYSQLND_METHOD()
735 zend_hash_init(&ret->not_filtered_functions, 0, NULL, NULL, 0); in mysqlnd_debug_init()
736 zend_hash_init(&ret->function_profiles, 0, NULL, NULL, 0); in mysqlnd_debug_init()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c135 zend_hash_init(intern->parameter, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_objects_new()
137 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_objects_new()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_format.c45 zend_hash_init(args_copy, count, NULL, ZVAL_PTR_DTOR, 0); in msgfmt_do_format()
/PHP-5.5/Zend/
H A Dzend_list.c222 if (zend_hash_init(&EG(regular_list), 0, NULL, list_entry_destructor, 0)==SUCCESS) { in zend_init_rsrc_list()
338 retval = zend_hash_init(&list_destructors, 50, NULL, NULL, 1); in zend_init_rsrc_list_dtors()
H A Dzend_variables.c137 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0); in _zval_copy_ctor_func()
H A Dzend_string.c55 zend_hash_init(&CG(interned_strings), 0, NULL, NULL, 1); in zend_interned_strings_init()
H A Dzend_hash.h104 #define zend_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) _zend_hash_init((ht)… macro
308 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
H A Dzend_objects.c186 zend_hash_init(new_object->properties, 0, NULL, ZVAL_PTR_DTOR, 0); in zend_objects_clone_members()
H A Dzend_closures.c330 zend_hash_init(closure->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); in zend_closure_get_debug_info()
465zend_hash_init(closure->func.op_array.static_variables, zend_hash_num_elements(static_variables), … in zend_create_closure()
/PHP-5.5/win32/
H A Dregistry.c85 zend_hash_init(ht, 0, NULL, ZVAL_INTERNAL_PTR_DTOR, 1); in LoadDirectory()
187 zend_hash_init(PW32G(registry_directories), 0, NULL, delete_internal_hashtable, 1); in UpdateIniFromRegistry()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c463 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids()
464 zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids()
598 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_wrapper_export_as_sink()
/PHP-5.5/ext/standard/
H A Dphp_var.h60 zend_hash_init((var_hash_ptr), 10, NULL, NULL, 0); \
/PHP-5.5/ext/phar/
H A Dphar.c118 if (zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0) == SUCCESS) { in phar_split_cache_list()
126 zend_hash_init(&cached_alias, sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1); in phar_split_cache_list()
1040 zend_hash_init(&mydata->manifest, manifest_count,
1042 zend_hash_init(&mydata->mounted_dirs, 5,
1044 zend_hash_init(&mydata->virtual_dirs, manifest_count * 2,
1397 zend_hash_init(&mydata->manifest, sizeof(phar_entry_info),
1399 zend_hash_init(&mydata->mounted_dirs, sizeof(char *),
1401 zend_hash_init(&mydata->virtual_dirs, sizeof(char *),
3420 zend_hash_init(&phar_globals->mime_types, 0, NULL, NULL, 1);
3529 zend_hash_init(&(PHAR_GLOBALS->phar_persist_map), 5, zend_get_hash_value, NULL, 0);
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli.c632 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
650 zend_hash_init(&mysqli_driver_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
658 zend_hash_init(&mysqli_link_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
666 zend_hash_init(&mysqli_warning_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
673 zend_hash_init(&mysqli_result_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
683 zend_hash_init(&mysqli_stmt_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c206 zend_hash_init(&newx->config, 0, NULL, NULL, 1); in create_php_config()
/PHP-5.5/main/
H A Dphp_ini.c263 zend_hash_init(Z_ARRVAL_P(option_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
334 zend_hash_init(Z_ARRVAL_P(section_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
392 if (zend_hash_init(&configuration_hash, 0, NULL, (dtor_func_t) config_zval_dtor, 1) == FAILURE) { in php_init_config()
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c229 zend_hash_init(&newx->config, 0, NULL, NULL, 1); in create_php_config()

Completed in 112 milliseconds

1234