Searched refs:nReduce (Results 1 – 1 of 1) sorted by relevance
751 unsigned int nReduce; in ParseFromMemory() local782 nReduce = 0; // Tells how far to go back because of '\r'. in ParseFromMemory()783 while(nLen - nReduce > 0 && pszCurr[nLen - 1 - nReduce] == '\r') in ParseFromMemory()784 nReduce++; in ParseFromMemory()787 if(nLen+1-nReduce > sizeof(pszLine) / sizeof(*pszLine)) in ParseFromMemory()788 nLen = sizeof(pszLine) / sizeof(*pszLine) - 1 + nReduce; in ParseFromMemory()791 strncpy(pszLine, pszCurr, nLen - nReduce); in ParseFromMemory()792 pszLine[nLen - nReduce] = 0; in ParseFromMemory()