Searched refs:scaffCount (Results 1 – 1 of 1) sorted by relevance
417 unsigned scaffCount; member6021 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 …]