MCPcopy Create free account
hub / github.com/cuberite/cuberite / XML_GetCurrentByteIndex

Function XML_GetCurrentByteIndex

lib/expat/xmlparse.c:1763–1769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

reporterrorFunction · 0.85
lxp_posFunction · 0.85
GetCurrentByteIndexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected