Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c286 unsigned scaffCount; member
4578 dtd->scaffCount = 0; in doProlog()
5684 p->scaffCount = 0; in dtdCreate()
5727 p->scaffCount = 0; in dtdReset()
6312 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
6330 next = dtd->scaffCount++; in nextScaffoldPart()
6391 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
6398 str = (XML_Char *) (&ret[dtd->scaffCount]); in build_model()