Searched refs:ppszEffectFile (Results 1 – 1 of 1) sorted by relevance
75 char **ppszEffectFile; member in CPVRTPFXParserReadContext92 ppszEffectFile = new char*[nMaxLines]; in CPVRTPFXParserReadContext()105 FREE(ppszEffectFile[i]); in ~CPVRTPFXParserReadContext()107 delete [] ppszEffectFile; in ~CPVRTPFXParserReadContext()554 if(!*m_psContext->ppszEffectFile[nLine]) in Parse()557 CPVRTHash Cmd(m_psContext->ppszEffectFile[nLine]); in Parse()681 …TStringFromFormattedStr("'%s' unexpected on line %d\n", m_psContext->ppszEffectFile[nLine], m_psCo… in Parse()809 …m_psContext->ppszEffectFile[m_psContext->nNumLines] = (char *)malloc((strlen(pszLine) + 1) * sizeo… in ParseFromMemory()810 strcpy(m_psContext->ppszEffectFile[m_psContext->nNumLines], pszLine); in ParseFromMemory()976 if(strcmp(pszEndTag, m_psContext->ppszEffectFile[i]) == 0) in GetEndTag()[all …]