Home
last modified time | relevance | path

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

12345

/PHP-5.6/ext/dom/
H A Dphp_dom.c195 zend_hash_init(dest->classmap, 0, NULL, NULL, 0); in dom_copy_doc_props()
213 zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); in dom_set_doc_classmap()
676 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
691 zend_hash_init(&dom_namelist_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
706 zend_hash_init(&dom_node_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
742 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
796 zend_hash_init(&dom_attr_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
807 zend_hash_init(&dom_element_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
815 zend_hash_init(&dom_text_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
879 zend_hash_init(&dom_entity_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
[all …]
/PHP-5.6/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()
1985 zend_hash_init(tmp_elements, i, NULL, NULL, 0); in sdl_serialize_type()
2133 zend_hash_init(&tmp_types, 0, NULL, NULL, 0); in add_sdl_to_cache()
2134 zend_hash_init(&tmp_encoders, 0, NULL, NULL, 0); in add_sdl_to_cache()
2135 zend_hash_init(&tmp_bindings, 0, NULL, NULL, 0); in add_sdl_to_cache()
2961 zend_hash_init(&bp_types, 0, NULL, NULL, 0); in make_persistent_sdl()
2962 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.6/ext/pdo/
H A Dpdo_sqlstate.c317 if (FAILURE == zend_hash_init(&err_hash, in pdo_sqlstate_init_error_table()
/PHP-5.6/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_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()
H A Dmysqlnd_priv.h47 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c155 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], 8, NULL, php_phpdbg_destroy_bp_file, 0); in PHP_RINIT_FUNCTION()
156 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0); in PHP_RINIT_FUNCTION()
158zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, … in PHP_RINIT_FUNCTION()
159 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0); in PHP_RINIT_FUNCTION()
160 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], 8, NULL, NULL, 0); in PHP_RINIT_FUNCTION()
161 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], 8, NULL, php_phpdbg_destroy_bp_opcode, 0); in PHP_RINIT_FUNCTION()
162 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], 8, NULL, php_phpdbg_destroy_bp_methods, 0); in PHP_RINIT_FUNCTION()
163 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], 8, NULL, php_phpdbg_destroy_bp_condition, 0); in PHP_RINIT_FUNCTION()
164 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], 8, NULL, NULL, 0); in PHP_RINIT_FUNCTION()
166 zend_hash_init(&PHPDBG_G(seek), 8, NULL, NULL, 0); in PHP_RINIT_FUNCTION()
[all …]
H A Dphpdbg_info.c110 zend_hash_init(&vars, 8, NULL, NULL, 0); in PHPDBG_INFO()
288 zend_hash_init(&classes, 8, NULL, NULL, 0); in PHPDBG_INFO()
341 zend_hash_init(&functions, 8, NULL, NULL, 0); in PHPDBG_INFO()
H A Dphpdbg_print.c79 zend_hash_init(&vars, op_array->last, NULL, NULL, 0); in phpdbg_print_function_helper()
H A Dphpdbg_bp.c242 zend_hash_init(&breaks, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_set_breakpoint_file()
306 zend_hash_init(&class_breaks, 8, NULL, phpdbg_class_breaks_dtor, 0); in phpdbg_set_breakpoint_method()
527 zend_hash_init(&class_breaks, 8, NULL, phpdbg_opline_class_breaks_dtor, 0); in phpdbg_set_breakpoint_method_opline()
536 zend_hash_init(&method_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_method_opline()
586 zend_hash_init(&func_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_function_opline()
635 zend_hash_init(&file_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0); in phpdbg_set_breakpoint_file_opline()
/PHP-5.6/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.6/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.6/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.c139 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()
/PHP-5.6/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.6/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.6/ext/standard/
H A Dphp_var.h60 zend_hash_init((var_hash_ptr), 10, NULL, NULL, 0); \
/PHP-5.6/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()
1051 zend_hash_init(&mydata->manifest, manifest_count,
1053 zend_hash_init(&mydata->mounted_dirs, 5,
1055 zend_hash_init(&mydata->virtual_dirs, manifest_count * 2,
1408 zend_hash_init(&mydata->manifest, sizeof(phar_entry_info),
1410 zend_hash_init(&mydata->mounted_dirs, sizeof(char *),
1412 zend_hash_init(&mydata->virtual_dirs, sizeof(char *),
3410 zend_hash_init(&phar_globals->mime_types, 0, NULL, NULL, 1);
3519 zend_hash_init(&(PHAR_GLOBALS->phar_persist_map), 5, zend_get_hash_value, NULL, 0);
[all …]
/PHP-5.6/ext/mysqli/
H A Dmysqli.c634 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
652 zend_hash_init(&mysqli_driver_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
660 zend_hash_init(&mysqli_link_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
668 zend_hash_init(&mysqli_warning_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
675 zend_hash_init(&mysqli_result_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
685 zend_hash_init(&mysqli_stmt_properties, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
/PHP-5.6/sapi/apache2filter/
H A Dapache_config.c206 zend_hash_init(&newx->config, 0, NULL, NULL, 1); in create_php_config()
/PHP-5.6/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.6/sapi/apache2handler/
H A Dapache_config.c229 zend_hash_init(&newx->config, 0, NULL, NULL, 1); in create_php_config()

Completed in 117 milliseconds

12345