Lines Matching refs:name_length

215 …return zend_hash_update(doc_props->classmap, basece->name, basece->name_length + 1, &ce, sizeof(ze…  in dom_set_doc_classmap()
217 zend_hash_del(doc_props->classmap, basece->name, basece->name_length + 1); in dom_set_doc_classmap()
231 …if (zend_hash_find(doc_props->classmap, basece->name, basece->name_length + 1, (void**) &ce) == S… in dom_get_doc_classmap()
682 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domstringlist_prop_handlers, sizeof(dom_… in PHP_MINIT_FUNCTION()
688 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_namelist_prop_handlers, sizeof(dom_namel… in PHP_MINIT_FUNCTION()
694 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domimplementationlist_prop_handlers, siz… in PHP_MINIT_FUNCTION()
718 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_node_prop… in PHP_MINIT_FUNCTION()
731 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_namespace_node_prop_handlers, sizeof(dom… in PHP_MINIT_FUNCTION()
734 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_node_prop… in PHP_MINIT_FUNCTION()
759 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_document_prop_handlers, sizeof(dom_docum… in PHP_MINIT_FUNCTION()
769 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_nodelist_prop_handlers, sizeof(dom_nodel… in PHP_MINIT_FUNCTION()
779 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_namednodemap_prop_handlers, sizeof(dom_n… in PHP_MINIT_FUNCTION()
787 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_characterdata_prop_handlers, sizeof(dom_… in PHP_MINIT_FUNCTION()
798 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_attr_prop_handlers, sizeof(dom_attr_prop… in PHP_MINIT_FUNCTION()
806 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_element_prop_handlers, sizeof(dom_elemen… in PHP_MINIT_FUNCTION()
813 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_text_prop… in PHP_MINIT_FUNCTION()
816 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_characterdata_prop_handlers, sizeof(dom_… in PHP_MINIT_FUNCTION()
823 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_typeinfo_prop_handlers, sizeof(dom_typei… in PHP_MINIT_FUNCTION()
835 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domerror_prop_handlers, sizeof(dom_domer… in PHP_MINIT_FUNCTION()
846 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domlocator_prop_handlers, sizeof(dom_dom… in PHP_MINIT_FUNCTION()
850 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_text_prop_handlers, sizeof(dom_documentt… in PHP_MINIT_FUNCTION()
862 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_documenttype_prop_handlers, sizeof(dom_d… in PHP_MINIT_FUNCTION()
870 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_notation_prop_handlers, sizeof(dom_notat… in PHP_MINIT_FUNCTION()
883 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_entity_prop_handlers, sizeof(dom_entity_… in PHP_MINIT_FUNCTION()
886 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_node_prop_handlers, sizeof(dom_entity_pr… in PHP_MINIT_FUNCTION()
894 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_processinginstruction_prop_handlers, siz… in PHP_MINIT_FUNCTION()
905 …zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_xpath_prop_handlers, sizeof(dom_xpath_pr… in PHP_MINIT_FUNCTION()
1158 …zend_hash_find(&classes, base_class->name, base_class->name_length + 1, (void **) &intern->prop_ha… in dom_objects_set_class()