Home | History | Annotate | Download | only in Tools

Lines Matching full:pszend

314  @Input				pszEnd		end string
317 when the string pszEnd is found.
319 static bool ConcatenateLinesUntil(CPVRTString& Out, int &nLine, const char * const * const ppszLines, const unsigned int nLimit, const char * const pszEnd)
327 if(strcmp(ppszLines[i], pszEnd) == 0)
748 const char *pszEnd, *pszCurr;
771 pszEnd = strchr(pszCurr, '\n');
772 if(pszEnd)
774 nLen = (unsigned int)(pszEnd - pszCurr);