Searched refs:scaffCount (Results 1 – 1 of 1) sorted by relevance
413 unsigned scaffCount;5592 dtd->scaffCount = 0; in doProlog() 6879 p->scaffCount = 0; in dtdReset() 6921 p->scaffCount = 0; in dtdDestroy() 7598 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart() 7629 next = dtd->scaffCount++; in nextScaffoldPart() 7661 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model() 7668 if (dtd->scaffCount * sizeof(XML_Content) in build_model() 7673 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model() 7730 XML_Content *const destLimit = &ret[dtd->scaffCount]; in build_model() 412 unsigned scaffCount; global() member [all...]