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

/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok.h151 const char *valueEnd; member in struct:__anon708
H A Dexpat.h729 info->valueEnd - info->valueStart = 4 bytes.
735 XML_Index valueEnd; /* Offset after the attribute value's last byte. */ member in struct:__anon689
H A Dxmltok_impl.c1535 atts[nAtts].valueEnd = ptr;
1548 atts[nAtts].valueEnd = ptr;
H A Dxmlparse.c3117 currAttInfo->valueEnd = parser->m_parseEndByteIndex
3118 - (parser->m_parseEndPtr - currAtt->valueEnd);
3149 parser->m_atts[i].valueEnd, &parser->m_tempPool);
3158 parser->m_atts[i].valueEnd);

Completed in 136 milliseconds