Searched refs:curns (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/dom/ |
H A D | xpath.c | 142 xmlNsPtr curns; in dom_xpath_ext_function_php() local 146 curns = xmlNewNs(NULL, node->name, NULL); in dom_xpath_ext_function_php() 148 curns->prefix = xmlStrdup((xmlChar *) node->children); in dom_xpath_ext_function_php() 157 node->ns = curns; in dom_xpath_ext_function_php() 441 xmlNsPtr curns; in php_xpath_eval() local 445 curns = xmlNewNs(NULL, node->name, NULL); in php_xpath_eval() 447 curns->prefix = xmlStrdup((xmlChar *) node->children); in php_xpath_eval() 456 node->ns = curns; in php_xpath_eval()
|
H A D | node.c | 167 curns = nodep->nsDef; in dom_reconcile_ns() 168 while (curns) { in dom_reconcile_ns() 169 nsdftptr = curns->next; in dom_reconcile_ns() 172 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns() 173 curns->next = NULL; in dom_reconcile_ns() 180 curns = prevns; in dom_reconcile_ns() 183 prevns = curns; in dom_reconcile_ns() 184 curns = nsdftptr; in dom_reconcile_ns() 699 xmlNsPtr ns = NULL, curns; in dom_node_prefix_write() local 734 ns = curns; in dom_node_prefix_write() [all …]
|
H A D | element.c | 499 xmlNsPtr curns; in PHP_FUNCTION() local 503 curns = xmlNewNs(NULL, attrp->name, NULL); in PHP_FUNCTION() 505 curns->prefix = xmlStrdup((xmlChar *) attrp->children); in PHP_FUNCTION() 514 attrp->ns = curns; in PHP_FUNCTION() 942 xmlNsPtr curns; in PHP_FUNCTION() local 943 curns = xmlNewNs(NULL, nsptr->href, NULL); in PHP_FUNCTION() 945 curns->prefix = xmlStrdup((xmlChar *) nsptr->prefix); in PHP_FUNCTION() 954 fakeAttrp->ns = curns; in PHP_FUNCTION()
|
/PHP-7.3/ext/xsl/ |
H A D | xsltprocessor.c | 260 xmlNsPtr curns; in xsl_ext_function_php() local 264 curns = xmlNewNs(NULL, node->name, NULL); in xsl_ext_function_php() 266 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php() 275 node->ns = curns; in xsl_ext_function_php()
|
Completed in 32 milliseconds