Home | History | Annotate | Download | only in libxml2

Lines Matching refs:curns

1840         xmlTextWriterNsStackEntry nsentry, *curns;
1852 curns = (xmlTextWriterNsStackEntry *)xmlListSearch(writer->nsstack,
1854 if ((curns != NULL)) {
1856 if (xmlStrcmp(curns->uri, namespaceURI) == 0) {