Lines Matching refs:attributeCount
2074 int *attributeCount, in getTag() argument
2082 *attributeCount = 0; in getTag()
2172 attributes[*attributeCount][length++] = c; in getTag()
2178 attributes[*attributeCount][length] = 0; in getTag()
2199 values[*attributeCount][length++] = c; in getTag()
2208 values[*attributeCount][length] = 0; in getTag()
2215 (*attributeCount)++; in getTag()
2216 if (*attributeCount >= TAG_MAX_ATTRIBUTES) { in getTag()
2526 int attributeCount; in yylex() local
2553 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex()
2564 for (i = 0; i < attributeCount; i++) { in yylex()
2613 for (i = 0; i < attributeCount; i++) { in yylex()
2626 … if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) { in yylex()
2643 for (i = 0; i < attributeCount; i++) { in yylex()
2653 …if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")… in yylex()
2669 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
2695 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()