Searched defs:last_c (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/http/
H A Dhttp_util.cc462 char last_c = '\0'; local
469 } else if (c != '\r' || last_c != '\n') {
472 last_c = c;

Completed in 280 milliseconds