Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlwriter.c1848 xmlTextWriterNsStackEntry nsentry, *curns; in xmlTextWriterStartAttributeNS() local
1856 nsentry.prefix = buf; in xmlTextWriterStartAttributeNS()
1857 nsentry.uri = (xmlChar *)namespaceURI; in xmlTextWriterStartAttributeNS()
1858 nsentry.elem = xmlListFront(writer->nodes); in xmlTextWriterStartAttributeNS()
1861 (void *)&nsentry); in xmlTextWriterStartAttributeNS()