Lines Matching refs:scaffCount
389 unsigned scaffCount; member
5464 dtd->scaffCount = 0; in doProlog()
6713 p->scaffCount = 0; in dtdCreate()
6755 p->scaffCount = 0; in dtdReset()
7413 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
7444 next = dtd->scaffCount++; in nextScaffoldPart()
7476 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model()
7483 if (dtd->scaffCount * sizeof(XML_Content) in build_model()
7488 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
7545 XML_Content *const destLimit = &ret[dtd->scaffCount]; in build_model()
7547 str = (XML_Char *)&ret[dtd->scaffCount]; in build_model()