Searched refs:m_parseEndByteIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c531 XML_Index m_parseEndByteIndex; member in struct:XML_ParserStruct
1023 parser->m_parseEndByteIndex = 0;
1785 if (len > ((XML_Size)-1) / 2 - parser->m_parseEndByteIndex) {
1791 parser->m_parseEndByteIndex += len;
1890 parser->m_parseEndByteIndex += len;
2129 return (XML_Index)(parser->m_parseEndByteIndex
3112 = parser->m_parseEndByteIndex - (parser->m_parseEndPtr - currAtt->name);
3115 currAttInfo->valueStart = parser->m_parseEndByteIndex
3117 currAttInfo->valueEnd = parser->m_parseEndByteIndex

Completed in 79 milliseconds