Home
last modified time | relevance | path

Searched refs:attributeCount (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y463 int *attributeCount, in getTag() argument
471 *attributeCount = 0; in getTag()
561 attributes[*attributeCount][length++] = c; in getTag()
567 attributes[*attributeCount][length] = 0; in getTag()
588 values[*attributeCount][length++] = c; in getTag()
597 values[*attributeCount][length] = 0; in getTag()
604 (*attributeCount)++; in getTag()
915 int attributeCount; in yylex() local
953 for (i = 0; i < attributeCount; i++) { in yylex()
1002 for (i = 0; i < attributeCount; i++) { in yylex()
[all …]
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2074 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()
2526 int attributeCount; in yylex() local
2564 for (i = 0; i < attributeCount; i++) { in yylex()
2613 for (i = 0; i < attributeCount; i++) { in yylex()
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2074 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()
2526 int attributeCount; in yylex() local
2564 for (i = 0; i < attributeCount; i++) { in yylex()
2613 for (i = 0; i < attributeCount; i++) { in yylex()
[all …]