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.c3014 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
3066 rawName + XmlNameLength(enc, rawName)); in doContent()
3109 len = XmlNameLength(enc, rawName); in doContent()
3441 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3448 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4400 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4435 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
6440 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()