Home
last modified time | relevance | path

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

/xnu-10002.1.13/libkern/c++/
H A DOSUnserialize.y247 static int parseBufferIndex; variable
249 #define currentChar() (parseBuffer[parseBufferIndex])
250 #define nextChar() (parseBuffer[++parseBufferIndex])
251 #define prevChar() (parseBuffer[parseBufferIndex - 1])
274 if (parseBufferIndex == 0) lineNumber = 1; in yylex()
320 start = parseBufferIndex; in yylex()
325 length = parseBufferIndex - start; in yylex()
345 start = parseBufferIndex + 1; // skip quote in yylex()
352 length = parseBufferIndex - start; in yylex()
363 for (int from=start; from < parseBufferIndex; from++) { in yylex()
[all …]
H A DOSUnserialize.cpp1853 static int parseBufferIndex; variable
1855 #define currentChar() (parseBuffer[parseBufferIndex])
1856 #define nextChar() (parseBuffer[++parseBufferIndex])
1857 #define prevChar() (parseBuffer[parseBufferIndex - 1])
1880 if (parseBufferIndex == 0) { in yylex()
1954 start = parseBufferIndex; in yylex()
1959 length = parseBufferIndex - start; in yylex()
1979 start = parseBufferIndex + 1; // skip quote in yylex()
1992 length = parseBufferIndex - start; in yylex()
2003 for (int from = start; from < parseBufferIndex; from++) { in yylex()
[all …]
H A DOSUnserializeXML.y99 int parseBufferIndex; // current index into text member
449 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
450 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
451 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
629 start = state->parseBufferIndex; in getString()
646 length = state->parseBufferIndex - start; in getString()
1418 state->parseBufferIndex = 0; in OSUnserializeXML()
/xnu-10002.1.13/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h194 int parseBufferIndex; // current index into text member
2060 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
2061 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
2062 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
2240 start = state->parseBufferIndex; in getString()
2257 length = state->parseBufferIndex - start; in getString()
3029 state->parseBufferIndex = 0; in OSUnserializeXML()
/xnu-10002.1.13/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h194 int parseBufferIndex; // current index into text member
2060 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
2061 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
2062 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
2240 start = state->parseBufferIndex; in getString()
2257 length = state->parseBufferIndex - start; in getString()
3029 state->parseBufferIndex = 0; in OSUnserializeXML()