Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:pTarget

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

890 if (pTarget == NULL) {
894 pStart = pTarget + nSourceLen;
911 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
912 FXSYS_memcpy32(pDest, pStart, pTarget - pStart);
913 pDest += pTarget - pStart;
916 pStart = pTarget + nSourceLen;