Home
last modified time | relevance | path

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

/third_party/python/Modules/expat/
Dxmltok.h257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
Dxmlparse.c2908 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2960 rawName + XmlNameLength(enc, rawName)); in doContent()
3006 len = XmlNameLength(enc, rawName); in doContent()
3299 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3306 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4043 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4078 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
5995 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
/third_party/expat/lib/
Dxmltok.h257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
Dxmlparse.c2924 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2976 rawName + XmlNameLength(enc, rawName)); in doContent()
3022 len = XmlNameLength(enc, rawName); in doContent()
3351 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3358 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4185 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4220 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
6163 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmltok.h257 #define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
Dxmlparse.c2908 tag->rawNameLength = XmlNameLength(enc, tag->rawName); in doContent()
2960 rawName + XmlNameLength(enc, rawName)); in doContent()
3006 len = XmlNameLength(enc, rawName); in doContent()
3299 currAtt->name + XmlNameLength(enc, currAtt->name)); in storeAtts()
3306 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
4043 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
4078 encodingName + XmlNameLength(parser->m_encoding, encodingName)); in processXmlDecl()
5995 tem = start + XmlNameLength(enc, start); in reportProcessingInstruction()