Home | History | Annotate | Download | only in libxml2

Lines Matching full:curns

1837         xmlTextWriterNsStackEntry nsentry, *curns;
1849 curns = (xmlTextWriterNsStackEntry *)xmlListSearch(writer->nsstack,
1851 if ((curns != NULL)) {
1853 if (xmlStrcmp(curns->uri, namespaceURI) == 0) {