| 1778 | } |
| 1779 | |
| 1780 | static void |
| 1781 | cdataBlockBnd(void *ctx, const xmlChar *ch, int len) { |
| 1782 | pushBoundaryCount++; |
| 1783 | pushBoundaryCDataCount++; |
| 1784 | xmlSAX2CDataBlock(ctx, ch, len); |
| 1785 | } |
| 1786 | |
| 1787 | static void |
| 1788 | processingInstructionBnd(void *ctx, const xmlChar *target, |
nothing calls this directly
no test coverage detected