Searched refs:pszCurr (Results 1 – 1 of 1) sorted by relevance
748 const char *pszEnd, *pszCurr; in ParseFromMemory() local762 pszCurr = pszScript; in ParseFromMemory()767 while(*pszCurr == '\r') in ParseFromMemory()768 ++pszCurr; in ParseFromMemory()771 pszEnd = strchr(pszCurr, '\n'); in ParseFromMemory()774 nLen = (unsigned int)(pszEnd - pszCurr); in ParseFromMemory()778 nLen = (unsigned int)strlen(pszCurr); in ParseFromMemory()783 while(nLen - nReduce > 0 && pszCurr[nLen - 1 - nReduce] == '\r') in ParseFromMemory()791 strncpy(pszLine, pszCurr, nLen - nReduce); in ParseFromMemory()793 pszCurr += nLen + 1; in ParseFromMemory()