Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:pEnd

887     FX_LPSTR pEnd = m_pData->m_String + m_pData->m_nDataLength;

889 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
911 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
918 FXSYS_memcpy32(pDest, pStart, pEnd - pStart);