| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_wrapper.c | 469 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); 470 zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); 606 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_5_3/ext/dom/ |
| H A D | php_dom.c | 194 zend_hash_init(dest->classmap, 0, NULL, NULL, 0); 212 zend_hash_init(doc_props->classmap, 0, NULL, NULL, 0); 672 zend_hash_init(&classes, 0, NULL, NULL, 1); 681 zend_hash_init(&dom_domstringlist_prop_handlers, 0, NULL, NULL, 1); 687 zend_hash_init(&dom_namelist_prop_handlers, 0, NULL, NULL, 1); 693 zend_hash_init(&dom_domimplementationlist_prop_handlers, 0, NULL, NULL, 1); 702 zend_hash_init(&dom_node_prop_handlers, 0, NULL, NULL, 1); 723 zend_hash_init(&dom_namespace_node_prop_handlers, 0, NULL, NULL, 1); 738 zend_hash_init(&dom_document_prop_handlers, 0, NULL, NULL, 1); 768 zend_hash_init( [all...] |
| /PHP_5_3/ext/pdo/ |
| H A D | pdo.c | 368 zend_hash_init(&pdo_driver_hash, 0, NULL, NULL, 1);
|
| H A D | pdo_sql_parser.re | 312 zend_hash_init(stmt->bound_param_map, 13, NULL, NULL, 0); 353 zend_hash_init(stmt->bound_param_map, 13, NULL, NULL, 0);
|
| H A D | pdo_sqlstate.c | 317 if (FAILURE == zend_hash_init(&err_hash,
|
| /PHP_5_3/ext/soap/ |
| H A D | php_schema.c | 56 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); 170 zend_hash_init(ctx->sdl->types, 0, NULL, delete_type, 0); 174 zend_hash_init(ctx->attributes, 0, NULL, delete_attribute, 0); 178 zend_hash_init(ctx->attributeGroups, 0, NULL, delete_type, 0); 335 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, 0); 362 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); 436 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); 471 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); 531 zend_hash_init(cur_type->elements, 0, NULL, delete_type, 0); 567 zend_hash_init(cur_typ [all...] |
| H A D | php_sdl.c | 157 zend_hash_init(sdl->encoders, 0, NULL, delete_encoder, sdl->is_persistent); 539 zend_hash_init(h->headerfaults, 0, NULL, delete_header, 0); 589 zend_hash_init(&ht, 0, NULL, delete_parameter, 0); 644 zend_hash_init(binding->headers, 0, NULL, delete_header, 0); 682 zend_hash_init(parameters, 0, NULL, delete_parameter, 0); 740 zend_hash_init(&ctx.sdl->functions, 0, NULL, delete_function, 0); 742 zend_hash_init(&ctx.docs, 0, NULL, delete_document, 0); 743 zend_hash_init(&ctx.messages, 0, NULL, NULL, 0); 744 zend_hash_init(&ctx.bindings, 0, NULL, NULL, 0); 745 zend_hash_init( [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | incomplete_class.c | 113 zend_hash_init(object->properties, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | php_var.h | 54 zend_hash_init(&(var_hash), 10, NULL, NULL, 0)
|
| /PHP_5_3/ext/xsl/ |
| H A D | php_xsl.c | 134 zend_hash_init(intern->parameter, 0, NULL, ZVAL_PTR_DTOR, 0); 136 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_5_3/main/ |
| H A D | php3_compat.h | 29 #define _php3_hash_init zend_hash_init
|
| H A D | php_ini.c | 263 zend_hash_init(Z_ARRVAL_P(option_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); 334 zend_hash_init(Z_ARRVAL_P(section_arr), 0, NULL, (dtor_func_t) config_zval_dtor, 1); 376 if (zend_hash_init(&configuration_hash, 0, NULL, (dtor_func_t) config_zval_dtor, 1) == FAILURE) {
|
| H A D | php_logos.c | 55 if(zend_hash_init(&phpinfo_logo_hash, 0, NULL, NULL, 1)==FAILURE)
|
| /PHP_5_3/main/streams/ |
| H A D | streams.c | 256 zend_hash_init(FG(wrapper_errors), 8, NULL, 1585 zend_hash_init(&url_stream_wrappers_hash, 0, NULL, NULL, 1) == SUCCESS 1587 zend_hash_init(php_get_stream_filters_hash_global(), 0, NULL, NULL, 1) == SUCCESS 1589 zend_hash_init(php_stream_xport_get_hash(), 0, NULL, NULL, 1) == SUCCESS 1652 zend_hash_init(FG(stream_wrappers), zend_hash_num_elements(&url_stream_wrappers_hash), NULL, NULL, 1);
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | apache_config.c | 206 zend_hash_init(&newx->config, 0, NULL, NULL, 1);
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | apache_config.c | 229 zend_hash_init(&newx->config, 0, NULL, NULL, 1);
|
| /PHP_5_3/Zend/ |
| H A D | zend_closures.c | 240 zend_hash_init(closure->debug_info, 1, NULL, ZVAL_PTR_DTOR, 0); 396 zend_hash_init(closure->func.op_array.static_variables, zend_hash_num_elements(static_variables), NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | zend_hash.h | 103 #define zend_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) _zend_hash_init((ht), (nSize), (pHashFunction), (pDestructor), (persistent) ZEND_FILE_LINE_CC) macro 305 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
|
| H A D | zend_list.c | 223 if (zend_hash_init(&EG(regular_list), 0, NULL, list_entry_destructor, 0)==SUCCESS) { 339 retval = zend_hash_init(&list_destructors, 50, NULL, NULL, 1);
|
| H A D | zend_objects.c | 32 zend_hash_init(object->properties, 0, NULL, ZVAL_PTR_DTOR, 0); 178 zend_hash_init(new_object->properties, 0, NULL, ZVAL_PTR_DTOR, 0);
|
| H A D | zend_variables.c | 135 zend_hash_init(tmp_ht, zend_hash_num_elements(original_ht), NULL, ZVAL_PTR_DTOR, 0);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_priv.h | 65 zend_hash_init(Z_ARRVAL_P(arg), (field_count), NULL, ZVAL_PTR_DTOR, 0); \
|
| /PHP_5_3/ext/phar/ |
| H A D | phar.c | 120 if (zend_hash_init(&EG(regular_list), 0, NULL, NULL, 0) == SUCCESS) { 127 zend_hash_init(&cached_phars, sizeof(phar_archive_data*), zend_get_hash_value, destroy_phar_data, 1); 128 zend_hash_init(&cached_alias, sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1); 130 zend_hash_init(&(PHAR_GLOBALS->phar_fname_map), sizeof(phar_archive_data*), zend_get_hash_value, destroy_phar_data, 1); 131 zend_hash_init(&(PHAR_GLOBALS->phar_alias_map), sizeof(phar_archive_data*), zend_get_hash_value, NULL, 1); 1046 zend_hash_init(&mydata->manifest, manifest_count, 1048 zend_hash_init(&mydata->mounted_dirs, 5, 1050 zend_hash_init(&mydata->virtual_dirs, manifest_count * 2, 1401 zend_hash_init(&mydata->manifest, sizeof(phar_entry_info), 1403 zend_hash_init( [all...] |
| /PHP_5_3/win32/ |
| H A D | registry.c | 85 zend_hash_init(ht, 0, NULL, ZVAL_INTERNAL_PTR_DTOR, 1); 187 zend_hash_init(PW32G(registry_directories), 0, NULL, delete_internal_hashtable, 1);
|
| /PHP_5_3/ext/mysqli/ |
| H A D | mysqli.c | 605 zend_hash_init(&classes, 0, NULL, NULL, 1); 623 zend_hash_init(&mysqli_driver_properties, 0, NULL, NULL, 1); 631 zend_hash_init(&mysqli_link_properties, 0, NULL, NULL, 1); 639 zend_hash_init(&mysqli_warning_properties, 0, NULL, NULL, 1); 646 zend_hash_init(&mysqli_result_properties, 0, NULL, NULL, 1); 653 zend_hash_init(&mysqli_stmt_properties, 0, NULL, NULL, 1);
|