Home
last modified time | relevance | path

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

/src/contrib/expat/lib/
H A Dxmlparse.c418 unsigned scaffCount; member
6082 dtd->scaffCount = 0;
7512 p->scaffCount = 0;
7554 p->scaffCount = 0;
8231 if (dtd->scaffCount > INT_MAX) {
8235 if (dtd->scaffCount >= dtd->scaffSize) {
8265 next = (int)dtd->scaffCount++;
8297 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) {
8304 if (dtd->scaffCount * sizeof(XML_Content)
8309 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content)
[all …]