Searched refs:pstrDest (Results 1 – 2 of 2) sorted by relevance
863 FX_LPSTR pstrDest = m_pData->m_String; in Remove() local867 *pstrDest = *pstrSource; in Remove()868 pstrDest ++; in Remove()872 *pstrDest = 0; in Remove()873 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
738 FX_LPWSTR pstrDest = m_pData->m_String; in Remove() local742 *pstrDest = *pstrSource; in Remove()743 pstrDest ++; in Remove()747 *pstrDest = 0; in Remove()748 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()