Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok.h257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
H A Dxmlparse.c2918 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2970 rawName + XmlNameLength(enc, rawName)); in doContent()
3016 len = XmlNameLength(enc, rawName); in doContent()
3345 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3352 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4179 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4214 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
6152 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()