Home | History | Annotate | Download | only in http

Lines Matching refs:header_line

30   const char* header_line = null_separated_headers;
32 while (header_line[0] != 0) {
33 cr_separated_headers += header_line;
35 header_line += strlen(header_line) + 1;