Searched refs:tempnode (Results 1 – 2 of 2) sorted by relevance
590 TidyNode tempnode; in tidy_add_node_default_properties() local704 tempnode = tidyGetChild(obj->node); in tidy_add_node_default_properties()706 if (tempnode) { in tidy_add_node_default_properties()709 tidy_create_node_object(&temp, obj->ptdoc, tempnode); in tidy_add_node_default_properties()711 } while((tempnode = tidyGetNext(tempnode))); in tidy_add_node_default_properties()
374 xmlNodePtr tempnode; in sxe_prop_dim_write() local560 while ((tempnode = (xmlNodePtr) newnode->children)) { in sxe_prop_dim_write()561 xmlUnlinkNode(tempnode); in sxe_prop_dim_write()562 php_libxml_node_free_resource((xmlNodePtr) tempnode); in sxe_prop_dim_write()
Completed in 19 milliseconds