Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmltok.h257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
H A Dxmlparse.c3126 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
3178 rawName + XmlNameLength(enc, rawName)); in doContent()
3223 len = XmlNameLength(enc, rawName); in doContent()
3565 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3572 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4531 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4566 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
6708 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()