Searched refs:curns (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/dom/ |
| H A D | element.c | 506 xmlNsPtr curns; local 510 curns = xmlNewNs(NULL, attrp->name, NULL); 512 curns->prefix = xmlStrdup((xmlChar *) attrp->children); 521 attrp->ns = curns;
|
| H A D | node.c | 164 xmlNsPtr nsptr, nsdftptr, curns, prevns = NULL; local 169 curns = nodep->nsDef; 170 while (curns) { 171 nsdftptr = curns->next; 172 if (curns->href != NULL) { 173 if((nsptr = xmlSearchNsByHref(doc, nodep->parent, curns->href)) && 174 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { 175 curns->next = NULL; 181 dom_set_old_ns(doc, curns); 776 xmlNsPtr ns = NULL, curns; local [all...] |
| H A D | xpath.c | 150 xmlNsPtr curns; local 154 curns = xmlNewNs(NULL, node->name, NULL); 156 curns->prefix = xmlStrdup((xmlChar *) node->children); 165 node->ns = curns; 485 xmlNsPtr curns; local 489 curns = xmlNewNs(NULL, node->name, NULL); 491 curns->prefix = xmlStrdup((char *) node->children); 500 node->ns = curns;
|
| /PHP_TRUNK/ext/xsl/ |
| H A D | xsltprocessor.c | 266 xmlNsPtr curns; local 270 curns = xmlNewNs(NULL, node->name, NULL); 272 curns->prefix = xmlStrdup((char *) node->children); 281 node->ns = curns;
|
Completed in 7 milliseconds