Home
last modified time | relevance | path

Searched refs:line_end_index (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/rlz/lib/
Drlz_lib.cc522 int line_end_index = -1; in ParsePingResponse() local
524 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()