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()
384 xmlNodePtr tempnode; in sxe_prop_dim_write() local570 while ((tempnode = (xmlNodePtr) newnode->children)) { in sxe_prop_dim_write()571 sxe_unlink_node(tempnode); in sxe_prop_dim_write()
Completed in 23 milliseconds