Home
last modified time | relevance | path

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

/aoo41x/main/rsc/source/parser/
H A Drscpar.cxx74 nInputPos = nInputEndPos = nInputBufLen = READBUFFER_MAX; in RscFileInst()
75 pInput = (char *)rtl_allocateMemory( nInputBufLen ); in RscFileInst()
90 nInputBufLen = nInputEndPos +1; in RscFileInst()
91 pInput = (char *)rtl_allocateMemory( nInputBufLen +100 ); in RscFileInst()
124 else if( nInputPos >= nInputEndPos && nInputEndPos != nInputBufLen ) in GetChar()
153 while( (nInputPos < nInputEndPos) || (nInputEndPos == nInputBufLen) ) in GetNewLine()
157 nInputEndPos = fread( pInput, 1, nInputBufLen, fInputFile ); in GetNewLine()
/aoo41x/main/rsc/inc/
H A Drscpar.hxx46 sal_uInt32 nInputBufLen; // Laenge des Lesepuffers member in RscFileInst

Completed in 6 milliseconds