Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c284 unsigned scaffCount; member
4453 dtd->scaffCount = 0; in doProlog()
5556 p->scaffCount = 0; in dtdCreate()
5599 p->scaffCount = 0; in dtdReset()
6171 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
6189 next = dtd->scaffCount++; in nextScaffoldPart()
6250 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
6257 str = (XML_Char *) (&ret[dtd->scaffCount]); in build_model()