Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dinner_html_mixin.c312 xmlNodePtr document_element = doc->children; in dom_xml_fragment_parsing_algorithm() local
313 if (document_element == NULL || document_element->next != NULL) { in dom_xml_fragment_parsing_algorithm()
322 xmlNodePtr child = document_element->children; in dom_xml_fragment_parsing_algorithm()
325 xmlSetTreeDoc(document_element, context_node->doc); in dom_xml_fragment_parsing_algorithm()
328 document_element->children = NULL; in dom_xml_fragment_parsing_algorithm()
329 document_element->last = NULL; in dom_xml_fragment_parsing_algorithm()

Completed in 6 milliseconds