HashTable         117 Zend/zend.c    static HashTable *global_class_table = NULL;
HashTable         118 Zend/zend.c    static HashTable *global_constants_table = NULL;
HashTable         119 Zend/zend.c    static HashTable *global_auto_globals_table = NULL;
HashTable         120 Zend/zend.c    static HashTable *global_persistent_list = NULL;
HashTable         355 Zend/zend.c    			HashTable *properties = NULL;
HashTable         413 Zend/zend.c    				HashTable *properties;
HashTable         510 Zend/zend.c    	compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable));
HashTable         514 Zend/zend.c    	compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable));
HashTable         522 Zend/zend.c    	compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable));
HashTable         699 Zend/zend.c    	GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable));
HashTable         700 Zend/zend.c    	GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable));
HashTable         701 Zend/zend.c    	GLOBAL_AUTO_GLOBALS_TABLE = (HashTable *) malloc(sizeof(HashTable));
HashTable         702 Zend/zend.c    	GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable));
HashTable         727 Zend/zend.c    	compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable));
HashTable         728 Zend/zend.c    	compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable));
HashTable         314 Zend/zend.h    	HashTable *properties;
HashTable         316 Zend/zend.h    	HashTable *guards; /* protects from __get/__set ... recursion */
HashTable         328 Zend/zend.h    	HashTable *ht;				/* hash table value */
HashTable         484 Zend/zend.h    	HashTable function_table;
HashTable         485 Zend/zend.h    	HashTable properties_info;
HashTable         489 Zend/zend.h    	HashTable constants_table;
HashTable          36 Zend/zend_API.c ZEND_API HashTable module_registry;
HashTable         532 Zend/zend_API.c 				HashTable **p = va_arg(*va, HashTable **);
HashTable        2033 Zend/zend_API.c 	HashTable *target_function_table = function_table;
HashTable        2292 Zend/zend_API.c 	HashTable *target_function_table = function_table;
HashTable        2596 Zend/zend_API.c 	HashTable *symbol_table;
HashTable        2605 Zend/zend_API.c 		symbol_table = va_arg(symbol_table_list, HashTable *);
HashTable        2751 Zend/zend_API.c 	HashTable *ftable;
HashTable        4008 Zend/zend_API.c 	HashTable *function_table;
HashTable          45 Zend/zend_API.h 	HashTable *function_table;
HashTable          47 Zend/zend_API.h 	HashTable *symbol_table;
HashTable         179 Zend/zend_alloc.h 	(ht) = (HashTable *) emalloc(sizeof(HashTable))
HashTable         185 Zend/zend_alloc.h 	(ht) = (HashTable *) emalloc_rel(sizeof(HashTable))
HashTable         577 Zend/zend_builtin_functions.c 	HashTable *target_hash;
HashTable         986 Zend/zend_builtin_functions.c 	HashTable *properties;
HashTable          41 Zend/zend_closures.c 	HashTable     *debug_info;
HashTable         320 Zend/zend_closures.c static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
HashTable         334 Zend/zend_closures.c 			HashTable *static_variables = closure->func.op_array.static_variables;
HashTable         378 Zend/zend_closures.c static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */
HashTable         461 Zend/zend_closures.c 			HashTable *static_variables = closure->func.op_array.static_variables;
HashTable        2980 Zend/zend_compile.c 			HashTable *static_variables = op_array->static_variables;
HashTable        3965 Zend/zend_compile.c 	HashTable         **overriden;
HashTable        3967 Zend/zend_compile.c 	HashTable         *exclude_table;
HashTable        3974 Zend/zend_compile.c 	overriden     = va_arg(args, HashTable**);
HashTable        3975 Zend/zend_compile.c 	exclude_table = va_arg(args, HashTable*);
HashTable        4193 Zend/zend_compile.c 	HashTable *overriden = NULL;
HashTable        4197 Zend/zend_compile.c 			HashTable exclude_table;
HashTable        4610 Zend/zend_compile.c 	HashTable *table;
HashTable        6988 Zend/zend_compile.c 		CG(current_import) = emalloc(sizeof(HashTable));
HashTable          65 Zend/zend_compile.h 	HashTable *labels;
HashTable         294 Zend/zend_compile.h 	HashTable *static_variables;
HashTable         389 Zend/zend_compile.h 	HashTable *symbol_table;
HashTable          88 Zend/zend_constants.c 	EG(zend_constants) = (HashTable *) malloc(sizeof(HashTable));
HashTable         466 Zend/zend_exceptions.c 	HashTable *ht = Z_ARRVAL_PP(frame);
HashTable         968 Zend/zend_execute.c static inline HashTable *zend_get_target_symbol_table(int fetch_type TSRMLS_DC)
HashTable         574 Zend/zend_execute_API.c 			HashTable *tmp_ht = NULL;
HashTable         735 Zend/zend_execute_API.c 	HashTable *calling_symbol_table;
HashTable         288 Zend/zend_gc.c 				HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         343 Zend/zend_gc.c 		HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         395 Zend/zend_gc.c 					HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         451 Zend/zend_gc.c 			HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         535 Zend/zend_gc.c 							HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         592 Zend/zend_gc.c 					HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         654 Zend/zend_gc.c 					HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         726 Zend/zend_gc.c 				HashTable *props = get_gc(pz, &table, &n TSRMLS_CC);
HashTable         241 Zend/zend_generators.c 	HashTable *target = va_arg(args, HashTable *);
HashTable         257 Zend/zend_generators.c 	HashTable *current_symbol_table;
HashTable         348 Zend/zend_generators.c 		HashTable *original_active_symbol_table = EG(active_symbol_table);
HashTable          94 Zend/zend_globals.h 	HashTable *function_table;	/* function symbol table */
HashTable          95 Zend/zend_globals.h 	HashTable *class_table;		/* class table */
HashTable          97 Zend/zend_globals.h 	HashTable filenames_table;
HashTable          99 Zend/zend_globals.h 	HashTable *auto_globals;
HashTable         133 Zend/zend_globals.h 	HashTable *current_import;
HashTable         146 Zend/zend_globals.h 	HashTable interned_strings;
HashTable         171 Zend/zend_globals.h 	HashTable *symtable_cache[SYMTABLE_CACHE_SIZE];
HashTable         172 Zend/zend_globals.h 	HashTable **symtable_cache_limit;
HashTable         173 Zend/zend_globals.h 	HashTable **symtable_cache_ptr;
HashTable         177 Zend/zend_globals.h 	HashTable *active_symbol_table;
HashTable         178 Zend/zend_globals.h 	HashTable symbol_table;		/* main symbol table */
HashTable         180 Zend/zend_globals.h 	HashTable included_files;	/* files already included */
HashTable         190 Zend/zend_globals.h 	HashTable *function_table;	/* function symbol table */
HashTable         191 Zend/zend_globals.h 	HashTable *class_table;		/* class table */
HashTable         192 Zend/zend_globals.h 	HashTable *zend_constants;	/* constants table */
HashTable         204 Zend/zend_globals.h 	HashTable *in_autoload;
HashTable         216 Zend/zend_globals.h 	HashTable regular_list;
HashTable         217 Zend/zend_globals.h 	HashTable persistent_list;
HashTable         236 Zend/zend_globals.h 	HashTable *ini_directives;
HashTable         237 Zend/zend_globals.h 	HashTable *modified_ini_directives;
HashTable          29 Zend/zend_ini.c static HashTable *registered_zend_ini_directives;
HashTable          91 Zend/zend_ini.c 	registered_zend_ini_directives = (HashTable *) malloc(sizeof(HashTable));
HashTable         138 Zend/zend_ini.c 	EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable));
HashTable         182 Zend/zend_ini.c 	HashTable *directives = registered_zend_ini_directives;
HashTable          40 Zend/zend_interfaces.c 	HashTable *function_table;
HashTable          32 Zend/zend_list.c static HashTable list_destructors;
HashTable         125 Zend/zend_modules.h extern ZEND_API HashTable module_registry;
HashTable         105 Zend/zend_object_handlers.c ZEND_API HashTable *zend_std_get_properties(zval *object TSRMLS_DC) /* {{{ */
HashTable         116 Zend/zend_object_handlers.c ZEND_API HashTable *zend_std_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */
HashTable         138 Zend/zend_object_handlers.c ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
HashTable          82 Zend/zend_object_handlers.h typedef HashTable *(*zend_object_get_properties_t)(zval *object TSRMLS_DC);
HashTable          84 Zend/zend_object_handlers.h typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp TSRMLS_DC);
HashTable         114 Zend/zend_object_handlers.h typedef HashTable *(*zend_object_get_gc_t)(zval *object, zval ***table, int *n TSRMLS_DC);
HashTable         698 Zend/zend_operators.c 				HashTable *ht;
HashTable         710 Zend/zend_operators.c 					HashTable *obj_ht = Z_OBJ_HT_P(op)->get_properties(op TSRMLS_CC);
HashTable          27 Zend/zend_ts_hash.h 	HashTable hash;
HashTable         129 Zend/zend_variables.c 				HashTable *original_ht = zvalue->value.ht;
HashTable         130 Zend/zend_variables.c 				HashTable *tmp_ht = NULL;
HashTable         194 Zend/zend_variables.c 	HashTable *target = va_arg(args, HashTable*);
HashTable        1007 Zend/zend_vm_def.h 	HashTable *target_symbol_table;
HashTable        3871 Zend/zend_vm_def.h 	HashTable *target_symbol_table;
HashTable        3963 Zend/zend_vm_def.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        4091 Zend/zend_vm_def.h 	HashTable *fe_ht;
HashTable        4235 Zend/zend_vm_def.h 	HashTable *fe_ht;
HashTable        4382 Zend/zend_vm_def.h 		HashTable *target_symbol_table;
HashTable        4461 Zend/zend_vm_def.h 		HashTable *ht;
HashTable        2779 Zend/zend_vm_execute.h 	HashTable *fe_ht;
HashTable        3325 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        3866 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        3962 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        5198 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        5619 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        5715 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        5943 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        6327 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        6423 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        8084 Zend/zend_vm_execute.h 	HashTable *fe_ht;
HashTable        8682 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        9128 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        9224 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        10422 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        10845 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        10941 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        11169 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        11430 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        11526 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        13401 Zend/zend_vm_execute.h 	HashTable *fe_ht;
HashTable        13545 Zend/zend_vm_execute.h 	HashTable *fe_ht;
HashTable        14565 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        15718 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        15810 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        15955 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        16034 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        17984 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        18123 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        19164 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        20278 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        20370 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        20515 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        20594 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        21153 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        21707 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        21803 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        23750 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        23889 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        25258 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        25395 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        26576 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        26713 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        27894 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        28031 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        29636 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        29773 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        30995 Zend/zend_vm_execute.h 	HashTable *fe_ht;
HashTable        32023 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        32948 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        33040 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        33183 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        33262 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        35076 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        35213 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        36249 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        37231 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        37323 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        37466 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        37545 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable        38099 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        38529 Zend/zend_vm_execute.h 	HashTable *target_symbol_table;
HashTable        38625 Zend/zend_vm_execute.h 		HashTable *target_symbol_table;
HashTable        40416 Zend/zend_vm_execute.h 				HashTable *ht = Z_ARRVAL_PP(container);
HashTable        40553 Zend/zend_vm_execute.h 		HashTable *ht;
HashTable         713 ext/com_dotnet/com_com.c 		HashTable *id_to_name;
HashTable         235 ext/com_dotnet/com_handlers.c static HashTable *com_properties_get(zval *object TSRMLS_DC)
HashTable         318 ext/com_dotnet/com_saproxy.c static HashTable *saproxy_properties_get(zval *object TSRMLS_DC)
HashTable          45 ext/com_dotnet/com_wrapper.c 	HashTable *dispid_to_name;	/* keep track of dispid -> name mappings */
HashTable          46 ext/com_dotnet/com_wrapper.c 	HashTable *name_to_dispid;	/* keep track of name -> dispid mappings */
HashTable          49 ext/com_dotnet/php_com_dotnet_internal.h 	HashTable *method_cache;
HashTable          51 ext/com_dotnet/php_com_dotnet_internal.h 	HashTable *id_of_name_cache;
HashTable        1796 ext/curl/interface.c 	(*ch)->to_free->slist = emalloc(sizeof(HashTable));
HashTable        2439 ext/curl/interface.c 			HashTable          *ph;
HashTable        2530 ext/curl/interface.c 				HashTable        *postfields;
HashTable         171 ext/curl/php_curl.h 	HashTable *slist;
HashTable         627 ext/date/php_date.c static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC);
HashTable         628 ext/date/php_date.c static HashTable *date_object_get_properties(zval *object TSRMLS_DC);
HashTable         629 ext/date/php_date.c static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC);
HashTable         630 ext/date/php_date.c static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC);
HashTable         631 ext/date/php_date.c static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC);
HashTable         632 ext/date/php_date.c static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC);
HashTable         633 ext/date/php_date.c static HashTable *date_object_get_properties_timezone(zval *object TSRMLS_DC);
HashTable         634 ext/date/php_date.c static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC);
HashTable        2184 ext/date/php_date.c static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC)
HashTable        2191 ext/date/php_date.c static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC)
HashTable        2199 ext/date/php_date.c static HashTable *date_object_get_properties(zval *object TSRMLS_DC)
HashTable        2201 ext/date/php_date.c 	HashTable *props;
HashTable        2307 ext/date/php_date.c static HashTable *date_object_get_properties_timezone(zval *object TSRMLS_DC)
HashTable        2309 ext/date/php_date.c 	HashTable *props;
HashTable        2388 ext/date/php_date.c static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC)
HashTable        2396 ext/date/php_date.c static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC)
HashTable        2398 ext/date/php_date.c 	HashTable *props;
HashTable        2807 ext/date/php_date.c 	HashTable        *myht;
HashTable        2829 ext/date/php_date.c 	HashTable        *myht;
HashTable        2851 ext/date/php_date.c 	HashTable        *myht;
HashTable        3734 ext/date/php_date.c 	HashTable        *myht;
HashTable        3754 ext/date/php_date.c 	HashTable        *myht;
HashTable        4202 ext/date/php_date.c 	HashTable        *myht;
HashTable        4222 ext/date/php_date.c 	HashTable        *myht;
HashTable        4797 ext/date/php_date.c static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC)
HashTable        4804 ext/date/php_date.c static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC)
HashTable        4806 ext/date/php_date.c 	HashTable		*props;
HashTable        4955 ext/date/php_date.c 	HashTable        *myht;
HashTable        4977 ext/date/php_date.c 	HashTable        *myht;
HashTable         132 ext/date/php_date.h 	HashTable    *props;
HashTable         149 ext/date/php_date.h 	HashTable *props;
HashTable         155 ext/date/php_date.h 	HashTable        *props;
HashTable         189 ext/dom/dom_iterators.c 	HashTable *nodeht;
HashTable         264 ext/dom/dom_iterators.c 	HashTable *nodeht;
HashTable        1806 ext/dom/node.c 		HashTable *ht = Z_ARRVAL_P(xpath_array);
HashTable          59 ext/dom/nodelist.c 	HashTable *nodeht;
HashTable         116 ext/dom/nodelist.c 	HashTable *nodeht;
HashTable          76 ext/dom/php_dom.c static HashTable classes;
HashTable          78 ext/dom/php_dom.c static HashTable dom_domstringlist_prop_handlers;
HashTable          79 ext/dom/php_dom.c static HashTable dom_namelist_prop_handlers;
HashTable          80 ext/dom/php_dom.c static HashTable dom_domimplementationlist_prop_handlers;
HashTable          81 ext/dom/php_dom.c static HashTable dom_document_prop_handlers;
HashTable          82 ext/dom/php_dom.c static HashTable dom_node_prop_handlers;
HashTable          83 ext/dom/php_dom.c static HashTable dom_nodelist_prop_handlers;
HashTable          84 ext/dom/php_dom.c static HashTable dom_namednodemap_prop_handlers;
HashTable          85 ext/dom/php_dom.c static HashTable dom_characterdata_prop_handlers;
HashTable          86 ext/dom/php_dom.c static HashTable dom_attr_prop_handlers;
HashTable          87 ext/dom/php_dom.c static HashTable dom_element_prop_handlers;
HashTable          88 ext/dom/php_dom.c static HashTable dom_text_prop_handlers;
HashTable          89 ext/dom/php_dom.c static HashTable dom_typeinfo_prop_handlers;
HashTable          90 ext/dom/php_dom.c static HashTable dom_domerror_prop_handlers;
HashTable          91 ext/dom/php_dom.c static HashTable dom_domlocator_prop_handlers;
HashTable          92 ext/dom/php_dom.c static HashTable dom_documenttype_prop_handlers;
HashTable          93 ext/dom/php_dom.c static HashTable dom_notation_prop_handlers;
HashTable          94 ext/dom/php_dom.c static HashTable dom_entity_prop_handlers;
HashTable          95 ext/dom/php_dom.c static HashTable dom_processinginstruction_prop_handlers;
HashTable          96 ext/dom/php_dom.c static HashTable dom_namespace_node_prop_handlers;
HashTable          98 ext/dom/php_dom.c static HashTable dom_xpath_prop_handlers;
HashTable         405 ext/dom/php_dom.c 		ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd);
HashTable         440 ext/dom/php_dom.c 		ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd);
HashTable         469 ext/dom/php_dom.c static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
HashTable         472 ext/dom/php_dom.c 	HashTable			*debug_info,
HashTable         544 ext/dom/php_dom.c static HashTable* dom_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
HashTable          74 ext/dom/php_dom.h 	HashTable *prop_handler;
HashTable          77 ext/dom/php_dom.h 	HashTable *registered_phpfunctions;
HashTable          78 ext/dom/php_dom.h 	HashTable *node_list;
HashTable          33 ext/dom/xml_common.h 	HashTable *prop_handler;
HashTable        2059 ext/fileinfo/libmagic/softmagic.c 				HashTable *ht = Z_ARRVAL_P(subpats);
HashTable        2075 ext/fileinfo/libmagic/softmagic.c 						HashTable *inner_ht;
HashTable          32 ext/hash/hash.c HashTable php_hash_hashtable;
HashTable         627 ext/imap/php_imap.c 	HashTable *symtable;
HashTable         642 ext/imap/php_imap.c 	HashTable *symtable;
HashTable         141 ext/intl/breakiterator/breakiterator_class.cpp static HashTable *BreakIterator_get_debug_info(zval *object, int *is_temp TSRMLS_DC)
HashTable         149 ext/intl/calendar/calendar_class.cpp static HashTable *Calendar_get_debug_info(zval *object, int *is_temp TSRMLS_DC)
HashTable         177 ext/intl/calendar/calendar_class.cpp 		HashTable	   *debug_info;
HashTable         293 ext/intl/collator/collator_sort.c 	HashTable*     hash             = NULL;
HashTable         360 ext/intl/collator/collator_sort.c 	HashTable*  hash                 = NULL;
HashTable         381 ext/intl/collator/collator_sort.c 	HashTable* sortedHash            = NULL;
HashTable         191 ext/intl/converter/converter.c 			HashTable *ht = Z_ARRVAL_P(val);
HashTable         283 ext/intl/converter/converter.c 			HashTable *ht = Z_ARRVAL_P(val);
HashTable         156 ext/intl/dateformat/dateformat_format.c 	HashTable	*hash_arr	= NULL;
HashTable          88 ext/intl/dateformat/dateformat_format_object.cpp 		HashTable		*ht	= Z_ARRVAL_PP(format);
HashTable         812 ext/intl/locale/locale_methods.c 			HashTable *arr = HASH_OF(*ele_value);
HashTable         897 ext/intl/locale/locale_methods.c 	HashTable*		hash_arr = NULL;
HashTable        1530 ext/intl/locale/locale_methods.c 	HashTable*	hash_arr		= NULL;
HashTable          34 ext/intl/msgformat/msgformat_data.h 	HashTable*		arg_types;
HashTable          40 ext/intl/msgformat/msgformat_format.c 	HashTable *args_copy;
HashTable          86 ext/intl/msgformat/msgformat_helpers.cpp static HashTable *umsg_get_numeric_types(MessageFormatter_object *mfo,
HashTable          89 ext/intl/msgformat/msgformat_helpers.cpp 	HashTable *ret;
HashTable         132 ext/intl/msgformat/msgformat_helpers.cpp static HashTable *umsg_parse_format(MessageFormatter_object *mfo,
HashTable         136 ext/intl/msgformat/msgformat_helpers.cpp 	HashTable *ret;
HashTable         295 ext/intl/msgformat/msgformat_helpers.cpp static HashTable *umsg_get_types(MessageFormatter_object *mfo,
HashTable         373 ext/intl/msgformat/msgformat_helpers.cpp 	HashTable *types;
HashTable         284 ext/intl/timezone/timezone_class.cpp static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp TSRMLS_DC)
HashTable         175 ext/json/json.c 	HashTable *myht = HASH_OF(*val);
HashTable         234 ext/json/json.c 	HashTable *myht;
HashTable         268 ext/json/json.c 		HashTable *tmp_ht;
HashTable         561 ext/json/json.c 	HashTable* myht;
HashTable          65 ext/libxml/libxml.c static HashTable php_libxml_exports;
HashTable          61 ext/libxml/php_libxml.h 	HashTable *classmap;
HashTable          80 ext/libxml/php_libxml.h 	HashTable *properties;
HashTable         787 ext/mbstring/mbstring.c 	HashTable *target_hash;
HashTable        3046 ext/mbstring/mbstring.c 	HashTable *target_hash;
HashTable        3493 ext/mbstring/mbstring.c 	HashTable *target_hash;
HashTable        3712 ext/mbstring/mbstring.c 	HashTable *target_hash;
HashTable        4049 ext/mbstring/mbstring.c 	HashTable ht_headers;
HashTable          45 ext/mbstring/php_mbregex.c 	HashTable ht_rc;
HashTable         146 ext/mssql/php_mssql.h 	HashTable *binds;
HashTable        2178 ext/mysql/php_mysql.c 					HashTable *htl = Z_ARRVAL_P(ctor_params);
HashTable          64 ext/mysqli/mysqli.c static HashTable classes;
HashTable          65 ext/mysqli/mysqli.c static HashTable mysqli_driver_properties;
HashTable          66 ext/mysqli/mysqli.c static HashTable mysqli_link_properties;
HashTable          67 ext/mysqli/mysqli.c static HashTable mysqli_result_properties;
HashTable          68 ext/mysqli/mysqli.c static HashTable mysqli_stmt_properties;
HashTable          69 ext/mysqli/mysqli.c static HashTable mysqli_warning_properties;
HashTable         379 ext/mysqli/mysqli.c 		ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd);
HashTable         454 ext/mysqli/mysqli.c HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC)
HashTable         457 ext/mysqli/mysqli.c 	HashTable *retval, *props = obj->prop_handler;
HashTable        1292 ext/mysqli/mysqli.c 					HashTable *params_ht = Z_ARRVAL_P(ctor_params);
HashTable         682 ext/mysqli/mysqli_nonapi.c 	HashTable *new_hash;
HashTable         733 ext/mysqli/mysqli_nonapi.c 	HashTable *new_hash;
HashTable         142 ext/mysqli/php_mysqli_structs.h 	HashTable 			*prop_handler;
HashTable        2491 ext/mysqlnd/mysqlnd.c 				conn->options->connect_attr = mnd_pemalloc(sizeof(HashTable), conn->persistent);
HashTable         155 ext/mysqlnd/mysqlnd_bt.c 	HashTable *ht = Z_ARRVAL_PP(frame);
HashTable          57 ext/mysqlnd/mysqlnd_debug.h 	HashTable not_filtered_functions;
HashTable          58 ext/mysqlnd/mysqlnd_debug.h 	HashTable function_profiles;
HashTable          93 ext/mysqlnd/mysqlnd_plugin.c static HashTable mysqlnd_registered_plugins;
HashTable         767 ext/mysqlnd/mysqlnd_result.c 			HashTable *row_ht = Z_ARRVAL_P(row);
HashTable          29 ext/mysqlnd/mysqlnd_reverse_api.c static HashTable mysqlnd_api_ext_ht;
HashTable          51 ext/mysqlnd/mysqlnd_reverse_api.c PHPAPI HashTable *
HashTable          34 ext/mysqlnd/mysqlnd_reverse_api.h PHPAPI HashTable * mysqlnd_reverse_api_get_api_list(TSRMLS_D);
HashTable         178 ext/mysqlnd/mysqlnd_structs.h 	HashTable	* connect_attr;
HashTable         106 ext/mysqlnd/mysqlnd_wireprotocol.h 	HashTable	*connect_attr;
HashTable         109 ext/mysqlnd/php_mysqlnd.c 	HashTable *ht = mysqlnd_reverse_api_get_api_list(TSRMLS_C);
HashTable         897 ext/oci8/oci8_statement.c 		HashTable *hash = HASH_OF(bind->zval);
HashTable        1510 ext/oci8/oci8_statement.c 	HashTable *hash;
HashTable        1579 ext/oci8/oci8_statement.c 	HashTable *hash;
HashTable        1617 ext/oci8/oci8_statement.c 	HashTable *hash;
HashTable        1655 ext/oci8/oci8_statement.c 	HashTable *hash;
HashTable         132 ext/oci8/php_oci8_int.h 	HashTable	   *descriptors;				/* descriptors hash, used to flush all the LOBs using this connection on commit */
HashTable         196 ext/oci8/php_oci8_int.h 	HashTable			*columns;				/* hash containing all the result columns */
HashTable         197 ext/oci8/php_oci8_int.h 	HashTable			*binds;					/* binds hash */
HashTable         198 ext/oci8/php_oci8_int.h 	HashTable			*defines;				/* defines hash */
HashTable        1275 ext/opcache/ZendAccelerator.c 	HashTable *orig_function_table, *orig_class_table;
HashTable         188 ext/opcache/ZendAccelerator.h 	HashTable      function_table;
HashTable         189 ext/opcache/ZendAccelerator.h 	HashTable      class_table;
HashTable         251 ext/opcache/ZendAccelerator.h 	HashTable               function_table;
HashTable         256 ext/opcache/ZendAccelerator.h 	HashTable               bind_hash; /* prototype and zval lookup table */
HashTable         305 ext/opcache/ZendAccelerator.h 	HashTable       interned_strings;
HashTable         176 ext/opcache/zend_accelerator_util_funcs.c 	HashTable *function_table = va_arg(args, HashTable *);
HashTable         603 ext/opcache/zend_accelerator_util_funcs.c 	HashTable *shared_statics = op_array->static_variables;
HashTable         154 ext/opcache/zend_persist.c 			zend_accel_store(z->value.ht, sizeof(HashTable));
HashTable         386 ext/opcache/zend_persist.c 		zend_accel_store(op_array->static_variables, sizeof(HashTable));
HashTable         109 ext/opcache/zend_persist_calc.c 			ADD_DUP_SIZE(z->value.ht, sizeof(HashTable));
HashTable         197 ext/opcache/zend_persist_calc.c 		ADD_DUP_SIZE(op_array->static_variables, sizeof(HashTable));
HashTable          48 ext/opcache/zend_shared_alloc.c static HashTable xlat_table;
HashTable        4316 ext/openssl/openssl.c 	HashTable *pubkeysht;
HashTable         745 ext/pcntl/pcntl.c 	HashTable *args_hash, *envs_hash;
HashTable         472 ext/pdo/pdo_dbh.c 			HashTable *ht = Z_ARRVAL_P(ctor_args);
HashTable        1305 ext/pdo/pdo_dbh.c 	if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) {
HashTable         426 ext/pdo/pdo_sql_parser.c 	HashTable *params;
HashTable         736 ext/pdo/pdo_sql_parser.c 	HashTable *params = stmt->bound_params;
HashTable          36 ext/pdo/pdo_sqlstate.c static HashTable err_hash;
HashTable         175 ext/pdo/pdo_stmt.c 	HashTable *ht;
HashTable         304 ext/pdo/pdo_stmt.c 	HashTable *hash;
HashTable         761 ext/pdo/pdo_stmt.c 			HashTable *ht = Z_ARRVAL_P(stmt->fetch.cls.ctor_args);
HashTable        2676 ext/pdo/pdo_stmt.c static HashTable *row_get_properties(zval *object TSRMLS_DC)
HashTable         493 ext/pdo/php_pdo_driver.h 	HashTable *cls_methods[PDO_DBH_DRIVER_METHOD_KIND__MAX];
HashTable         578 ext/pdo/php_pdo_driver.h 	HashTable *bound_params;
HashTable         580 ext/pdo/php_pdo_driver.h 	HashTable *bound_param_map;
HashTable         583 ext/pdo/php_pdo_driver.h 	HashTable *bound_columns;
HashTable          26 ext/pdo/php_pdo_int.h extern HashTable pdo_driver_hash;
HashTable         142 ext/pdo_firebird/firebird_driver.c 	HashTable *np;
HashTable         116 ext/pdo_firebird/php_pdo_firebird_int.h 	HashTable *named_params;
HashTable          59 ext/pdo_oci/oci_statement.c 	HashTable *BC = stmt->bound_columns;
HashTable          60 ext/pdo_oci/oci_statement.c 	HashTable *BP = stmt->bound_params;
HashTable        2638 ext/pgsql/pgsql.c 					HashTable *ht = Z_ARRVAL_P(ctor_params);
HashTable          45 ext/phar/dirstream.c 	HashTable *data = (HashTable *)stream->abstract;
HashTable          63 ext/phar/dirstream.c 	HashTable *data = (HashTable *)stream->abstract;
HashTable          96 ext/phar/dirstream.c 	HashTable *data = (HashTable *)stream->abstract;
HashTable         190 ext/phar/dirstream.c 	HashTable *data;
HashTable          97 ext/phar/phar.c HashTable cached_phars;
HashTable          98 ext/phar/phar.c HashTable cached_alias;
HashTable         156 ext/phar/phar.c 				memset(&EG(regular_list), 0, sizeof(HashTable));
HashTable         180 ext/phar/phar.c 	memset(&EG(regular_list), 0, sizeof(HashTable));
HashTable         315 ext/phar/phar_internal.h 	HashTable                manifest;
HashTable         317 ext/phar/phar_internal.h 	HashTable                virtual_dirs;
HashTable         319 ext/phar/phar_internal.h 	HashTable                mounted_dirs;
HashTable         625 ext/phar/phar_internal.h extern HashTable cached_phars;
HashTable         626 ext/phar/phar_internal.h extern HashTable cached_alias;
HashTable          61 ext/phar/phar_object.c 	HashTable *_SERVER;
HashTable         612 ext/phar/phar_object.c 			HashTable *_server = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]);
HashTable         164 ext/phar/stream.c 	HashTable *pharcontext;
HashTable        2026 ext/phar/util.c 	HashTable newmanifest;
HashTable         439 ext/readline/readline.c 	HashTable  *myht = Z_ARRVAL(_readline_array);
HashTable         557 ext/reflection/php_reflection.c 		HashTable    *properties = Z_OBJ_HT_P(obj)->get_properties(obj TSRMLS_CC);
HashTable         794 ext/reflection/php_reflection.c 	HashTable *static_variables;
HashTable        3979 ext/reflection/php_reflection.c 		HashTable *properties = Z_OBJ_HT_P(intern->obj)->get_properties(intern->obj TSRMLS_CC);
HashTable        4292 ext/reflection/php_reflection.c 	HashTable *args;
HashTable         261 ext/session/php_session.h 		HashTable *_ht = Z_ARRVAL_P(PS(http_session_vars));			\
HashTable        2032 ext/session/session.c 		HashTable *ht_sess_var;
HashTable          61 ext/simplexml/php_simplexml.h 	HashTable *properties;
HashTable        1061 ext/simplexml/simplexml.c static HashTable * sxe_get_prop_hash(zval *object, int is_debug TSRMLS_DC) /* {{{ */
HashTable        1065 ext/simplexml/simplexml.c 	HashTable       *rv;
HashTable        1198 ext/simplexml/simplexml.c static HashTable * sxe_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ {
HashTable        1208 ext/simplexml/simplexml.c static HashTable * sxe_get_properties(zval *object TSRMLS_DC) /* {{{ */
HashTable        1214 ext/simplexml/simplexml.c static HashTable * sxe_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */
HashTable        1804 ext/simplexml/simplexml.c 	HashTable      *prop_hash;
HashTable         144 ext/snmp/snmp.c static HashTable php_snmp_properties;
HashTable        2100 ext/snmp/snmp.c static HashTable *php_snmp_get_properties(zval *object TSRMLS_DC)
HashTable        2104 ext/snmp/snmp.c 	HashTable *props;
HashTable         405 ext/soap/php_encoding.c 		HashTable *ht = Z_OBJPROP_P(data);
HashTable        1712 ext/soap/php_encoding.c 					HashTable *ht = Z_ARRVAL_P(data);
HashTable        1792 ext/soap/php_encoding.c 					HashTable *ht = Z_ARRVAL_P(data);
HashTable        1892 ext/soap/php_encoding.c 	HashTable *prop = NULL;
HashTable        3109 ext/soap/php_encoding.c 		HashTable *ht = Z_ARRVAL_P(data);
HashTable        3570 ext/soap/php_encoding.c 		SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable));
HashTable        3620 ext/soap/php_encoding.c 	HashTable *ht;
HashTable          33 ext/soap/php_packet_soap.c 	HashTable *hdrs = NULL;
HashTable          55 ext/soap/php_schema.c 		sdl->encoders = emalloc(sizeof(HashTable));
HashTable         169 ext/soap/php_schema.c 		ctx->sdl->types = emalloc(sizeof(HashTable));
HashTable         173 ext/soap/php_schema.c 		ctx->attributes = emalloc(sizeof(HashTable));
HashTable         177 ext/soap/php_schema.c 		ctx->attributeGroups = emalloc(sizeof(HashTable));
HashTable         334 ext/soap/php_schema.c 			sdl->encoders = emalloc(sizeof(HashTable));
HashTable         361 ext/soap/php_schema.c 				cur_type->elements = emalloc(sizeof(HashTable));
HashTable         435 ext/soap/php_schema.c 				cur_type->elements = emalloc(sizeof(HashTable));
HashTable         470 ext/soap/php_schema.c 			cur_type->elements = emalloc(sizeof(HashTable));
HashTable         530 ext/soap/php_schema.c 					cur_type->elements = emalloc(sizeof(HashTable));
HashTable         566 ext/soap/php_schema.c 				cur_type->elements = emalloc(sizeof(HashTable));
HashTable         699 ext/soap/php_schema.c 				cur_type->restrictions->enumeration = emalloc(sizeof(HashTable));
HashTable        1020 ext/soap/php_schema.c 	newModel->u.content = emalloc(sizeof(HashTable));
HashTable        1106 ext/soap/php_schema.c 			newModel->u.content = emalloc(sizeof(HashTable));
HashTable        1122 ext/soap/php_schema.c 				sdl->groups = emalloc(sizeof(HashTable));
HashTable        1196 ext/soap/php_schema.c 	newModel->u.content = emalloc(sizeof(HashTable));
HashTable        1246 ext/soap/php_schema.c 	newModel->u.content = emalloc(sizeof(HashTable));
HashTable        1387 ext/soap/php_schema.c 			sdl->encoders = emalloc(sizeof(HashTable));
HashTable        1503 ext/soap/php_schema.c 		HashTable *addHash;
HashTable        1546 ext/soap/php_schema.c 				sdl->elements = emalloc(sizeof(HashTable));
HashTable        1555 ext/soap/php_schema.c 				cur_type->elements = emalloc(sizeof(HashTable));
HashTable        1739 ext/soap/php_schema.c 		HashTable *addHash;
HashTable        1789 ext/soap/php_schema.c 				cur_type->attributes = emalloc(sizeof(HashTable));
HashTable        1876 ext/soap/php_schema.c 					newAttr->extraAttributes = emalloc(sizeof(HashTable));
HashTable        1987 ext/soap/php_schema.c 				cur_type->attributes = emalloc(sizeof(HashTable));
HashTable        2110 ext/soap/php_schema.c 					attr->extraAttributes = emalloc(sizeof(HashTable));
HashTable        2157 ext/soap/php_schema.c 								HashTable *ht = emalloc(sizeof(HashTable));
HashTable         156 ext/soap/php_sdl.c 				sdl->encoders = pemalloc(sizeof(HashTable), sdl->is_persistent);
HashTable         538 ext/soap/php_sdl.c 					h->headerfaults = emalloc(sizeof(HashTable));
HashTable         585 ext/soap/php_sdl.c 				HashTable    ht;
HashTable         643 ext/soap/php_sdl.c 				binding->headers = emalloc(sizeof(HashTable));
HashTable         664 ext/soap/php_sdl.c static HashTable* wsdl_message(sdlCtx *ctx, xmlChar* message_name)
HashTable         667 ext/soap/php_sdl.c 	HashTable* parameters = NULL;
HashTable         681 ext/soap/php_sdl.c 	parameters = emalloc(sizeof(HashTable));
HashTable        1121 ext/soap/php_sdl.c 								function->faults = emalloc(sizeof(HashTable));
HashTable        1143 ext/soap/php_sdl.c 								ctx.sdl->requests = emalloc(sizeof(HashTable));
HashTable        1156 ext/soap/php_sdl.c 					ctx.sdl->bindings = emalloc(sizeof(HashTable));
HashTable        1242 ext/soap/php_sdl.c 		attr->extraAttributes = emalloc(sizeof(HashTable));
HashTable        1299 ext/soap/php_sdl.c 			model->u.content = emalloc(sizeof(HashTable));
HashTable        1354 ext/soap/php_sdl.c 			type->restrictions->enumeration = emalloc(sizeof(HashTable));
HashTable        1372 ext/soap/php_sdl.c 		type->elements = emalloc(sizeof(HashTable));
HashTable        1386 ext/soap/php_sdl.c 		type->attributes = emalloc(sizeof(HashTable));
HashTable        1464 ext/soap/php_sdl.c 		body->headers = emalloc(sizeof(HashTable));
HashTable        1485 ext/soap/php_sdl.c 				tmp->headerfaults = emalloc(sizeof(HashTable));
HashTable        1510 ext/soap/php_sdl.c static HashTable* sdl_deserialize_parameters(encodePtr *encoders, sdlTypePtr *types, char **in)
HashTable        1513 ext/soap/php_sdl.c 	HashTable *ht;
HashTable        1517 ext/soap/php_sdl.c 	ht = emalloc(sizeof(HashTable));
HashTable        1628 ext/soap/php_sdl.c 		sdl->groups = emalloc(sizeof(HashTable));
HashTable        1638 ext/soap/php_sdl.c 		sdl->types = emalloc(sizeof(HashTable));
HashTable        1648 ext/soap/php_sdl.c 		sdl->elements = emalloc(sizeof(HashTable));
HashTable        1659 ext/soap/php_sdl.c 		sdl->encoders = emalloc(sizeof(HashTable));
HashTable        1672 ext/soap/php_sdl.c 		sdl->bindings = emalloc(sizeof(HashTable));
HashTable        1730 ext/soap/php_sdl.c 				func->faults = emalloc(sizeof(HashTable));
HashTable        1764 ext/soap/php_sdl.c 		sdl->requests = emalloc(sizeof(HashTable));
HashTable        1929 ext/soap/php_sdl.c 	HashTable *tmp_elements = NULL;
HashTable        1982 ext/soap/php_sdl.c 		tmp_elements = emalloc(sizeof(HashTable));
HashTable        2119 ext/soap/php_sdl.c 	HashTable tmp_types;
HashTable        2120 ext/soap/php_sdl.c 	HashTable tmp_encoders;
HashTable        2121 ext/soap/php_sdl.c 	HashTable tmp_bindings;
HashTable        2122 ext/soap/php_sdl.c 	HashTable tmp_functions;
HashTable        2439 ext/soap/php_sdl.c static HashTable* make_persistent_sdl_function_headers(HashTable *headers, HashTable *ptr_map)
HashTable        2441 ext/soap/php_sdl.c 	HashTable *pheaders;
HashTable        2449 ext/soap/php_sdl.c 	pheaders = malloc(sizeof(HashTable));
HashTable        2507 ext/soap/php_sdl.c static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map)
HashTable        2509 ext/soap/php_sdl.c 	HashTable *pparams;
HashTable        2517 ext/soap/php_sdl.c 	pparams = malloc(sizeof(HashTable));
HashTable        2556 ext/soap/php_sdl.c static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashTable *ptr_map)
HashTable        2558 ext/soap/php_sdl.c 	HashTable *pfaults;
HashTable        2564 ext/soap/php_sdl.c 	pfaults = malloc(sizeof(HashTable));
HashTable        2642 ext/soap/php_sdl.c 		pattr->extraAttributes = malloc(sizeof(HashTable));
HashTable        2688 ext/soap/php_sdl.c 			pmodel->u.content = malloc(sizeof(HashTable));
HashTable        2794 ext/soap/php_sdl.c 			ptype->restrictions->enumeration = malloc(sizeof(HashTable));
HashTable        2803 ext/soap/php_sdl.c 		ptype->elements = malloc(sizeof(HashTable));
HashTable        2822 ext/soap/php_sdl.c 		ptype->attributes = malloc(sizeof(HashTable));
HashTable        2953 ext/soap/php_sdl.c 	HashTable ptr_map;
HashTable        2954 ext/soap/php_sdl.c 	HashTable bp_types, bp_encoders;
HashTable        2977 ext/soap/php_sdl.c 		psdl->groups = malloc(sizeof(HashTable));
HashTable        2997 ext/soap/php_sdl.c 		psdl->types = malloc(sizeof(HashTable));
HashTable        3017 ext/soap/php_sdl.c 		psdl->elements = malloc(sizeof(HashTable));
HashTable        3037 ext/soap/php_sdl.c 		psdl->encoders = malloc(sizeof(HashTable));
HashTable        3084 ext/soap/php_sdl.c 		psdl->bindings = malloc(sizeof(HashTable));
HashTable        3122 ext/soap/php_sdl.c 		psdl->requests = malloc(sizeof(HashTable));
HashTable        3371 ext/soap/php_sdl.c 				SOAP_GLOBAL(mem_cache) = malloc(sizeof(HashTable));
HashTable          55 ext/soap/php_sdl.h 	HashTable  functions;        /* array of sdlFunction */
HashTable          56 ext/soap/php_sdl.h 	HashTable *types;            /* array of sdlTypesPtr */
HashTable          57 ext/soap/php_sdl.h 	HashTable *elements;         /* array of sdlTypesPtr */
HashTable          58 ext/soap/php_sdl.h 	HashTable *encoders;         /* array of encodePtr */
HashTable          59 ext/soap/php_sdl.h 	HashTable *bindings;         /* array of sdlBindings (key'd by name) */
HashTable          60 ext/soap/php_sdl.h 	HashTable *requests;         /* array of sdlFunction (references) */
HashTable          61 ext/soap/php_sdl.h 	HashTable *groups;           /* array of sdlTypesPtr */
HashTable          70 ext/soap/php_sdl.h 	HashTable  docs;             /* array of xmlDocPtr */
HashTable          72 ext/soap/php_sdl.h 	HashTable  messages;         /* array of xmlNodePtr */
HashTable          73 ext/soap/php_sdl.h 	HashTable  bindings;         /* array of xmlNodePtr */
HashTable          74 ext/soap/php_sdl.h 	HashTable  portTypes;        /* array of xmlNodePtr */
HashTable          75 ext/soap/php_sdl.h 	HashTable  services;         /* array of xmlNodePtr */
HashTable          77 ext/soap/php_sdl.h 	HashTable *attributes;       /* array of sdlAttributePtr */
HashTable          78 ext/soap/php_sdl.h 	HashTable *attributeGroups;  /* array of sdlTypesPtr */
HashTable         103 ext/soap/php_sdl.h 	HashTable           *headerfaults;  /* array of sdlSoapBindingFunctionHeaderPtr */
HashTable         116 ext/soap/php_sdl.h 	HashTable           *headers;        /* array of sdlSoapBindingFunctionHeaderPtr */
HashTable         138 ext/soap/php_sdl.h 	HashTable *enumeration;              /* array of sdlRestrictionCharPtr */
HashTable         172 ext/soap/php_sdl.h 		HashTable          *content;      /* array of sdlContentModel for sequnce,all,choice*/
HashTable         204 ext/soap/php_sdl.h 	HashTable          *elements;             /* array of sdlTypePtr */
HashTable         205 ext/soap/php_sdl.h 	HashTable          *attributes;           /* array of sdlAttributePtr */
HashTable         224 ext/soap/php_sdl.h 	HashTable *details;            /* array of sdlParamPtr */
HashTable         232 ext/soap/php_sdl.h 	HashTable          *requestParameters;  /* array of sdlParamPtr */
HashTable         233 ext/soap/php_sdl.h 	HashTable          *responseParameters; /* array of sdlParamPtr (this should only be one) */
HashTable         236 ext/soap/php_sdl.h 	HashTable          *faults;             /* array of sdlFaultPtr */
HashTable         252 ext/soap/php_sdl.h 	HashTable *extraAttributes;			/* array of sdlExtraAttribute */
HashTable          87 ext/soap/php_soap.h 		HashTable *ft;
HashTable         100 ext/soap/php_soap.h 	HashTable *typemap;
HashTable         106 ext/soap/php_soap.h 	HashTable *class_map;
HashTable         146 ext/soap/soap.c #define FETCH_TYPEMAP_RES(ss,tmp) ss = (HashTable*) zend_fetch_resource(tmp TSRMLS_CC, -1, "typemap", NULL, 1, le_typemap)
HashTable         981 ext/soap/soap.c static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht TSRMLS_DC)
HashTable         984 ext/soap/soap.c 	HashTable *ht2;
HashTable         986 ext/soap/soap.c 	HashTable *typemap = NULL;
HashTable        1079 ext/soap/soap.c 				typemap = emalloc(sizeof(HashTable));
HashTable        1107 ext/soap/soap.c 	HashTable *typemap_ht = NULL;
HashTable        1126 ext/soap/soap.c 		HashTable *ht = Z_ARRVAL_P(options);
HashTable        1199 ext/soap/soap.c 	service->soap_functions.ft = emalloc(sizeof(HashTable));
HashTable        1336 ext/soap/soap.c 	HashTable      *ft = NULL;
HashTable        1404 ext/soap/soap.c 				service->soap_functions.ft = emalloc(sizeof(HashTable));
HashTable        1451 ext/soap/soap.c 			service->soap_functions.ft = emalloc(sizeof(HashTable));
HashTable        1490 ext/soap/soap.c 	HashTable *function_table;
HashTable        1496 ext/soap/soap.c 	HashTable *old_class_map, *old_typemap;
HashTable        2327 ext/soap/soap.c 	HashTable *typemap_ht = NULL;
HashTable        2342 ext/soap/soap.c 		HashTable *ht = Z_ARRVAL_P(options);
HashTable        2532 ext/soap/soap.c 		HashTable *typemap = soap_create_typemap(sdl, typemap_ht TSRMLS_CC);
HashTable        2636 ext/soap/soap.c 	HashTable *old_class_map;
HashTable        2638 ext/soap/soap.c 	HashTable *old_typemap, *typemap = NULL;
HashTable        2849 ext/soap/soap.c 	HashTable* soap_headers = NULL;
HashTable        2868 ext/soap/soap.c 		HashTable *hto = Z_ARRVAL_P(options);
HashTable        2892 ext/soap/soap.c 	    soap_headers = emalloc(sizeof(HashTable));
HashTable        2904 ext/soap/soap.c 		HashTable *default_headers = Z_ARRVAL_P(*tmp);
HashTable        2907 ext/soap/soap.c 				HashTable *t =  emalloc(sizeof(HashTable));
HashTable        3855 ext/soap/soap.c 		HashTable* prop;
HashTable        3873 ext/soap/soap.c 				HashTable* ht = Z_OBJPROP_P(hdr_ret);
HashTable        4089 ext/soap/soap.c 					HashTable *ht = NULL;
HashTable        4194 ext/soap/soap.c 	HashTable *hdrs = NULL;
HashTable        4314 ext/soap/soap.c 			HashTable *ht = Z_OBJPROP_PP(header);
HashTable        4444 ext/soap/soap.c 	HashTable   *ht;
HashTable        4882 ext/soap/soap.c 	HashTable *ht = (HashTable*)data;
HashTable          71 ext/sockets/conversions.c 	HashTable		params; /* stores pointers; has to be first */
HashTable          79 ext/sockets/conversions.c 	HashTable		params; /* stores pointers; has to be first */
HashTable         150 ext/sockets/multicast.c 	HashTable		 		*opt_ht;
HashTable          82 ext/sockets/sendrecvmsg.c 	HashTable	ht;
HashTable         800 ext/sockets/sockets.c 	HashTable	*new_hash;
HashTable        1956 ext/sockets/sockets.c 	HashTable		 		*opt_ht;
HashTable          79 ext/spl/spl_array.c 	HashTable              *debug_info;
HashTable          83 ext/spl/spl_array.c static inline HashTable *spl_array_get_hash_table(spl_array_object* intern, int check_std_props TSRMLS_DC) { /* {{{ */
HashTable         140 ext/spl/spl_array.c 	HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable         307 ext/spl/spl_array.c 	HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable         435 ext/spl/spl_array.c 	HashTable *ht;
HashTable         509 ext/spl/spl_array.c 	HashTable *ht;
HashTable         615 ext/spl/spl_array.c 				HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable         633 ext/spl/spl_array.c 				HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable         724 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable         779 ext/spl/spl_array.c static HashTable *spl_array_get_properties(zval *object TSRMLS_DC) /* {{{ */
HashTable         782 ext/spl/spl_array.c 	HashTable *result;
HashTable         794 ext/spl/spl_array.c static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
HashTable         894 ext/spl/spl_array.c 	HashTable			*ht1,
HashTable         964 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable         991 ext/spl/spl_array.c 	HashTable          *aht      = spl_array_get_hash_table(object, 0 TSRMLS_CC);
HashTable        1009 ext/spl/spl_array.c 	HashTable          *aht      = spl_array_get_hash_table(object, 0 TSRMLS_CC);
HashTable        1025 ext/spl/spl_array.c 	HashTable          *aht      = spl_array_get_hash_table(object, 0 TSRMLS_CC);
HashTable        1043 ext/spl/spl_array.c 	HashTable          *aht      = spl_array_get_hash_table(object, 0 TSRMLS_CC);
HashTable        1074 ext/spl/spl_array.c 	HashTable          *aht      = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1300 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1340 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1369 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1436 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1519 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1550 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1566 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1586 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1606 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1630 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable        1666 ext/spl/spl_array.c 	HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
HashTable         586 ext/spl/spl_directory.c static HashTable* spl_filesystem_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
HashTable         589 ext/spl/spl_directory.c 	HashTable *rv;
HashTable         100 ext/spl/spl_dllist.c 	HashTable             *debug_info;
HashTable         508 ext/spl/spl_dllist.c static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */
HashTable         150 ext/spl/spl_fixedarray.c static HashTable* spl_fixedarray_object_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{{ */
HashTable         153 ext/spl/spl_fixedarray.c 	HashTable *ht = zend_std_get_properties(obj TSRMLS_CC);
HashTable         167 ext/spl/spl_fixedarray.c static HashTable* spl_fixedarray_object_get_properties(zval *obj TSRMLS_DC) /* {{{{ */
HashTable         170 ext/spl/spl_fixedarray.c 	HashTable *ht = zend_std_get_properties(obj TSRMLS_CC);
HashTable         613 ext/spl/spl_fixedarray.c 	HashTable *intern_ht = zend_std_get_properties(getThis() TSRMLS_CC);
HashTable          79 ext/spl/spl_heap.c 	HashTable          *debug_info;
HashTable         522 ext/spl/spl_heap.c static HashTable* spl_heap_object_get_debug_info_helper(zend_class_entry *ce, zval *obj, int *is_temp TSRMLS_DC) { /* {{{ */
HashTable         571 ext/spl/spl_heap.c static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
HashTable         577 ext/spl/spl_heap.c static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
HashTable          83 ext/spl/spl_observer.c 	HashTable         storage;
HashTable          88 ext/spl/spl_observer.c 	HashTable        *debug_info;
HashTable         313 ext/spl/spl_observer.c static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */
HashTable         317 ext/spl/spl_observer.c 	HashTable *props;
HashTable         365 ext/spl/spl_observer.c static HashTable *spl_object_storage_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */
HashTable         369 ext/spl/spl_observer.c 	HashTable *props;
HashTable         123 ext/sqlite3/php_sqlite3_structs.h 	HashTable *bound_params;
HashTable        1368 ext/sqlite3/sqlite3.c 	HashTable *hash;
HashTable         819 ext/standard/array.c 	HashTable *array;
HashTable         842 ext/standard/array.c 	HashTable *array;
HashTable         865 ext/standard/array.c 	HashTable *array;
HashTable         888 ext/standard/array.c 	HashTable *array;
HashTable         911 ext/standard/array.c 	HashTable *array;
HashTable         929 ext/standard/array.c 	HashTable *array;
HashTable        1063 ext/standard/array.c 			HashTable *thash;
HashTable        1125 ext/standard/array.c 	HashTable *array;
HashTable        1150 ext/standard/array.c 	HashTable *array;
HashTable        1741 ext/standard/array.c 	HashTable *hash;
HashTable        1810 ext/standard/array.c PHPAPI HashTable* php_splice(HashTable *in_hash, int offset, int length, zval ***list, int list_count, HashTable **removed) /* {{{ */
HashTable        1812 ext/standard/array.c 	HashTable 	*out_hash = NULL;	/* Output hashtable */
HashTable        2018 ext/standard/array.c 	HashTable *new_hash;	/* New hashtable for the stack */
HashTable        2019 ext/standard/array.c 	HashTable  old_hash;
HashTable        2050 ext/standard/array.c 	HashTable *new_hash = NULL,	/* Output array's hash */
HashTable        2052 ext/standard/array.c 	HashTable  old_hash;
HashTable        2224 ext/standard/array.c 					HashTable *thash = Z_TYPE_PP(dest_entry) == IS_ARRAY ? Z_ARRVAL_PP(dest_entry) : NULL;
HashTable        2497 ext/standard/array.c 	HashTable *myht;
HashTable        2569 ext/standard/array.c 	HashTable *arr_hash;
HashTable        2586 ext/standard/array.c 		HashTable *ht;
HashTable        2681 ext/standard/array.c 	HashTable *new_hash;/* Return value from splice */
HashTable        2682 ext/standard/array.c 	HashTable  old_hash;
HashTable        3037 ext/standard/array.c 	HashTable *hash;
HashTable        3183 ext/standard/array.c 		HashTable *ht;
HashTable        3455 ext/standard/array.c 	HashTable *hash;
HashTable        3600 ext/standard/array.c 		HashTable *ht;
HashTable        3827 ext/standard/array.c 	HashTable*		hash;
HashTable        4146 ext/standard/array.c 	HashTable *htbl;
HashTable        4407 ext/standard/array.c 	HashTable *array;			/* array to check in */
HashTable         131 ext/standard/basic_functions.c static HashTable basic_submodules;
HashTable        4858 ext/standard/basic_functions.c 	HashTable *params_ar;
HashTable        6052 ext/standard/basic_functions.c 	HashTable *hash = php_ini_get_configuration_hash();
HashTable         165 ext/standard/basic_functions.h 	HashTable *user_shutdown_function_names;
HashTable         166 ext/standard/basic_functions.h 	HashTable putenv_ht;
HashTable         225 ext/standard/basic_functions.h 	HashTable *user_filter_map;
HashTable          31 ext/standard/browscap.c 	HashTable *htab;
HashTable         200 ext/standard/browscap.c 				HashTable *section_properties;
HashTable         210 ext/standard/browscap.c 				section_properties = (HashTable *) pemalloc(sizeof(HashTable), persistent);
HashTable         126 ext/standard/file.h 	HashTable *stream_wrappers;			/* per-request copy of url_stream_wrappers_hash */
HashTable         127 ext/standard/file.h 	HashTable *stream_filters;			/* per-request copy of stream_filters_hash */
HashTable         128 ext/standard/file.h 	HashTable *wrapper_errors;			/* key: wrapper address; value: linked list of char* */
HashTable        1228 ext/standard/filters.c 	if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) {
HashTable        1261 ext/standard/filters.c 	if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) {
HashTable        1284 ext/standard/filters.c 	if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) {
HashTable        1310 ext/standard/filters.c 	if (zend_hash_find((HashTable *)ht, field_name, field_name_len, (void **)&tmpval) == SUCCESS) {
HashTable         142 ext/standard/incomplete_class.c 	HashTable *object_properties;
HashTable         826 ext/standard/info.c 		HashTable sorted_registry;
HashTable         223 ext/standard/password.c 	HashTable *options = 0;
HashTable         314 ext/standard/password.c 	HashTable *options = 0;
HashTable         106 ext/standard/php_array.h PHPAPI HashTable* php_splice(HashTable *, int, int, zval ***, int, HashTable **);
HashTable          41 ext/standard/php_var.h typedef HashTable* php_serialize_data_t;
HashTable          86 ext/standard/proc_open.c 	HashTable *target_hash;
HashTable         543 ext/standard/streamsfuncs.c 	HashTable *stream_xport_hash;
HashTable         572 ext/standard/streamsfuncs.c 	HashTable *url_stream_wrappers_hash;
HashTable         646 ext/standard/streamsfuncs.c 	HashTable *new_hash;
HashTable         719 ext/standard/streamsfuncs.c 	HashTable *new_hash;
HashTable         707 ext/standard/url.c 	HashTable *hashT;
HashTable          60 ext/standard/url_scanner_ex.c 		ctx->tags = malloc(sizeof(HashTable));
HashTable          55 ext/standard/url_scanner_ex.h 	HashTable *tags;
HashTable         549 ext/standard/user_filters.c 	HashTable *filters_hash;
HashTable         598 ext/standard/user_filters.c 		BG(user_filter_map) = (HashTable*) emalloc(sizeof(HashTable));
HashTable          89 ext/standard/var.c 	HashTable *myht;
HashTable         244 ext/standard/var.c 	HashTable *myht = NULL;
HashTable         418 ext/standard/var.c 	HashTable *myht;
HashTable         640 ext/standard/var.c 		HashTable *propers;
HashTable         713 ext/standard/var.c 	HashTable *myht;
HashTable         463 ext/wddx/wddx.c 	HashTable *objhash, *sleephash;
HashTable         562 ext/wddx/wddx.c 	HashTable *target_hash;
HashTable         629 ext/wddx/wddx.c 	HashTable *ht;
HashTable         695 ext/wddx/wddx.c 	HashTable *target_hash;
HashTable         918 ext/wddx/wddx.c 	HashTable 			*target_hash;
HashTable          40 ext/xmlreader/php_xmlreader.c static HashTable xmlreader_prop_handlers;
HashTable         212 ext/xmlreader/php_xmlreader.c 		ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd);
HashTable          40 ext/xmlreader/php_xmlreader.h 	HashTable *prop_handler;
HashTable         563 ext/xmlrpc/xmlrpc-epi-php.c 						HashTable *ht = NULL;
HashTable          59 ext/xsl/php_xsl.h 	HashTable *prop_handler;
HashTable          61 ext/xsl/php_xsl.h 	HashTable *parameter;
HashTable          64 ext/xsl/php_xsl.h 	HashTable *registered_phpfunctions;
HashTable          65 ext/xsl/php_xsl.h 	HashTable *node_list;
HashTable         792 ext/zip/php_zip.c static HashTable zip_prop_handlers;
HashTable        1018 ext/zip/php_zip.c static HashTable *php_zip_get_properties(zval *object TSRMLS_DC)/* {{{ */
HashTable        1022 ext/zip/php_zip.c 	HashTable *props;
HashTable          79 ext/zip/php_zip.h 	HashTable *prop_handler;
HashTable         127 main/SAPI.h    	HashTable *rfc1867_uploaded_files;
HashTable         132 main/SAPI.h    	HashTable known_post_content_types;
HashTable         267 main/SAPI.h    	void (*ini_defaults)(HashTable *configuration_hash);
HashTable          49 main/output.c  static HashTable php_output_handler_aliases;
HashTable          50 main/output.c  static HashTable php_output_handler_conflicts;
HashTable          51 main/output.c  static HashTable php_output_handler_reverse_conflicts;
HashTable         540 main/output.c  	HashTable *rconflicts;
HashTable         623 main/output.c  	HashTable rev, *rev_ptr = NULL;
HashTable         638 main/output.c  		if (SUCCESS != zend_hash_update(&php_output_handler_reverse_conflicts, name, name_len+1, &rev, sizeof(HashTable), NULL)) {
HashTable         103 main/php_globals.h 	HashTable rfc1867_protected_variables;
HashTable          66 main/php_ini.c static HashTable *active_ini_hash;
HashTable          67 main/php_ini.c static HashTable configuration_hash;
HashTable         213 main/php_ini.c 	HashTable *active_hash;
HashTable         262 main/php_ini.c 					Z_ARRVAL_P(option_arr) = (HashTable *) pemalloc(sizeof(HashTable), 1);
HashTable         333 main/php_ini.c 						Z_ARRVAL_P(section_arr) = (HashTable *) pemalloc(sizeof(HashTable), 1);
HashTable         925 main/php_ini.c PHPAPI HashTable* php_ini_get_configuration_hash(void) /* {{{ */
HashTable          64 main/php_variables.c 	HashTable *symtable1 = NULL;
HashTable         130 main/php_variables.c 				HashTable *ht;
HashTable         682 main/rfc1867.c 	HashTable *uploaded_files = NULL;
HashTable          32 main/streams/filter.c static HashTable stream_filters_hash;
HashTable          35 main/streams/filter.c PHPAPI HashTable *php_get_stream_filters_hash_global(void)
HashTable          41 main/streams/filter.c PHPAPI HashTable *_php_get_stream_filters_hash(TSRMLS_D)
HashTable         254 main/streams/filter.c 	HashTable *filter_hash = (FG(stream_filters) ? FG(stream_filters) : &stream_filters_hash);
HashTable          38 main/streams/streams.c static HashTable url_stream_wrappers_hash;
HashTable          58 main/streams/streams.c PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(TSRMLS_D)
HashTable          63 main/streams/streams.c PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void)
HashTable        1750 main/streams/streams.c 	HashTable *wrapper_hash = (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash);
HashTable          25 main/streams/transports.c static HashTable xport_hash;
HashTable          27 main/streams/transports.c PHPAPI HashTable *php_stream_xport_get_hash(void)
HashTable         589 main/streams/userspace.c 	HashTable *global_wrapper_hash;
HashTable         260 sapi/apache/mod_php5.c 	HashTable *symbol_table;
HashTable         599 sapi/apache/mod_php5.c 	HashTable *per_dir_conf;
HashTable         623 sapi/apache/mod_php5.c 		per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module);
HashTable         625 sapi/apache/mod_php5.c 			zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
HashTable         768 sapi/apache/mod_php5.c 	HashTable *per_dir_info;
HashTable         770 sapi/apache/mod_php5.c 	per_dir_info = (HashTable *) malloc(sizeof(HashTable));
HashTable         783 sapi/apache/mod_php5.c 	HashTable *new;
HashTable         787 sapi/apache/mod_php5.c 	zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_per_dir_entry));
HashTable         789 sapi/apache/mod_php5.c 	zend_hash_merge_ex(new, (HashTable *) addv, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL);
HashTable         896 sapi/apache/mod_php5.c 	HashTable *per_dir_conf;
HashTable         902 sapi/apache/mod_php5.c 	per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module);
HashTable         904 sapi/apache/mod_php5.c 		zend_hash_apply((HashTable *) per_dir_conf, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
HashTable          47 sapi/apache2filter/apache_config.c 	HashTable config;
HashTable          47 sapi/apache2handler/apache_config.c 	HashTable config;
HashTable         516 sapi/apache2handler/sapi_apache2.c 	HashTable config;
HashTable          63 sapi/apache_hooks/mod_php5.c 	HashTable *ini_settings;
HashTable         390 sapi/apache_hooks/mod_php5.c 	HashTable *symbol_table;
HashTable         672 sapi/apache_hooks/mod_php5.c 			zend_hash_apply((HashTable *) per_dir_conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
HashTable         856 sapi/apache_hooks/mod_php5.c 	conf->ini_settings = (HashTable *) malloc(sizeof(HashTable));
HashTable         880 sapi/apache_hooks/mod_php5.c 	zend_hash_merge_ex((HashTable *) a->ini_settings, (HashTable *) b->ini_settings, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL);
HashTable        1189 sapi/apache_hooks/mod_php5.c 		zend_hash_apply((HashTable *) conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
HashTable        1271 sapi/apache_hooks/mod_php5.c 			   zend_hash_apply((HashTable *)conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC);
HashTable         173 sapi/cgi/cgi_main.c 	HashTable user_config_cache;
HashTable         187 sapi/cgi/cgi_main.c 	HashTable *user_config;
HashTable         235 sapi/cgi/cgi_main.c 	HashTable sorted_registry;
HashTable         761 sapi/cgi/cgi_main.c 		new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
HashTable         137 sapi/cgi/fastcgi.c static HashTable fcgi_mgmt_vars;
HashTable         195 sapi/cli/php_cli.c 	HashTable sorted_registry;
HashTable         135 sapi/cli/php_cli_server.c 	HashTable headers;
HashTable         136 sapi/cli/php_cli_server.c 	HashTable headers_original_case;
HashTable         196 sapi/cli/php_cli_server.c 	HashTable clients;
HashTable         478 sapi/cli/php_cli_server.c 	HashTable *headers;
HashTable         142 sapi/fpm/fpm/fastcgi.c static HashTable fcgi_mgmt_vars;
HashTable         112 sapi/fpm/fpm/fastcgi.h 	HashTable     *env;
HashTable         171 sapi/fpm/fpm/fpm_main.c 	HashTable user_config_cache;
HashTable         187 sapi/fpm/fpm/fpm_main.c 	HashTable *user_config;
HashTable         235 sapi/fpm/fpm/fpm_main.c 	HashTable sorted_registry;
HashTable         701 sapi/fpm/fpm/fpm_main.c 		new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
HashTable          43 win32/php_win32_globals.h 	HashTable *registry_directories;
HashTable          64 win32/registry.c 	HashTable *ht = NULL;
HashTable          81 win32/registry.c 							ht = (HashTable*)malloc(sizeof(HashTable));
HashTable         116 win32/registry.c 				zend_hash_update(directories, path, path_len+1, &ht, sizeof(HashTable*), NULL);
HashTable         166 win32/registry.c 	zend_hash_destroy(*(HashTable**)data);
HashTable         167 win32/registry.c 	free(*(HashTable**)data);
HashTable         176 win32/registry.c 	HashTable **pht;
HashTable         183 win32/registry.c 		PW32G(registry_directories) = (HashTable*)malloc(sizeof(HashTable));
HashTable         253 win32/registry.c 			HashTable *ht = *pht;