Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Dphp_dom.c1397 xmlNsPtr nsptr, nsdftptr, curns, prevns = NULL; in dom_reconcile_ns() local
1409 if (prevns == NULL) { in dom_reconcile_ns()
1412 prevns->next = nsdftptr; in dom_reconcile_ns()
1415 curns = prevns; in dom_reconcile_ns()
1418 prevns = curns; in dom_reconcile_ns()

Completed in 9 milliseconds