Home
last modified time | relevance | path

Searched refs:php_dom_follow_spec_intern (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/dom/
H A Ddocumenttype.c50 php_dom_create_iterator(retval, DOM_DTD_NAMEDNODEMAP, php_dom_follow_spec_intern(obj)); in dom_documenttype_entities_read()
71 php_dom_create_iterator(retval, DOM_DTD_NAMEDNODEMAP, php_dom_follow_spec_intern(obj)); in dom_documenttype_notations_read()
H A Dattr.c84 if (php_dom_follow_spec_intern(obj)) { in dom_attr_name_read()
144 if (php_dom_follow_spec_intern(obj)) { in dom_attr_value_write()
H A Delement.c245 if (!php_dom_follow_spec_intern(intern)) { in dom_get_attribute_or_nsdecl()
328 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
361 if (!php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
430 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
664 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
848 bool follow_spec = php_dom_follow_spec_intern(intern); in dom_get_attribute_ns()
894 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
1049 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
1139 bool follow_spec = php_dom_follow_spec_intern(intern); in PHP_METHOD()
1189 bool follow_spec = php_dom_follow_spec_intern(intern); in PHP_METHOD()
[all …]
H A Dxml_common.h122 static zend_always_inline bool php_dom_follow_spec_intern(const dom_object *intern) in php_dom_follow_spec_intern() function
H A Dtext.c123 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
H A Dnode.c88 uppercase = php_dom_follow_spec_intern(obj) && php_dom_ns_is_html_and_document_is_html(nodep); in dom_node_node_name_read()
147 if (php_dom_follow_spec_intern(obj)) { in dom_node_node_value_read()
189 if (php_dom_follow_spec_intern(obj)) { in dom_node_node_value_write()
284 php_dom_create_iterator(retval, DOM_NODELIST, php_dom_follow_spec_intern(obj)); in dom_node_child_nodes_read()
418 php_dom_create_iterator(retval, DOM_NAMEDNODEMAP, php_dom_follow_spec_intern(obj)); in dom_node_attributes_read()
656 if (php_dom_follow_spec_intern(obj)) { in dom_node_base_uri_read()
680 if (php_dom_follow_spec_intern(obj)) { in dom_skip_text_content()
1430 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
1490 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
2009 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
H A Ddocument.c200 if (php_dom_follow_spec_intern(obj)) { in dom_document_version_write()
383 if (php_dom_follow_spec_intern(obj)) { in dom_document_document_uri_read()
601 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
697 if (docp->type == XML_HTML_DOCUMENT_NODE && php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
970 if (root != NULL || php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
973 if (!php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
987 if (php_dom_follow_spec_intern(intern)) { in PHP_METHOD()
1158 if (php_dom_follow_spec_intern(dom_object_new_document)) { in php_dom_adopt_node()
H A Dnamednodemap.c97 if (php_dom_follow_spec_intern(objmap->baseobj)) { in php_dom_named_node_map_get_named_item()
H A Dcharacterdata.c40 if (php_dom_follow_spec_intern(intern)) { in dom_convert_number_unsigned()
H A Ddom_iterators.c193 …if (php_dom_follow_spec_intern(intern) && php_dom_is_cache_tag_stale_from_doc_ptr(&iterator->cache… in php_dom_iterator_move_forward()
H A Dphp_dom.c644 if (php_dom_follow_spec_intern(intern)) { in dom_objects_store_clone_obj()
1677 bool modern = domobj && php_dom_follow_spec_intern(domobj); in php_dom_create_object()
/php-src/ext/xsl/
H A Dxsltprocessor.c175 if (node_intern != NULL && php_dom_follow_spec_intern(node_intern)) { in xsl_apply_ns_hash_corrections()

Completed in 56 milliseconds