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

Function xmlSchemaFormatIDCKeySequence

ThirdParty/libxml2/vtklibxml2/xmlschemas.c:22539–22546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22537}
22538
22539static const xmlChar *
22540xmlSchemaFormatIDCKeySequence(xmlSchemaValidCtxtPtr vctxt,
22541 xmlChar **buf,
22542 xmlSchemaPSVIIDCKeyPtr *seq,
22543 int count)
22544{
22545 return xmlSchemaFormatIDCKeySequence_1(vctxt, buf, seq, count, 0);
22546}
22547
22548static const xmlChar *
22549xmlSchemaHashKeySequence(xmlSchemaValidCtxtPtr vctxt,

Callers 2

Calls 1

Tested by

no test coverage detected