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