Searched refs:XmlNameLength (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmltok.h | 257 # define XmlNameLength(enc, ptr) (((enc)->nameLength)(enc, ptr)) macro
|
| H A D | xmlparse.c | 3412 tag->rawNameLength = XmlNameLength(enc, tag->rawName); 3465 rawName + XmlNameLength(enc, rawName)); 3510 len = XmlNameLength(enc, rawName); 3854 currAtt->name + XmlNameLength(enc, currAtt->name)); 3861 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); 4818 encodingName + XmlNameLength(parser->m_encoding, encodingName)); 4853 encodingName + XmlNameLength(parser->m_encoding, encodingName)); 7019 tem = start + XmlNameLength(enc, start);
|