Lines Matching refs:HashTable

109 static HashTable classes;
111 static HashTable dom_document_prop_handlers;
112 static HashTable dom_xml_document_prop_handlers;
113 static HashTable dom_abstract_base_document_prop_handlers;
114 static HashTable dom_documentfragment_prop_handlers;
115 static HashTable dom_modern_documentfragment_prop_handlers;
116 static HashTable dom_node_prop_handlers;
117 static HashTable dom_modern_node_prop_handlers;
118 static HashTable dom_entity_reference_prop_handlers;
119 static HashTable dom_modern_entity_reference_prop_handlers;
120 static HashTable dom_nodelist_prop_handlers;
121 static HashTable dom_namednodemap_prop_handlers;
122 static HashTable dom_characterdata_prop_handlers;
123 static HashTable dom_modern_characterdata_prop_handlers;
124 static HashTable dom_attr_prop_handlers;
125 static HashTable dom_modern_attr_prop_handlers;
126 static HashTable dom_element_prop_handlers;
127 static HashTable dom_modern_element_prop_handlers;
128 static HashTable dom_modern_element_prop_handlers;
129 static HashTable dom_text_prop_handlers;
130 static HashTable dom_modern_text_prop_handlers;
131 static HashTable dom_documenttype_prop_handlers;
132 static HashTable dom_modern_documenttype_prop_handlers;
133 static HashTable dom_notation_prop_handlers;
134 static HashTable dom_modern_notation_prop_handlers;
135 static HashTable dom_entity_prop_handlers;
136 static HashTable dom_modern_entity_prop_handlers;
137 static HashTable dom_processinginstruction_prop_handlers;
138 static HashTable dom_modern_processinginstruction_prop_handlers;
139 static HashTable dom_namespace_node_prop_handlers;
140 static HashTable dom_token_list_prop_handlers;
142 static HashTable dom_xpath_prop_handlers;
335 static void dom_register_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, c… in dom_register_prop_handler()
342 static void dom_overwrite_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, … in dom_overwrite_prop_handler()
490 static HashTable* dom_get_debug_info_helper(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info_helper()
493 HashTable *debug_info, in dom_get_debug_info_helper()
539 static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in dom_get_debug_info()
739 HashTable *dom_xpath_get_gc(zend_object *object, zval **table, int *n);