Home | History | Annotate | Download | only in expat

Lines Matching defs:groupSize

658 #define groupSize (parser->m_groupSize)
804 groupSize = 0;
4439 if (prologState.level >= groupSize) {
4440 if (groupSize) {
4441 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2);
4447 groupSize * sizeof(int));
4454 groupConnector = (char *)MALLOC(groupSize = 32);
6299 dtd->scaffIndex = (int *)MALLOC(groupSize * sizeof(int));