MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlSchemaHashKeySequence

Function xmlSchemaHashKeySequence

ThirdParty/libxml2/vtklibxml2/xmlschemas.c:22548–22555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22546}
22547
22548static const xmlChar *
22549xmlSchemaHashKeySequence(xmlSchemaValidCtxtPtr vctxt,
22550 xmlChar **buf,
22551 xmlSchemaPSVIIDCKeyPtr *seq,
22552 int count)
22553{
22554 return xmlSchemaFormatIDCKeySequence_1(vctxt, buf, seq, count, 1);
22555}
22556
22557/**
22558 * xmlSchemaXPathPop:

Callers 2

Calls 1

Tested by

no test coverage detected