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 462 Zend/zend_closures.c HashTable *static_variables = closure->func.op_array.static_variables; HashTable 2986 Zend/zend_compile.c HashTable *static_variables = op_array->static_variables; HashTable 3976 Zend/zend_compile.c HashTable **overriden; HashTable 3978 Zend/zend_compile.c HashTable *exclude_table; HashTable 3985 Zend/zend_compile.c overriden = va_arg(args, HashTable**); HashTable 3986 Zend/zend_compile.c exclude_table = va_arg(args, HashTable*); HashTable 4208 Zend/zend_compile.c HashTable *overriden = NULL; HashTable 4212 Zend/zend_compile.c HashTable exclude_table; HashTable 4640 Zend/zend_compile.c HashTable *table; HashTable 7027 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 237 Zend/zend_exceptions.c HashTable *intern_ht = zend_std_get_properties(getThis() TSRMLS_CC); HashTable 548 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 569 Zend/zend_execute_API.c HashTable *tmp_ht = NULL; HashTable 730 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 242 Zend/zend_generators.c HashTable *target = va_arg(args, HashTable *); HashTable 258 Zend/zend_generators.c HashTable *current_symbol_table; HashTable 349 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 195 Zend/zend_variables.c HashTable *target = va_arg(args, HashTable*); HashTable 1015 Zend/zend_vm_def.h HashTable *target_symbol_table; HashTable 3881 Zend/zend_vm_def.h HashTable *target_symbol_table; HashTable 3973 Zend/zend_vm_def.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 4101 Zend/zend_vm_def.h HashTable *fe_ht; HashTable 4245 Zend/zend_vm_def.h HashTable *fe_ht; HashTable 4392 Zend/zend_vm_def.h HashTable *target_symbol_table; HashTable 4471 Zend/zend_vm_def.h HashTable *ht; HashTable 2786 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 3332 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 3873 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 3969 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 5205 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 5626 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 5722 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 5950 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 6334 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 6430 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 8097 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 8695 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 9141 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 9237 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 10435 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 10858 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 10954 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11182 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11443 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 11539 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 13414 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 13558 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 14586 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 15741 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 15833 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 15978 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 16057 Zend/zend_vm_execute.h HashTable *ht; HashTable 18017 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 18156 Zend/zend_vm_execute.h HashTable *ht; HashTable 19205 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 20321 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 20413 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 20558 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 20637 Zend/zend_vm_execute.h HashTable *ht; HashTable 21198 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 21752 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 21848 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 23805 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 23944 Zend/zend_vm_execute.h HashTable *ht; HashTable 25321 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 25458 Zend/zend_vm_execute.h HashTable *ht; HashTable 26647 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 26784 Zend/zend_vm_execute.h HashTable *ht; HashTable 27973 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 28110 Zend/zend_vm_execute.h HashTable *ht; HashTable 29725 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 29862 Zend/zend_vm_execute.h HashTable *ht; HashTable 31084 Zend/zend_vm_execute.h HashTable *fe_ht; HashTable 32120 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 33049 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 33141 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 33284 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 33363 Zend/zend_vm_execute.h HashTable *ht; HashTable 35189 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 35326 Zend/zend_vm_execute.h HashTable *ht; HashTable 36370 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 37356 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 37448 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 37591 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 37670 Zend/zend_vm_execute.h HashTable *ht; HashTable 38226 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 38656 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 38752 Zend/zend_vm_execute.h HashTable *target_symbol_table; HashTable 40555 Zend/zend_vm_execute.h HashTable *ht = Z_ARRVAL_PP(container); HashTable 40692 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 1835 ext/curl/interface.c (*ch)->to_free->slist = emalloc(sizeof(HashTable)); HashTable 2499 ext/curl/interface.c HashTable *ph; HashTable 2587 ext/curl/interface.c HashTable *postfields; HashTable 171 ext/curl/php_curl.h HashTable *slist; HashTable 633 ext/date/php_date.c static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 634 ext/date/php_date.c static HashTable *date_object_get_properties(zval *object TSRMLS_DC); HashTable 635 ext/date/php_date.c static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 636 ext/date/php_date.c static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC); HashTable 637 ext/date/php_date.c static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 638 ext/date/php_date.c static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC); HashTable 639 ext/date/php_date.c static HashTable *date_object_get_properties_timezone(zval *object TSRMLS_DC); HashTable 640 ext/date/php_date.c static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC); HashTable 2194 ext/date/php_date.c static HashTable *date_object_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 2201 ext/date/php_date.c static HashTable *date_object_get_gc_timezone(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 2209 ext/date/php_date.c static HashTable *date_object_get_properties(zval *object TSRMLS_DC) HashTable 2211 ext/date/php_date.c HashTable *props; HashTable 2317 ext/date/php_date.c static HashTable *date_object_get_properties_timezone(zval *object TSRMLS_DC) HashTable 2319 ext/date/php_date.c HashTable *props; HashTable 2398 ext/date/php_date.c static HashTable *date_object_get_gc_interval(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 2406 ext/date/php_date.c static HashTable *date_object_get_properties_interval(zval *object TSRMLS_DC) HashTable 2408 ext/date/php_date.c HashTable *props; HashTable 2835 ext/date/php_date.c HashTable *myht; HashTable 2857 ext/date/php_date.c HashTable *myht; HashTable 2879 ext/date/php_date.c HashTable *myht; HashTable 3737 ext/date/php_date.c HashTable *myht; HashTable 3759 ext/date/php_date.c HashTable *myht; HashTable 4215 ext/date/php_date.c HashTable *myht; HashTable 4235 ext/date/php_date.c HashTable *myht; HashTable 4810 ext/date/php_date.c static HashTable *date_object_get_gc_period(zval *object, zval ***table, int *n TSRMLS_DC) HashTable 4817 ext/date/php_date.c static HashTable *date_object_get_properties_period(zval *object TSRMLS_DC) HashTable 4819 ext/date/php_date.c HashTable *props; HashTable 4968 ext/date/php_date.c HashTable *myht; HashTable 4990 ext/date/php_date.c HashTable *myht; HashTable 132 ext/date/php_date.h HashTable *props; HashTable 144 ext/date/php_date.h HashTable *props; HashTable 150 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 2094 ext/fileinfo/libmagic/softmagic.c HashTable *ht = Z_ARRVAL_P(subpats); HashTable 2110 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 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 175 ext/json/json.c HashTable *myht = HASH_OF(*val); HashTable 234 ext/json/json.c HashTable *myht; HashTable 267 ext/json/json.c HashTable *tmp_ht; HashTable 559 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 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 1299 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 146 ext/mysqli/php_mysqli_structs.h HashTable *prop_handler; HashTable 2505 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 768 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 1283 ext/opcache/ZendAccelerator.c HashTable *orig_function_table, *orig_class_table; HashTable 189 ext/opcache/ZendAccelerator.h HashTable function_table; HashTable 190 ext/opcache/ZendAccelerator.h HashTable class_table; HashTable 252 ext/opcache/ZendAccelerator.h HashTable function_table; HashTable 257 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 111 ext/opcache/zend_persist_calc.c ADD_DUP_SIZE(z->value.ht, sizeof(HashTable)); HashTable 199 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 4345 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 2667 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 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 2689 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 317 ext/phar/phar_internal.h HashTable manifest; HashTable 319 ext/phar/phar_internal.h HashTable virtual_dirs; HashTable 321 ext/phar/phar_internal.h HashTable mounted_dirs; HashTable 633 ext/phar/phar_internal.h extern HashTable cached_phars; HashTable 634 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 2026 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 794 ext/reflection/php_reflection.c HashTable *static_variables; HashTable 3982 ext/reflection/php_reflection.c HashTable *properties = Z_OBJ_HT_P(intern->obj)->get_properties(intern->obj TSRMLS_CC); HashTable 4295 ext/reflection/php_reflection.c HashTable *args; HashTable 261 ext/session/php_session.h HashTable *_ht = Z_ARRVAL_P(PS(http_session_vars)); \ HashTable 2092 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 405 ext/soap/php_encoding.c HashTable *ht = Z_OBJPROP_P(data); HashTable 1719 ext/soap/php_encoding.c HashTable *ht = Z_ARRVAL_P(data); HashTable 1799 ext/soap/php_encoding.c HashTable *ht = Z_ARRVAL_P(data); HashTable 1899 ext/soap/php_encoding.c HashTable *prop = NULL; HashTable 3116 ext/soap/php_encoding.c HashTable *ht = Z_ARRVAL_P(data); HashTable 3577 ext/soap/php_encoding.c SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); HashTable 3627 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 992 ext/soap/soap.c static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht TSRMLS_DC) HashTable 995 ext/soap/soap.c HashTable *ht2; HashTable 997 ext/soap/soap.c HashTable *typemap = NULL; HashTable 1090 ext/soap/soap.c typemap = emalloc(sizeof(HashTable)); HashTable 1118 ext/soap/soap.c HashTable *typemap_ht = NULL; HashTable 1137 ext/soap/soap.c HashTable *ht = Z_ARRVAL_P(options); HashTable 1210 ext/soap/soap.c service->soap_functions.ft = emalloc(sizeof(HashTable)); HashTable 1347 ext/soap/soap.c HashTable *ft = NULL; HashTable 1415 ext/soap/soap.c service->soap_functions.ft = emalloc(sizeof(HashTable)); HashTable 1462 ext/soap/soap.c service->soap_functions.ft = emalloc(sizeof(HashTable)); HashTable 1501 ext/soap/soap.c HashTable *function_table; HashTable 1507 ext/soap/soap.c HashTable *old_class_map, *old_typemap; HashTable 2337 ext/soap/soap.c HashTable *typemap_ht = NULL; HashTable 2352 ext/soap/soap.c HashTable *ht = Z_ARRVAL_P(options); HashTable 2542 ext/soap/soap.c HashTable *typemap = soap_create_typemap(sdl, typemap_ht TSRMLS_CC); HashTable 2646 ext/soap/soap.c HashTable *old_class_map; HashTable 2648 ext/soap/soap.c HashTable *old_typemap, *typemap = NULL; HashTable 2859 ext/soap/soap.c HashTable* soap_headers = NULL; HashTable 2878 ext/soap/soap.c HashTable *hto = Z_ARRVAL_P(options); HashTable 2902 ext/soap/soap.c soap_headers = emalloc(sizeof(HashTable)); HashTable 2914 ext/soap/soap.c HashTable *default_headers = Z_ARRVAL_P(*tmp); HashTable 2917 ext/soap/soap.c HashTable *t = emalloc(sizeof(HashTable)); HashTable 3890 ext/soap/soap.c HashTable* prop; HashTable 3908 ext/soap/soap.c HashTable* ht = Z_OBJPROP_P(hdr_ret); HashTable 4126 ext/soap/soap.c HashTable *ht = NULL; HashTable 4231 ext/soap/soap.c HashTable *hdrs = NULL; HashTable 4352 ext/soap/soap.c HashTable *ht = Z_OBJPROP_PP(header); HashTable 4483 ext/soap/soap.c HashTable *ht; HashTable 4924 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 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 971 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 998 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(object, 0 TSRMLS_CC); HashTable 1016 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(object, 0 TSRMLS_CC); HashTable 1032 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(object, 0 TSRMLS_CC); HashTable 1050 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(object, 0 TSRMLS_CC); HashTable 1081 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1307 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1347 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1376 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1443 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1526 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1557 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1573 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1593 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1613 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1637 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1673 ext/spl/spl_array.c HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); HashTable 1736 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 83 ext/spl/spl_observer.c HashTable storage; HashTable 88 ext/spl/spl_observer.c HashTable *debug_info; HashTable 319 ext/spl/spl_observer.c static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ HashTable 323 ext/spl/spl_observer.c HashTable *props; HashTable 369 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 1383 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 4864 ext/standard/basic_functions.c HashTable *params_ar; HashTable 6058 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 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 547 ext/standard/streamsfuncs.c HashTable *stream_xport_hash; HashTable 576 ext/standard/streamsfuncs.c HashTable *url_stream_wrappers_hash; HashTable 650 ext/standard/streamsfuncs.c HashTable *new_hash; HashTable 723 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 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 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 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 943 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 685 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 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 764 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 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 705 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 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;