Home
last modified time | relevance | path

Searched refs:nInputEndPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/rsc/source/parser/
H A Drscpar.cxx74 nInputPos = nInputEndPos = nInputBufLen = READBUFFER_MAX; in RscFileInst()
87 nInputEndPos = rBuf.Len(); in RscFileInst()
90 nInputBufLen = nInputEndPos +1; in RscFileInst()
92 memcpy( pInput, rBuf.GetBuffer(), nInputEndPos ); in RscFileInst()
124 else if( nInputPos >= nInputEndPos && nInputEndPos != nInputBufLen ) in GetChar()
153 while( (nInputPos < nInputEndPos) || (nInputEndPos == nInputBufLen) ) in GetNewLine()
155 if( (nInputPos >= nInputEndPos) && fInputFile ) in GetNewLine()
157 nInputEndPos = fread( pInput, 1, nInputBufLen, fInputFile ); in GetNewLine()
161 while( nInputPos < nInputEndPos ) in GetNewLine()
/trunk/main/rsc/inc/
H A Drscpar.hxx48 sal_uInt32 nInputEndPos;// Ende im Lesepuffer member in RscFileInst

Completed in 20 milliseconds