Searched refs:parseBufferIndex (Results 1 - 5 of 5) sorted by last modified time

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.cpp187 int parseBufferIndex; // current index into text member in struct:parser_state
1960 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
1961 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
1962 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
2103 start = state->parseBufferIndex;
2116 length = state->parseBufferIndex - start;
2803 state->parseBufferIndex = 0;
H A DOSUnserializeXML.y92 int parseBufferIndex; // current index into text
348 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
349 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
350 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
491 start = state->parseBufferIndex;
504 length = state->parseBufferIndex - start;
1190 state->parseBufferIndex = 0;
H A DOSUnserialize.y217 static int parseBufferIndex;
219 #define currentChar() (parseBuffer[parseBufferIndex])
220 #define nextChar() (parseBuffer[++parseBufferIndex])
221 #define prevChar() (parseBuffer[parseBufferIndex - 1])
244 if (parseBufferIndex == 0) lineNumber = 1;
290 start = parseBufferIndex;
295 length = parseBufferIndex - start;
315 start = parseBufferIndex + 1; // skip quote
322 length = parseBufferIndex - start;
333 for (int from=start; from < parseBufferIndex; fro
[all...]
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.tab.c196 int parseBufferIndex; // current index into text member in struct:parser_state
1885 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
1886 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
1887 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
2028 start = state->parseBufferIndex;
2041 length = state->parseBufferIndex - start;
2686 state->parseBufferIndex = 0;
H A DIOCFUnserialize.yacc94 int parseBufferIndex; // current index into text
266 #define currentChar() (state->parseBuffer[state->parseBufferIndex])
267 #define nextChar() (state->parseBuffer[++state->parseBufferIndex])
268 #define prevChar() (state->parseBuffer[state->parseBufferIndex - 1])
409 start = state->parseBufferIndex;
422 length = state->parseBufferIndex - start;
1067 state->parseBufferIndex = 0;

Completed in 151 milliseconds