Home
last modified time | relevance | path

Searched refs:scaffCount (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/expat/lib/
H A Dxmlparse.c293 unsigned scaffCount; member
4616 dtd->scaffCount = 0; in doProlog()
5722 p->scaffCount = 0; in dtdCreate()
5765 p->scaffCount = 0; in dtdReset()
6350 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
6368 next = dtd->scaffCount++; in nextScaffoldPart()
6429 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
6436 str = (XML_Char *) (&ret[dtd->scaffCount]); in build_model()