Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c1378 xmlNodePtr child, nextp, newnextp; in dom_normalize() local
1386 nextp = child->next; in dom_normalize()
1387 while (nextp != NULL) { in dom_normalize()
1388 if (nextp->type == XML_TEXT_NODE) { in dom_normalize()
1389 newnextp = nextp->next; in dom_normalize()
1390 strContent = xmlNodeGetContent(nextp); in dom_normalize()
1393 xmlUnlinkNode(nextp); in dom_normalize()
1394 php_libxml_node_free_resource(nextp); in dom_normalize()
1395 nextp = newnextp; in dom_normalize()
1401 nextp = child->next; in dom_normalize()
[all …]

Completed in 9 milliseconds