Home
last modified time | relevance | path

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

/trueos/contrib/expat/lib/
HDxmlparse.c286 unsigned scaffCount; member
4565 dtd->scaffCount = 0; in doProlog()
5668 p->scaffCount = 0; in dtdCreate()
5711 p->scaffCount = 0; in dtdReset()
6287 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
6305 next = dtd->scaffCount++; in nextScaffoldPart()
6366 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
6373 str = (XML_Char *) (&ret[dtd->scaffCount]); in build_model()