Searched defs:groupSize (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dxmlparse.c658 #define groupSize (parser->m_groupSize) macro
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));

Completed in 75 milliseconds