Home | History | Annotate | Download | only in http

Lines Matching refs:header_line

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