Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Dphp_dom.c1354 xmlNodePtr child, nextp, newnextp; in dom_normalize() local
1362 nextp = child->next; in dom_normalize()
1363 while (nextp != NULL) { in dom_normalize()
1364 if (nextp->type == XML_TEXT_NODE) { in dom_normalize()
1365 newnextp = nextp->next; in dom_normalize()
1366 strContent = xmlNodeGetContent(nextp); in dom_normalize()
1369 xmlUnlinkNode(nextp); in dom_normalize()
1370 php_libxml_node_free_resource(nextp); in dom_normalize()
1371 nextp = newnextp; in dom_normalize()
1377 nextp = child->next; in dom_normalize()
[all …]

Completed in 12 milliseconds