Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dxmltok.h257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
H A Dxmlparse.c2997 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
3049 rawName + XmlNameLength(enc, rawName)); in doContent()
3092 len = XmlNameLength(enc, rawName); in doContent()
3424 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3431 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4383 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4418 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
6428 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()