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
6021 dtd->scaffCount = 0;
7472 p->scaffCount = 0;
7515 p->scaffCount = 0;
8222 if (dtd->scaffCount > INT_MAX) {
8226 if (dtd->scaffCount >= dtd->scaffSize) {
8256 next = (int)dtd->scaffCount++;
8288 if (dtd->scaffCount > SIZE_MAX / sizeof(XML_Content)) {
8295 if (dtd->scaffCount * sizeof(XML_Content)
8300 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content)
[all …]