Searched refs:CR_OR_NEWLINE (Results 1 – 1 of 1) sorted by relevance
11 #define CR_OR_NEWLINE(x) ((x) == '\r' || (x) == '\n') macro63 if (*temp == '\0' || CR_OR_NEWLINE(*temp)) { in http_header_str_val()69 while (*temp && !CR_OR_NEWLINE(*temp) && i < value_len-1) in http_header_str_val()