Home
last modified time | relevance | path

Searched refs:CR_OR_NEWLINE (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/util/
H A Dhttp_parsing.c11 #define CR_OR_NEWLINE(x) ((x) == '\r' || (x) == '\n') macro
63 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()