Searched refs:mContextLength (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Difcontext.cpp72 mDeletionMarks.push_back( spBookmark( ctx.mSrcOffset, ctx.mContextLength, fNo ) );
160 lastKnownPos = ctx.mSrcOffset + ctx.mContextLength;
189 lastKnownPos = ctx.mSrcOffset + ctx.mContextLength;
197 lastKnownPos = ctx.mSrcOffset + ctx.mContextLength;
278 return wxString( source.c_str() + pCtx->mSrcOffset, pCtx->mContextLength );
H A Dsrcparser.cpp125 mContextLength(-1),
214 return ( mSrcOffset != (-1) && mContextLength != (-1) );
H A Dsrcparser.h289 int mContextLength; member in class:spContext
H A Dcjparser.cpp1090 mpCurCtx->mContextLength = ( curOfs - mpCurCtx->mSrcOffset );
1974 op.mContextLength = curOfs - mpCurCtx->mSrcOffset;

Completed in 65 milliseconds