Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c443 unsigned scaffCount; member
6192 dtd->scaffCount = 0;
7651 p->scaffCount = 0;
7694 p->scaffCount = 0;
8460 if (dtd->scaffCount > INT_MAX) {
8464 if (dtd->scaffCount >= dtd->scaffSize) {
8494 next = (int)dtd->scaffCount++;
8526 if (dtd->scaffCount > SIZE_MAX / sizeof(XML_Content)) {
8533 if (dtd->scaffCount * sizeof(XML_Content)
8538 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content)
[all …]