Lines Matching refs:scaffSize
412 unsigned scaffSize;
6878 p->scaffSize = 0;
6920 p->scaffSize = 0;
7088 newDtd->scaffSize = oldDtd->scaffSize;
7598 if (dtd->scaffCount >= dtd->scaffSize) {
7602 if (dtd->scaffSize > UINT_MAX / 2u) {
7610 if (dtd->scaffSize > (size_t)(-1) / 2u / sizeof(CONTENT_SCAFFOLD)) {
7616 parser, dtd->scaffold, dtd->scaffSize * 2 * sizeof(CONTENT_SCAFFOLD));
7619 dtd->scaffSize *= 2;
7625 dtd->scaffSize = INIT_SCAFFOLD_ELEMENTS;