MCPcopy Create free account
hub / github.com/Kitware/CMake / parserBusy

Function parserBusy

Utilities/cmexpat/lib/xmlparse.c:1696–1707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694}
1695
1696static XML_Bool
1697parserBusy(XML_Parser parser) {
1698 switch (parser->m_parsingStatus.parsing) {
1699 case XML_PARSING:
1700 case XML_SUSPENDED:
1701 return XML_TRUE;
1702 case XML_INITIALIZED:
1703 case XML_FINISHED:
1704 default:
1705 return XML_FALSE;
1706 }
1707}
1708
1709enum XML_Status XMLCALL
1710XML_SetEncoding(XML_Parser parser, const XML_Char *encodingName) {

Callers 5

XML_SetEncodingFunction · 0.85
XML_UseForeignDTDFunction · 0.85
XML_SetReturnNSTripletFunction · 0.85
XML_SetHashSaltFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…