Searched refs:pszEnd (Results 1 – 1 of 1) sorted by relevance
319 …&nLine, const char * const * const ppszLines, const unsigned int nLimit, const char * const pszEnd) in ConcatenateLinesUntil() argument327 if(strcmp(ppszLines[i], pszEnd) == 0) in ConcatenateLinesUntil()748 const char *pszEnd, *pszCurr; in ParseFromMemory() local771 pszEnd = strchr(pszCurr, '\n'); in ParseFromMemory()772 if(pszEnd) in ParseFromMemory()774 nLen = (unsigned int)(pszEnd - pszCurr); in ParseFromMemory()