Lines Matching refs:m_groupSize
696 unsigned int m_groupSize;
1051 parser->m_groupSize = 0;
5290 if (parser->m_prologState.level >= parser->m_groupSize) {
5291 if (parser->m_groupSize) {
5294 if (parser->m_groupSize > (unsigned int)(-1) / 2u) {
5299 parser, parser->m_groupConnector, parser->m_groupSize *= 2);
5301 parser->m_groupSize /= 2;
5313 if (parser->m_groupSize > (size_t)(-1) / sizeof(int)) {
5319 parser, dtd->scaffIndex, parser->m_groupSize * sizeof(int));
5326 = (char *)MALLOC(parser, parser->m_groupSize = 32);
5328 parser->m_groupSize = 0;
7429 dtd->scaffIndex = (int *)MALLOC(parser, parser->m_groupSize * sizeof(int));