Searched refs:line_end_index (Results 1 – 1 of 1) sorted by relevance
522 int line_end_index = -1; in ParsePingResponse() local524 int line_begin = line_end_index + 1; in ParsePingResponse()525 line_end_index = response_string.find("\n", line_begin); in ParsePingResponse()527 int line_end = line_end_index; in ParsePingResponse()581 } while (line_end_index >= 0); in ParsePingResponse()