| 1761 | } |
| 1762 | |
| 1763 | XML_Index XMLCALL |
| 1764 | XML_GetCurrentByteIndex(XML_Parser parser) |
| 1765 | { |
| 1766 | if (eventPtr) |
| 1767 | return parseEndByteIndex - (parseEndPtr - eventPtr); |
| 1768 | return -1; |
| 1769 | } |
| 1770 | |
| 1771 | int XMLCALL |
| 1772 | XML_GetCurrentByteCount(XML_Parser parser) |
no outgoing calls
no test coverage detected