Home
last modified time | relevance | path

Searched refs:parseBufferIndex (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/libkern/c++/
H A DOSUnserialize.y264 static int parseBufferIndex; variable
266 #define currentChar() (parseBuffer[parseBufferIndex])
267 #define nextChar() (parseBuffer[++parseBufferIndex])
268 #define prevChar() (parseBuffer[parseBufferIndex - 1])
291 if (parseBufferIndex == 0) lineNumber = 1; in yylex()
337 start = parseBufferIndex; in yylex()
342 length = parseBufferIndex - start; in yylex()
362 start = parseBufferIndex + 1; // skip quote in yylex()
369 length = parseBufferIndex - start; in yylex()
380 for (int from=start; from < parseBufferIndex; from++) { in yylex()
[all …]
H A DOSUnserialize.cpp1870 static int parseBufferIndex; variable
1872 #define currentChar() (parseBuffer[parseBufferIndex])
1873 #define nextChar() (parseBuffer[++parseBufferIndex])
1874 #define prevChar() (parseBuffer[parseBufferIndex - 1])
1897 if (parseBufferIndex == 0) { in yylex()
1971 start = parseBufferIndex; in yylex()
1976 length = parseBufferIndex - start; in yylex()
1996 start = parseBufferIndex + 1; // skip quote in yylex()
2009 length = parseBufferIndex - start; in yylex()
2020 for (int from = start; from < parseBufferIndex; from++) { in yylex()
[all …]
H A DOSUnserializeXML.y93 int parseBufferIndex; // current index into text member
424 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
425 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
426 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
604 start = state->parseBufferIndex; in getString()
621 length = state->parseBufferIndex - start; in getString()
1392 state->parseBufferIndex = 0; in OSUnserializeXML()
/xnu-8019.80.24/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h194 int parseBufferIndex; // current index into text member
2077 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
2078 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
2079 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
2257 start = state->parseBufferIndex; in getString()
2274 length = state->parseBufferIndex - start; in getString()
3046 state->parseBufferIndex = 0; in OSUnserializeXML()
/xnu-8019.80.24/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h194 int parseBufferIndex; // current index into text member
2077 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
2078 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
2079 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
2257 start = state->parseBufferIndex; in getString()
2274 length = state->parseBufferIndex - start; in getString()
3046 state->parseBufferIndex = 0; in OSUnserializeXML()