Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c417 unsigned scaffCount; member
5723 dtd->scaffCount = 0; in doProlog()
7147 p->scaffCount = 0; in dtdCreate()
7189 p->scaffCount = 0; in dtdReset()
7866 if (dtd->scaffCount >= dtd->scaffSize) { in nextScaffoldPart()
7897 next = dtd->scaffCount++; in nextScaffoldPart()
7929 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model()
7936 if (dtd->scaffCount * sizeof(XML_Content) in build_model()
7941 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
7998 XML_Content *const destLimit = &ret[dtd->scaffCount]; in build_model()
[all …]