Lines Matching refs:groupSize
658 #define groupSize (parser->m_groupSize)
804 groupSize = 0;
4436 if (prologState.level >= groupSize) {
4437 if (groupSize) {
4438 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2);
4444 groupSize * sizeof(int));
4451 groupConnector = (char *)MALLOC(groupSize = 32);
6306 dtd->scaffIndex = (int *)MALLOC(groupSize * sizeof(int));