Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dxpath.c142 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()
443 xmlNsPtr curns; in php_xpath_eval() local
447 curns = xmlNewNs(NULL, node->name, NULL); in php_xpath_eval()
449 curns->prefix = xmlStrdup((xmlChar *) node->children); in php_xpath_eval()
458 node->ns = curns; in php_xpath_eval()
H A Dnode.c167 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()
702 xmlNsPtr ns = NULL, curns; in dom_node_prefix_write() local
741 ns = curns; in dom_node_prefix_write()
[all …]
H A Delement.c501 xmlNsPtr curns; in PHP_FUNCTION() local
505 curns = xmlNewNs(NULL, attrp->name, NULL); in PHP_FUNCTION()
507 curns->prefix = xmlStrdup((xmlChar *) attrp->children); in PHP_FUNCTION()
516 attrp->ns = curns; in PHP_FUNCTION()
951 xmlNsPtr curns; in PHP_FUNCTION() local
952 curns = xmlNewNs(NULL, nsptr->href, NULL); in PHP_FUNCTION()
954 curns->prefix = xmlStrdup((xmlChar *) nsptr->prefix); in PHP_FUNCTION()
963 fakeAttrp->ns = curns; in PHP_FUNCTION()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c263 xmlNsPtr curns; in xsl_ext_function_php() local
267 curns = xmlNewNs(NULL, node->name, NULL); in xsl_ext_function_php()
269 curns->prefix = xmlStrdup((xmlChar *)node->children); in xsl_ext_function_php()
278 node->ns = curns; in xsl_ext_function_php()

Completed in 22 milliseconds