Home | History | Annotate | Download | only in flip_server

Lines Matching full:whitespace

187 //   is at least one non-whitespace characters between [begin, end).
203 // If there is indeed non-whitespace in the line, then the following
239 // Kill all whitespace (including '\r\n') at the end of the line.
271 // encountered a non whitespace character at the beginning of the stream, at
288 // won't be a whitespace (else the loop above wouldn't have terminated).
289 // That implies that we're guaranteed to get at least one non-whitespace
314 // Note that due to the loop which consumes all of the whitespace
338 // Note that due to the loop which consumes all of the whitespace
405 // A precondition for this function is that there is non-whitespace between
531 // We cleanup the whitespace at the end of the line before doing anything
631 // There is no non-whitespace value data.
633 LOG(INFO) << "invalid content-length -- no non-whitespace value data";
761 // Remove any leading and trailing whitespace.
771 // Strip the key whitespace after checking that there is a value.