Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/dom/
H A Dphp_dom.c200 zend_hash_init(dest->classmap, 0, NULL, NULL, 0); in dom_copy_doc_props()
218 zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); in dom_set_doc_classmap()
611 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
626 zend_hash_init(&dom_namelist_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
641 zend_hash_init(&dom_node_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
677 zend_hash_init(&dom_document_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
731 zend_hash_init(&dom_attr_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
742 zend_hash_init(&dom_element_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
750 zend_hash_init(&dom_text_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
814 zend_hash_init(&dom_entity_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
[all …]
/PHP-7.3/ext/soap/
H A Dphp_sdl.c737 zend_hash_init(&ctx.messages, 0, NULL, NULL, 0); in load_wsdl()
738 zend_hash_init(&ctx.bindings, 0, NULL, NULL, 0); in load_wsdl()
739 zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); in load_wsdl()
740 zend_hash_init(&ctx.services, 0, NULL, NULL, 0); in load_wsdl()
1974 zend_hash_init(tmp_elements, i, NULL, NULL, 0); in sdl_serialize_type()
2120 zend_hash_init(&tmp_types, 0, NULL, NULL, 0); in add_sdl_to_cache()
2121 zend_hash_init(&tmp_encoders, 0, NULL, NULL, 0); in add_sdl_to_cache()
2122 zend_hash_init(&tmp_bindings, 0, NULL, NULL, 0); in add_sdl_to_cache()
2929 zend_hash_init(&bp_types, 0, NULL, NULL, 0); in make_persistent_sdl()
2930 zend_hash_init(&bp_encoders, 0, NULL, NULL, 0); in make_persistent_sdl()
[all …]
H A Dphp_schema.c55 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in create_encoder()
169 zend_hash_init(ctx->sdl->types, 0, NULL, delete_type, 0); in load_schema()
173 zend_hash_init(ctx->attributes, 0, NULL, delete_attribute, 0); in load_schema()
177 zend_hash_init(ctx->attributeGroups, 0, NULL, delete_type, 0); in load_schema()
334 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in schema_simpleType()
361 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); in schema_simpleType()
435 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()
1124 zend_hash_init(sdl->groups, 0, NULL, delete_type, 0); in schema_group()
1389 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); in schema_complexType()
[all …]
/PHP-7.3/ext/pdo/
H A Dpdo_sqlstate.c315 zend_hash_init(&err_hash, sizeof(err_initializer)/sizeof(err_initializer[0]), NULL, NULL, 1); in pdo_sqlstate_init_error_table()
H A Dpdo.c341 zend_hash_init(&pdo_driver_hash, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
H A Dpdo_sql_parser.c660 zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0); in pdo_parse_params()
701 zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0); in pdo_parse_params()
H A Dpdo_sql_parser.re346 zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0);
387 zend_hash_init(stmt->bound_param_map, 13, NULL, free_param_name, 0);
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c35 zend_hash_init(&mysqlnd_api_ext_ht, 3, NULL, NULL, 1); in mysqlnd_reverse_api_init()
H A Dmysqlnd_plugin.c101zend_hash_init(&mysqlnd_registered_plugins, 4 /* initial hash size */, NULL /* hash_func */, NULL … in mysqlnd_plugin_subsystem_init()
H A Dmysqlnd_debug.c511 zend_hash_init(&self->not_filtered_functions, 0, NULL, NULL, 0); in MYSQLND_METHOD()
712 zend_hash_init(&ret->not_filtered_functions, 0, NULL, NULL, 0); in mysqlnd_debug_init()
713 zend_hash_init(&ret->function_profiles, 0, NULL, NULL, 0); in mysqlnd_debug_init()
/PHP-7.3/Zend/
H A Dzend_vm_trace_map.h29 zend_hash_init(&vm_trace_ht, 0, NULL, NULL, 1); \
H A Dzend_vm_trace_handlers.h86 zend_hash_init(&vm_trace_ht, 0, NULL, NULL, 1); in zend_vm_trace_init()
H A Dzend_list.c211 zend_hash_init(&EG(regular_list), 8, NULL, list_entry_destructor, 0); in zend_init_rsrc_list()
314 zend_hash_init(&list_destructors, 64, NULL, list_destructors_dtor, 1); in zend_init_rsrc_list_dtors()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_info.c103 zend_hash_init(&consts, 8, NULL, NULL, 0); in PHPDBG_INFO()
196 zend_hash_init(&vars, 8, NULL, NULL, 0); in phpdbg_print_symbols()
389 zend_hash_init(&classes, 8, NULL, NULL, 0); in PHPDBG_INFO()
435 zend_hash_init(&functions, 8, NULL, NULL, 0); in PHPDBG_INFO()
H A Dphpdbg.c188 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0); in PHP_MINIT_FUNCTION()
190 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0); in PHP_MINIT_FUNCTION()
194 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], 8, NULL, php_phpdbg_destroy_bp_opline, 0); in PHP_MINIT_FUNCTION()
195 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], 8, NULL, php_phpdbg_destroy_bp_opcode, 0); in PHP_MINIT_FUNCTION()
196 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], 8, NULL, php_phpdbg_destroy_bp_methods, 0); in PHP_MINIT_FUNCTION()
197 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], 8, NULL, php_phpdbg_destroy_bp_condition, 0); in PHP_MINIT_FUNCTION()
198 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION()
200 zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0); in PHP_MINIT_FUNCTION()
201 zend_hash_init(&PHPDBG_G(registered), 8, NULL, php_phpdbg_destroy_registered, 0); in PHP_MINIT_FUNCTION()
203 zend_hash_init(&PHPDBG_G(file_sources), 0, NULL, php_phpdbg_destroy_file_source, 0); in PHP_MINIT_FUNCTION()
[all …]
H A Dphpdbg_watch.c299 zend_hash_init(&watch->elements, 8, brml, NULL, 0);
409 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0);
433 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0);
575 zend_hash_init(&child->child_container, 8, NULL, NULL, 0);
598 zend_hash_init(&hti->watches, 0, grrrrr, ZVAL_PTR_DTOR, 0);
1398 zend_hash_init(&PHPDBG_G(watch_elements), 8, NULL, NULL, 0);
1399 zend_hash_init(&PHPDBG_G(watch_collisions), 8, NULL, NULL, 0);
1400 zend_hash_init(&PHPDBG_G(watch_recreation), 8, NULL, NULL, 0);
1401 zend_hash_init(&PHPDBG_G(watch_free), 8, NULL, NULL, 0);
1405zend_hash_init(PHPDBG_G(watchlist_mem), phpdbg_pagesize / (sizeof(Bucket) + sizeof(uint32_t)), NUL…
[all …]
H A Dphpdbg_bp.c302 zend_hash_init(&breaks, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_set_breakpoint_file()
364 zend_hash_init(&new_ht, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_resolve_pending_file_break_ex()
454 zend_hash_init(&class_breaks, 8, NULL, phpdbg_class_breaks_dtor, 0); in phpdbg_set_breakpoint_method()
670 zend_hash_init(&class_breaks, 8, NULL, phpdbg_opline_class_breaks_dtor, 0); in phpdbg_set_breakpoint_method_opline()
675 zend_hash_init(&method_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_method_opline()
722 zend_hash_init(&func_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_function_opline()
768 zend_hash_init(&file_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_file_opline()
/PHP-7.3/win32/
H A Dregistry.c108 zend_hash_init(ht, 0, NULL, ZVAL_INTERNAL_PTR_DTOR, 1); in LoadDirectory()
196 zend_hash_init(PW32G(registry_directories), 0, NULL, delete_internal_hashtable, 1); in UpdateIniFromRegistry()
/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c455 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids()
456 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-7.3/ext/phar/
H A Dphar.c116 zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0); in phar_split_cache_list()
123 zend_hash_init(&cached_alias, sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1); in phar_split_cache_list()
1055 zend_hash_init(&mydata->manifest, manifest_count,
1057 zend_hash_init(&mydata->mounted_dirs, 5,
1059 zend_hash_init(&mydata->virtual_dirs, manifest_count * 2,
1430 zend_hash_init(&mydata->manifest, sizeof(phar_entry_info),
1432 zend_hash_init(&mydata->mounted_dirs, sizeof(char *),
1434 zend_hash_init(&mydata->virtual_dirs, sizeof(char *),
3384 zend_hash_init(&phar_globals->mime_types, 0, NULL, mime_type_dtor, 1);
3493 zend_hash_init(&(PHAR_G(phar_persist_map)), 5, zend_get_hash_value, NULL, 0);
[all …]
/PHP-7.3/ext/mysqli/
H A Dmysqli.c586 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
600 zend_hash_init(&mysqli_driver_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
613 zend_hash_init(&mysqli_link_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
639 zend_hash_init(&mysqli_warning_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
648 zend_hash_init(&mysqli_result_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
661 zend_hash_init(&mysqli_stmt_properties, 0, NULL, free_prop_handler, 1); in PHP_MINIT_FUNCTION()
/PHP-7.3/main/
H A Dphp_ini.c259 zend_hash_init(Z_ARRVAL(option_arr), 8, NULL, config_zval_dtor, 1); in php_ini_parser_cb()
326 zend_hash_init(Z_ARRVAL(section_arr), 8, NULL, (dtor_func_t) config_zval_dtor, 1); in php_ini_parser_cb()
428 zend_hash_init(&configuration_hash, 8, NULL, config_zval_dtor, 1); in php_init_config()
H A Doutput.c139 zend_hash_init(&php_output_handler_aliases, 8, NULL, NULL, 1); in php_output_startup()
140 zend_hash_init(&php_output_handler_conflicts, 8, NULL, NULL, 1); in php_output_startup()
141 zend_hash_init(&php_output_handler_reverse_conflicts, 8, NULL, reverse_conflict_dtor, 1); in php_output_startup()
639 zend_hash_init(&rev, 8, NULL, NULL, 1); in php_output_handler_reverse_conflict_register()
/PHP-7.3/sapi/apache2handler/
H A Dapache_config.c232 zend_hash_init(&newx->config, 0, NULL, config_entry_dtor, 1); in create_php_config()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp123 zend_hash_init(ret, parts_count, NULL, arg_types_dtor, 0); in umsg_get_numeric_types()
166 zend_hash_init(ret, 32, NULL, arg_types_dtor, 0); in umsg_parse_format()

Completed in 98 milliseconds

1234