Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlwriter.c1842 xmlTextWriterNsStackEntry nsentry, *curns; in xmlTextWriterStartAttributeNS() local
1850 nsentry.prefix = buf; in xmlTextWriterStartAttributeNS()
1851 nsentry.uri = (xmlChar *)namespaceURI; in xmlTextWriterStartAttributeNS()
1852 nsentry.elem = xmlListFront(writer->nodes); in xmlTextWriterStartAttributeNS()
1855 (void *)&nsentry); in xmlTextWriterStartAttributeNS()