Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmltok.h257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
H A Dxmlparse.c2929 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2981 rawName + XmlNameLength(enc, rawName)); in doContent()
3024 len = XmlNameLength(enc, rawName); in doContent()
3356 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3363 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4315 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4350 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
6301 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()