Lines Matching refs:scaffCount
388 unsigned scaffCount; member
5337 dtd->scaffCount = 0; in doProlog()
6586 p->scaffCount = 0; in dtdCreate()
6628 p->scaffCount = 0; in dtdReset()
7286 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
7317 next = dtd->scaffCount++; in nextScaffoldPart()
7349 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model()
7356 if (dtd->scaffCount * sizeof(XML_Content) in build_model()
7361 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
7418 XML_Content *const destLimit = &ret[dtd->scaffCount]; in build_model()
7420 str = (XML_Char *)&ret[dtd->scaffCount]; in build_model()