Lines Matching refs:scaffCount
390 unsigned scaffCount;
5473 dtd->scaffCount = 0;
6735 p->scaffCount = 0;
6777 p->scaffCount = 0;
7435 if (dtd->scaffCount >= dtd->scaffSize) {
7466 next = dtd->scaffCount++;
7498 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) {
7505 if (dtd->scaffCount * sizeof(XML_Content)
7510 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content)
7567 XML_Content *const destLimit = &ret[dtd->scaffCount];
7569 str = (XML_Char *)&ret[dtd->scaffCount];