HashTable 118 Zend/zend.c static HashTable *global_class_table = NULL; HashTable 119 Zend/zend.c static HashTable *global_constants_table = NULL; HashTable 120 Zend/zend.c static HashTable *global_auto_globals_table = NULL; HashTable 121 Zend/zend.c static HashTable *global_persistent_list = NULL; HashTable 356 Zend/zend.c HashTable *properties = NULL; HashTable 414 Zend/zend.c HashTable *properties; HashTable 511 Zend/zend.c compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); HashTable 515 Zend/zend.c compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable)); HashTable 523 Zend/zend.c compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable)); HashTable 702 Zend/zend.c GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); HashTable 703 Zend/zend.c GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); HashTable 704 Zend/zend.c GLOBAL_AUTO_GLOBALS_TABLE = (HashTable *) malloc(sizeof(HashTable)); HashTable 705 Zend/zend.c GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); HashTable 730 Zend/zend.c compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); HashTable 731 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 329 Zend/zend.h HashTable *ht; /* hash table value */ HashTable 486 Zend/zend.h HashTable function_table; HashTable 487 Zend/zend.h HashTable properties_info; HashTable 491 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 2035 Zend/zend_API.c HashTable *target_function_table = function_table; HashTable 2308 Zend/zend_API.c HashTable *target_function_table = function_table; HashTable 2610 Zend/zend_API.c HashTable *symbol_table; HashTable 2619 Zend/zend_API.c symbol_table = va_arg(symbol_table_list, HashTable *); HashTable 2762 Zend/zend_API.c HashTable *ftable; HashTable 4018 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 580 Zend/zend_builtin_functions.c HashTable *target_hash; HashTable 989 Zend/zend_builtin_functions.c HashTable *properties; HashTable 41 Zend/zend_closures.c HashTable *debug_info; HashTable 316 Zend/zend_closures.c static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 330 Zend/zend_closures.c HashTable *static_variables = closure->func.op_array.static_variables; HashTable 374 Zend/zend_closures.c static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ HashTable 458 Zend/zend_closures.c HashTable *static_variables = closure->func.op_array.static_variables; HashTable 3099 Zend/zend_compile.c HashTable *static_variables = op_array->static_variables; HashTable 4115 Zend/zend_compile.c HashTable **overriden; HashTable 4117 Zend/zend_compile.c HashTable *exclude_table; HashTable 4124 Zend/zend_compile.c overriden = va_arg(args, HashTable**); HashTable 4125 Zend/zend_compile.c exclude_table = va_arg(args, HashTable*); HashTable 4347 Zend/zend_compile.c HashTable *overriden = NULL; HashTable 4351 Zend/zend_compile.c HashTable exclude_table; HashTable 4779 Zend/zend_compile.c HashTable *table; HashTable 7154 Zend/zend_compile.c CG(current_import) = emalloc(sizeof(HashTable)); HashTable 7317 Zend/zend_compile.c CG(current_import_function) = emalloc(sizeof(HashTable)); HashTable 7328 Zend/zend_compile.c CG(current_import_const) = emalloc(sizeof(HashTable)); HashTable 66 Zend/zend_compile.h HashTable *labels; HashTable 300 Zend/zend_compile.h HashTable *static_variables; HashTable 401 Zend/zend_compile.h HashTable *symbol_table; HashTable 86 Zend/zend_constants.c EG(zend_constants) = (HashTable *) malloc(sizeof(HashTable)); HashTable 521 Zend/zend_exceptions.c HashTable *ht = Z_ARRVAL_PP(frame); HashTable 968 Zend/zend_execute.c HashTable *ht; HashTable 1006 Zend/zend_execute.c static inline HashTable *zend_get_target_symbol_table(int fetch_type TSRMLS_DC) HashTable 625 Zend/zend_execute_API.c HashTable *calling_symbol_table; HashTable 283 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 338 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 390 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 446 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 530 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 587 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 649 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 721 Zend/zend_gc.c HashTable *props = get_gc(pz, &table, &n TSRMLS_CC); HashTable 245 Zend/zend_generators.c HashTable *target = va_arg(args, HashTable *); HashTable 261 Zend/zend_generators.c HashTable *current_symbol_table; HashTable 352 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 134 Zend/zend_globals.h HashTable *current_import_function; HashTable 135 Zend/zend_globals.h HashTable *current_import_const; HashTable 139 Zend/zend_globals.h HashTable const_filenames; HashTable 153 Zend/zend_globals.h HashTable interned_strings; HashTable 178 Zend/zend_globals.h HashTable *symtable_cache[SYMTABLE_CACHE_SIZE]; HashTable 179 Zend/zend_globals.h HashTable **symtable_cache_limit; HashTable 180 Zend/zend_globals.h HashTable **symtable_cache_ptr; HashTable 184 Zend/zend_globals.h HashTable *active_symbol_table; HashTable 185 Zend/zend_globals.h HashTable symbol_table; /* main symbol table */ HashTable 187 Zend/zend_globals.h HashTable included_files; /* files already included */ HashTable 197 Zend/zend_globals.h HashTable *function_table; /* function symbol table */ HashTable 198 Zend/zend_globals.h HashTable *class_table; /* class table */ HashTable 199 Zend/zend_globals.h HashTable *zend_constants; /* constants table */ HashTable 211 Zend/zend_globals.h HashTable *in_autoload; HashTable 223 Zend/zend_globals.h HashTable regular_list; HashTable 224 Zend/zend_globals.h HashTable persistent_list; HashTable 243 Zend/zend_globals.h HashTable *ini_directives; HashTable 244 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 152 Zend/zend_object_handlers.c HashTable *ht = Z_ARRVAL_P(retval); 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 115 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 131 Zend/zend_variables.c HashTable *original_ht = zvalue->value.ht; HashTable 132 Zend/zend_variables.c HashTable *tmp_ht = NULL; HashTable 200 Zend/zend_variables.c HashTable *target = va_arg(args, HashTable*); HashTable 1011 Zend/zend_vm_def.h HashTable *target_symbol_table; HashTable 3244 Zend/zend_vm_def.h HashTable *ht = Z_ARRVAL_P(args); HashTable 3436 Zend/zend_vm_def.h HashTable *ht; HashTable 4080 Zend/zend_vm_def.h HashTable *target_symbol_table; HashTable 4172 Zend/zend_vm_def.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 4296 Zend/zend_vm_def.h HashTable *fe_ht; HashTable 4459 Zend/zend_vm_def.h HashTable *fe_ht; HashTable 4606 Zend/zend_vm_def.h HashTable *target_symbol_table; HashTable 4684 Zend/zend_vm_def.h HashTable *ht; HashTable 5402 Zend/zend_vm_def.h HashTable *ht; HashTable 721 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_P(args); HashTable 1635 Zend/zend_vm_execute.h HashTable *ht; HashTable 3054 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 3620 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 4146 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 4242 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 4328 Zend/zend_vm_execute.h HashTable *ht; HashTable 5510 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 5921 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 6017 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 6262 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 6641 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 6737 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 8420 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 9038 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 9474 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 9570 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 10794 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11207 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11303 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11548 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11802 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11898 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 13789 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 13952 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 14976 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 16117 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 16209 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 16350 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 16428 Zend/zend_vm_execute.h HashTable *ht; HashTable 18394 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 18528 Zend/zend_vm_execute.h HashTable *ht; HashTable 19590 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 20697 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 20789 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 20930 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 21008 Zend/zend_vm_execute.h HashTable *ht; HashTable 21582 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 22130 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 22226 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 24178 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 24312 Zend/zend_vm_execute.h HashTable *ht; HashTable 25699 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 25831 Zend/zend_vm_execute.h HashTable *ht; HashTable 27021 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 27153 Zend/zend_vm_execute.h HashTable *ht; HashTable 28343 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 28475 Zend/zend_vm_execute.h HashTable *ht; HashTable 30094 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 30226 Zend/zend_vm_execute.h HashTable *ht; HashTable 31456 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 32508 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 33426 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 33518 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 33657 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 33735 Zend/zend_vm_execute.h HashTable *ht; HashTable 35566 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 35698 Zend/zend_vm_execute.h HashTable *ht; HashTable 36756 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 37731 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 37823 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 37962 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 38040 Zend/zend_vm_execute.h HashTable *ht; HashTable 38610 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 39032 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 39128 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 40925 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 41057 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 1827 ext/curl/interface.c (*ch)->to_free->slist = emalloc(sizeof(HashTable)); HashTable 2493 ext/curl/interface.c HashTable *ph; HashTable 2583 ext/curl/interface.c HashTable *postfields; HashTable 171 ext/curl/php_curl.h HashTable *slist; HashTable 641 ext/date/php_date.c static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 642 ext/date/php_date.c static HashTable *date_object_get_properties(zval *object TSRMLS_DC); HashTable 643 ext/date/php_date.c static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 644 ext/date/php_date.c static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC); HashTable 645 ext/date/php_date.c static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 646 ext/date/php_date.c static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC); HashTable 647 ext/date/php_date.c static HashTable *date_object_get_properties_timezone(zval *object TSRMLS_DC); HashTable 648 ext/date/php_date.c static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 2202 ext/date/php_date.c static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 2209 ext/date/php_date.c static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 2217 ext/date/php_date.c static HashTable *date_object_get_properties(zval *object TSRMLS_DC) HashTable 2219 ext/date/php_date.c HashTable *props; HashTable 2325 ext/date/php_date.c static HashTable *date_object_get_properties_timezone(zval *object TSRMLS_DC) HashTable 2327 ext/date/php_date.c HashTable *props; HashTable 2406 ext/date/php_date.c static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 2414 ext/date/php_date.c static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC) HashTable 2416 ext/date/php_date.c HashTable *props; HashTable 2863 ext/date/php_date.c HashTable *myht; HashTable 2885 ext/date/php_date.c HashTable *myht; HashTable 2907 ext/date/php_date.c HashTable *myht; HashTable 3765 ext/date/php_date.c HashTable *myht; HashTable 3787 ext/date/php_date.c HashTable *myht; HashTable 4237 ext/date/php_date.c HashTable *myht; HashTable 4257 ext/date/php_date.c HashTable *myht; HashTable 4907 ext/date/php_date.c static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 4914 ext/date/php_date.c static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC) HashTable 4916 ext/date/php_date.c HashTable *props; HashTable 5065 ext/date/php_date.c HashTable *myht; HashTable 5087 ext/date/php_date.c HashTable *myht; HashTable 136 ext/date/php_date.h HashTable *props; HashTable 148 ext/date/php_date.h HashTable *props; HashTable 154 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 1809 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 77 ext/dom/php_dom.c static HashTable classes; HashTable 79 ext/dom/php_dom.c static HashTable dom_domstringlist_prop_handlers; HashTable 80 ext/dom/php_dom.c static HashTable dom_namelist_prop_handlers; HashTable 81 ext/dom/php_dom.c static HashTable dom_domimplementationlist_prop_handlers; HashTable 82 ext/dom/php_dom.c static HashTable dom_document_prop_handlers; HashTable 83 ext/dom/php_dom.c static HashTable dom_node_prop_handlers; HashTable 84 ext/dom/php_dom.c static HashTable dom_nodelist_prop_handlers; HashTable 85 ext/dom/php_dom.c static HashTable dom_namednodemap_prop_handlers; HashTable 86 ext/dom/php_dom.c static HashTable dom_characterdata_prop_handlers; HashTable 87 ext/dom/php_dom.c static HashTable dom_attr_prop_handlers; HashTable 88 ext/dom/php_dom.c static HashTable dom_element_prop_handlers; HashTable 89 ext/dom/php_dom.c static HashTable dom_text_prop_handlers; HashTable 90 ext/dom/php_dom.c static HashTable dom_typeinfo_prop_handlers; HashTable 91 ext/dom/php_dom.c static HashTable dom_domerror_prop_handlers; HashTable 92 ext/dom/php_dom.c static HashTable dom_domlocator_prop_handlers; HashTable 93 ext/dom/php_dom.c static HashTable dom_documenttype_prop_handlers; HashTable 94 ext/dom/php_dom.c static HashTable dom_notation_prop_handlers; HashTable 95 ext/dom/php_dom.c static HashTable dom_entity_prop_handlers; HashTable 96 ext/dom/php_dom.c static HashTable dom_processinginstruction_prop_handlers; HashTable 97 ext/dom/php_dom.c static HashTable dom_namespace_node_prop_handlers; HashTable 99 ext/dom/php_dom.c static HashTable dom_xpath_prop_handlers; HashTable 406 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 441 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 470 ext/dom/php_dom.c static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 473 ext/dom/php_dom.c HashTable *debug_info, HashTable 545 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 2130 ext/fileinfo/libmagic/softmagic.c HashTable *ht = Z_ARRVAL_P(subpats); HashTable 2146 ext/fileinfo/libmagic/softmagic.c HashTable *inner_ht; HashTable 461 ext/gmp/gmp.c static HashTable *gmp_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 463 ext/gmp/gmp.c HashTable *ht, *props = zend_std_get_properties(obj TSRMLS_CC); 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 201 ext/intl/converter/converter.c HashTable *ht = Z_ARRVAL_P(val); HashTable 293 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 819 ext/intl/locale/locale_methods.c HashTable *arr = HASH_OF(*ele_value); HashTable 904 ext/intl/locale/locale_methods.c HashTable* hash_arr = NULL; HashTable 1535 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 184 ext/json/json.c HashTable *myht = HASH_OF(*val); HashTable 243 ext/json/json.c HashTable *myht; HashTable 276 ext/json/json.c HashTable *tmp_ht; HashTable 575 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 815 ext/mbstring/mbstring.c HashTable *target_hash; HashTable 3070 ext/mbstring/mbstring.c HashTable *target_hash; HashTable 3517 ext/mbstring/mbstring.c HashTable *target_hash; HashTable 3736 ext/mbstring/mbstring.c HashTable *target_hash; HashTable 4073 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 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 382 ext/mysqli/mysqli.c ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); HashTable 457 ext/mysqli/mysqli.c HashTable * mysqli_object_get_debug_info(zval *object, int *is_temp TSRMLS_DC) HashTable 460 ext/mysqli/mysqli.c HashTable *retval, *props = obj->prop_handler; HashTable 695 ext/mysqli/mysqli_nonapi.c HashTable *new_hash; HashTable 746 ext/mysqli/mysqli_nonapi.c HashTable *new_hash; HashTable 146 ext/mysqli/php_mysqli_structs.h HashTable *prop_handler; HashTable 2534 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 929 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 992 ext/oci8/oci8_statement.c HashTable *hash = HASH_OF(bind->zval); HashTable 1633 ext/oci8/oci8_statement.c HashTable *hash; HashTable 1703 ext/oci8/oci8_statement.c HashTable *hash; HashTable 1742 ext/oci8/oci8_statement.c HashTable *hash; HashTable 1781 ext/oci8/oci8_statement.c HashTable *hash; HashTable 146 ext/oci8/php_oci8_int.h HashTable *descriptors; /* descriptors hash, used to flush all the LOBs using this connection on commit */ HashTable 225 ext/oci8/php_oci8_int.h HashTable *columns; /* hash containing all the result columns */ HashTable 226 ext/oci8/php_oci8_int.h HashTable *binds; /* binds hash */ HashTable 227 ext/oci8/php_oci8_int.h HashTable *defines; /* defines hash */ HashTable 99 ext/opcache/Optimizer/compact_literals.c HashTable hash; HashTable 43 ext/opcache/Optimizer/zend_optimizer.c *constants = emalloc(sizeof(HashTable)); HashTable 631 ext/opcache/Optimizer/zend_optimizer.c HashTable *constants = NULL; HashTable 653 ext/opcache/Optimizer/zend_optimizer.c HashTable *ht = op_array->static_variables; HashTable 1296 ext/opcache/ZendAccelerator.c HashTable *orig_function_table, *orig_class_table; HashTable 190 ext/opcache/ZendAccelerator.h HashTable function_table; HashTable 191 ext/opcache/ZendAccelerator.h HashTable class_table; HashTable 253 ext/opcache/ZendAccelerator.h HashTable function_table; HashTable 258 ext/opcache/ZendAccelerator.h HashTable bind_hash; /* prototype and zval lookup table */ HashTable 306 ext/opcache/ZendAccelerator.h HashTable interned_strings; HashTable 176 ext/opcache/zend_accelerator_util_funcs.c HashTable *function_table = va_arg(args, HashTable *); HashTable 665 ext/opcache/zend_accelerator_util_funcs.c HashTable *shared_statics = op_array->static_variables; HashTable 180 ext/opcache/zend_persist.c zend_accel_store(z->value.ht, sizeof(HashTable)); HashTable 417 ext/opcache/zend_persist.c zend_accel_store(op_array->static_variables, sizeof(HashTable)); HashTable 135 ext/opcache/zend_persist_calc.c ADD_DUP_SIZE(z->value.ht, sizeof(HashTable)); HashTable 228 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 4834 ext/openssl/openssl.c HashTable *pubkeysht; HashTable 745 ext/pcntl/pcntl.c HashTable *args_hash, *envs_hash; HashTable 1293 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 2655 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 28 ext/pdo/php_pdo_int.h extern HashTable pdo_driver_hash; HashTable 140 ext/pdo_firebird/firebird_driver.c HashTable *np; HashTable 114 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 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 182 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 301 ext/phar/phar_internal.h HashTable manifest; HashTable 303 ext/phar/phar_internal.h HashTable virtual_dirs; HashTable 305 ext/phar/phar_internal.h HashTable mounted_dirs; HashTable 605 ext/phar/phar_internal.h extern HashTable cached_phars; HashTable 606 ext/phar/phar_internal.h extern HashTable cached_alias; HashTable 61 ext/phar/phar_object.c HashTable *_SERVER; HashTable 613 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 2019 ext/phar/util.c HashTable newmanifest; HashTable 445 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 802 ext/reflection/php_reflection.c HashTable *static_variables; HashTable 4017 ext/reflection/php_reflection.c HashTable *properties = Z_OBJ_HT_P(intern->obj)->get_properties(intern->obj TSRMLS_CC); HashTable 4330 ext/reflection/php_reflection.c HashTable *args; HashTable 262 ext/session/php_session.h HashTable *_ht = Z_ARRVAL_P(PS(http_session_vars)); \ HashTable 2112 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 1810 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 403 ext/soap/php_encoding.c HashTable *ht = Z_OBJPROP_P(data); HashTable 1717 ext/soap/php_encoding.c HashTable *ht = Z_ARRVAL_P(data); HashTable 1797 ext/soap/php_encoding.c HashTable *ht = Z_ARRVAL_P(data); HashTable 1897 ext/soap/php_encoding.c HashTable *prop = NULL; HashTable 3114 ext/soap/php_encoding.c HashTable *ht = Z_ARRVAL_P(data); HashTable 3575 ext/soap/php_encoding.c SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); HashTable 3625 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 994 ext/soap/soap.c static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht TSRMLS_DC) HashTable 997 ext/soap/soap.c HashTable *ht2; HashTable 999 ext/soap/soap.c HashTable *typemap = NULL; HashTable 1092 ext/soap/soap.c typemap = emalloc(sizeof(HashTable)); HashTable 1120 ext/soap/soap.c HashTable *typemap_ht = NULL; HashTable 1139 ext/soap/soap.c HashTable *ht = Z_ARRVAL_P(options); HashTable 1212 ext/soap/soap.c service->soap_functions.ft = emalloc(sizeof(HashTable)); HashTable 1349 ext/soap/soap.c HashTable *ft = NULL; HashTable 1417 ext/soap/soap.c service->soap_functions.ft = emalloc(sizeof(HashTable)); HashTable 1464 ext/soap/soap.c service->soap_functions.ft = emalloc(sizeof(HashTable)); HashTable 1503 ext/soap/soap.c HashTable *function_table; HashTable 1509 ext/soap/soap.c HashTable *old_class_map, *old_typemap; HashTable 2336 ext/soap/soap.c HashTable *typemap_ht = NULL; HashTable 2351 ext/soap/soap.c HashTable *ht = Z_ARRVAL_P(options); HashTable 2541 ext/soap/soap.c HashTable *typemap = soap_create_typemap(sdl, typemap_ht TSRMLS_CC); HashTable 2645 ext/soap/soap.c HashTable *old_class_map; HashTable 2647 ext/soap/soap.c HashTable *old_typemap, *typemap = NULL; HashTable 2858 ext/soap/soap.c HashTable* soap_headers = NULL; HashTable 2877 ext/soap/soap.c HashTable *hto = Z_ARRVAL_P(options); HashTable 2901 ext/soap/soap.c soap_headers = emalloc(sizeof(HashTable)); HashTable 2913 ext/soap/soap.c HashTable *default_headers = Z_ARRVAL_P(*tmp); HashTable 2916 ext/soap/soap.c HashTable *t = emalloc(sizeof(HashTable)); HashTable 3889 ext/soap/soap.c HashTable* prop; HashTable 3907 ext/soap/soap.c HashTable* ht = Z_OBJPROP_P(hdr_ret); HashTable 4125 ext/soap/soap.c HashTable *ht = NULL; HashTable 4230 ext/soap/soap.c HashTable *hdrs = NULL; HashTable 4351 ext/soap/soap.c HashTable *ht = Z_OBJPROP_PP(header); HashTable 4482 ext/soap/soap.c HashTable *ht; HashTable 4923 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 797 ext/sockets/sockets.c HashTable *new_hash; HashTable 1953 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 620 ext/spl/spl_array.c HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 733 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 788 ext/spl/spl_array.c static HashTable *spl_array_get_properties(zval *object TSRMLS_DC) /* {{{ */ HashTable 791 ext/spl/spl_array.c HashTable *result; HashTable 803 ext/spl/spl_array.c static HashTable* spl_array_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 903 ext/spl/spl_array.c HashTable *ht1, HashTable 980 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1007 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 1041 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(object, 0 TSRMLS_CC); HashTable 1059 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(object, 0 TSRMLS_CC); HashTable 1090 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1316 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1356 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1385 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1452 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1535 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 1582 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1602 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1622 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1646 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1682 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1745 ext/spl/spl_array.c HashTable *aht; HashTable 589 ext/spl/spl_directory.c static HashTable* spl_filesystem_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 592 ext/spl/spl_directory.c HashTable *rv; HashTable 98 ext/spl/spl_dllist.c HashTable *debug_info; HashTable 506 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 523 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 572 ext/spl/spl_heap.c static HashTable* spl_heap_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 578 ext/spl/spl_heap.c static HashTable* spl_pqueue_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 84 ext/spl/spl_observer.c HashTable storage; HashTable 89 ext/spl/spl_observer.c HashTable *debug_info; HashTable 320 ext/spl/spl_observer.c static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 324 ext/spl/spl_observer.c HashTable *props; HashTable 370 ext/spl/spl_observer.c static HashTable *spl_object_storage_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ HashTable 123 ext/sqlite3/php_sqlite3_structs.h HashTable *bound_params; HashTable 1409 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 930 ext/standard/array.c HashTable *array; HashTable 1064 ext/standard/array.c HashTable *thash; HashTable 1126 ext/standard/array.c HashTable *array; HashTable 1151 ext/standard/array.c HashTable *array; HashTable 1746 ext/standard/array.c HashTable *hash; HashTable 1944 ext/standard/array.c HashTable *rem_hash = NULL; /* Removed elements' hash */ HashTable 2104 ext/standard/array.c HashTable *thash = Z_TYPE_PP(dest_entry) == IS_ARRAY ? Z_ARRVAL_PP(dest_entry) : NULL; HashTable 2377 ext/standard/array.c HashTable *myht; HashTable 2449 ext/standard/array.c HashTable *arr_hash; HashTable 2466 ext/standard/array.c HashTable *ht; HashTable 2906 ext/standard/array.c HashTable *hash; HashTable 3052 ext/standard/array.c HashTable *ht; HashTable 3324 ext/standard/array.c HashTable *hash; HashTable 3469 ext/standard/array.c HashTable *ht; HashTable 3696 ext/standard/array.c HashTable* hash; HashTable 4007 ext/standard/array.c HashTable *htbl; HashTable 4301 ext/standard/array.c HashTable *array; /* array to check in */ HashTable 131 ext/standard/basic_functions.c static HashTable basic_submodules; HashTable 4836 ext/standard/basic_functions.c HashTable *params_ar; HashTable 6030 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 1066 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 41 ext/standard/php_var.h typedef HashTable* php_serialize_data_t; HashTable 87 ext/standard/proc_open.c HashTable *target_hash; HashTable 549 ext/standard/streamsfuncs.c HashTable *stream_xport_hash; HashTable 578 ext/standard/streamsfuncs.c HashTable *url_stream_wrappers_hash; HashTable 647 ext/standard/streamsfuncs.c HashTable *new_hash; HashTable 714 ext/standard/streamsfuncs.c HashTable *new_hash; HashTable 706 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 554 ext/standard/user_filters.c HashTable *filters_hash; HashTable 603 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 710 ext/standard/var.c HashTable *myht; HashTable 461 ext/wddx/wddx.c HashTable *objhash, *sleephash; HashTable 560 ext/wddx/wddx.c HashTable *target_hash; HashTable 627 ext/wddx/wddx.c HashTable *ht; HashTable 693 ext/wddx/wddx.c HashTable *target_hash; HashTable 916 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 807 ext/zip/php_zip.c static HashTable zip_prop_handlers; HashTable 1046 ext/zip/php_zip.c static HashTable *php_zip_get_properties(zval *object TSRMLS_DC)/* {{{ */ HashTable 1050 ext/zip/php_zip.c HashTable *props; HashTable 88 ext/zip/php_zip.h HashTable *prop_handler; HashTable 130 main/SAPI.h HashTable *rfc1867_uploaded_files; HashTable 135 main/SAPI.h HashTable known_post_content_types; HashTable 270 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 555 main/output.c HashTable *rconflicts; HashTable 638 main/output.c HashTable rev, *rev_ptr = NULL; HashTable 653 main/output.c if (SUCCESS != zend_hash_update(&php_output_handler_reverse_conflicts, name, name_len+1, &rev, sizeof(HashTable), NULL)) { HashTable 107 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 943 main/php_ini.c PHPAPI HashTable* php_ini_get_configuration_hash(void) /* {{{ */ HashTable 68 main/php_variables.c HashTable *symtable1 = NULL; HashTable 134 main/php_variables.c HashTable *ht; HashTable 691 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 1759 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 590 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 767 sapi/cgi/cgi_main.c new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); HashTable 141 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 483 sapi/cli/php_cli_server.c HashTable *headers; HashTable 141 sapi/fpm/fpm/fastcgi.c static HashTable fcgi_mgmt_vars; HashTable 112 sapi/fpm/fpm/fastcgi.h HashTable *env; HashTable 172 sapi/fpm/fpm/fpm_main.c HashTable user_config_cache; HashTable 188 sapi/fpm/fpm/fpm_main.c HashTable *user_config; HashTable 236 sapi/fpm/fpm/fpm_main.c HashTable sorted_registry; HashTable 709 sapi/fpm/fpm/fpm_main.c new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1); HashTable 311 sapi/litespeed/lsapi_main.c HashTable * symtable1 = Z_ARRVAL_P((zval * )arg); HashTable 104 sapi/phpdbg/phpdbg.c zend_hash_destroy((HashTable*)brake); HashTable 120 sapi/phpdbg/phpdbg.c zend_hash_destroy((HashTable*)brake); HashTable 78 sapi/phpdbg/phpdbg_bp.c zend_hash_destroy((HashTable *)data); HashTable 97 sapi/phpdbg/phpdbg_bp.c HashTable **table = NULL; HashTable 116 sapi/phpdbg/phpdbg_bp.c HashTable **table = NULL; HashTable 229 sapi/phpdbg/phpdbg_bp.c HashTable *broken; HashTable 240 sapi/phpdbg/phpdbg_bp.c HashTable breaks; HashTable 245 sapi/phpdbg/phpdbg_bp.c path, path_len, &breaks, sizeof(HashTable), HashTable 299 sapi/phpdbg/phpdbg_bp.c HashTable class_breaks, *class_table; HashTable 310 sapi/phpdbg/phpdbg_bp.c (void**)&class_breaks, sizeof(HashTable), (void**)&class_table); HashTable 399 sapi/phpdbg/phpdbg_bp.c HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]; HashTable 400 sapi/phpdbg/phpdbg_bp.c HashTable *oplines_table; HashTable 439 sapi/phpdbg/phpdbg_bp.c HashTable *func_table = EG(function_table); HashTable 502 sapi/phpdbg/phpdbg_bp.c HashTable class_breaks, *class_table; HashTable 503 sapi/phpdbg/phpdbg_bp.c HashTable method_breaks, *method_table; HashTable 532 sapi/phpdbg/phpdbg_bp.c (void **)&class_breaks, sizeof(HashTable), (void **)&class_table); HashTable 541 sapi/phpdbg/phpdbg_bp.c (void **)&method_breaks, sizeof(HashTable), (void **)&method_table); HashTable 562 sapi/phpdbg/phpdbg_bp.c HashTable func_breaks, *func_table; HashTable 591 sapi/phpdbg/phpdbg_bp.c (void **)&func_breaks, sizeof(HashTable), (void **)&func_table); HashTable 611 sapi/phpdbg/phpdbg_bp.c HashTable file_breaks, *file_table; HashTable 640 sapi/phpdbg/phpdbg_bp.c (void **)&file_breaks, sizeof(HashTable), (void **)&file_table); HashTable 793 sapi/phpdbg/phpdbg_bp.c HashTable *breaks; HashTable 841 sapi/phpdbg/phpdbg_bp.c HashTable *class_table; HashTable 1089 sapi/phpdbg/phpdbg_bp.c HashTable **table; HashTable 1328 sapi/phpdbg/phpdbg_bp.c HashTable **table; HashTable 1371 sapi/phpdbg/phpdbg_bp.c HashTable *class_table; HashTable 1400 sapi/phpdbg/phpdbg_bp.c HashTable *points; HashTable 1450 sapi/phpdbg/phpdbg_bp.c HashTable *class_table, *method_table; HashTable 1489 sapi/phpdbg/phpdbg_bp.c HashTable *function_table; HashTable 1519 sapi/phpdbg/phpdbg_bp.c HashTable *file_table; HashTable 91 sapi/phpdbg/phpdbg_info.c HashTable vars; HashTable 286 sapi/phpdbg/phpdbg_info.c HashTable classes; HashTable 339 sapi/phpdbg/phpdbg_info.c HashTable functions; HashTable 199 sapi/phpdbg/phpdbg_list.c HashTable *func_table = EG(function_table); HashTable 58 sapi/phpdbg/phpdbg_print.c HashTable vars; HashTable 214 sapi/phpdbg/phpdbg_print.c HashTable *func_table = EG(function_table); HashTable 1159 sapi/phpdbg/phpdbg_prompt.c HashTable vars; HashTable 98 sapi/phpdbg/phpdbg_watch.c phpdbg_create_addr_watchpoint(ht, sizeof(HashTable), watch); HashTable 121 sapi/phpdbg/phpdbg_watch.c HashTable *ht; HashTable 149 sapi/phpdbg/phpdbg_watch.c HashTable *ht; HashTable 220 sapi/phpdbg/phpdbg_watch.c HashTable *ht; HashTable 636 sapi/phpdbg/phpdbg_watch.c && zend_hash_num_elements((HashTable *)oldPtr) != zend_hash_num_elements(watch->addr.ht))) { HashTable 716 sapi/phpdbg/phpdbg_watch.c elementDiff = zend_hash_num_elements((HashTable *)oldPtr) - zend_hash_num_elements(watch->addr.ht); HashTable 729 sapi/phpdbg/phpdbg_watch.c if (((HashTable *)oldPtr)->pInternalPointer != watch->addr.ht->pInternalPointer) { HashTable 66 sapi/phpdbg/phpdbg_watch.h HashTable *parent_container; HashTable 73 sapi/phpdbg/phpdbg_watch.h HashTable *ht; 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;