Searched refs:XmlNameLength (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/expat/lib/ |
| H A D | xmltok.h | 257 # define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
|
| H A D | xmlparse.c | 3488 tag->rawNameLength = XmlNameLength(enc, tag->rawName); 3540 rawName + XmlNameLength(enc, rawName)); 3585 len = XmlNameLength(enc, rawName); 3927 currAtt->name + XmlNameLength(enc, currAtt->name)); 3934 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); 4891 encodingName + XmlNameLength(parser->m_encoding, encodingName)); 4926 encodingName + XmlNameLength(parser->m_encoding, encodingName)); 7073 tem = start + XmlNameLength(enc, start);
|