Searched refs:endEol (Results 1 – 1 of 1) sorted by relevance
92 char *endEol = NULL; in ReadResponse() local95 endEol = ProcessLastResponse(&processed); in ReadResponse()96 while (endEol == NULL) { in ReadResponse()106 endEol = FindEndOfLine(g_bufferCur); in ReadResponse()116 *endEol = '\0'; in ReadResponse()118 g_bufferCur = endEol + 1; in ReadResponse()