Home | History | Annotate | Download | only in lib

Lines Matching refs:groupSize

658 #define groupSize (parser->m_groupSize)
804 groupSize = 0;
4423 if (prologState.level >= groupSize) {
4424 if (groupSize) {
4425 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2);
4431 groupSize * sizeof(int));
4438 groupConnector = (char *)MALLOC(groupSize = 32);
6281 dtd->scaffIndex = (int *)MALLOC(groupSize * sizeof(int));