Searched refs:ISNEWLINE (Results 1 – 1 of 1) sorted by relevance
474 #define ISNEWLINE(x) (((x) == '\n') || (x) == '\r') macro590 if(!*p || ISNEWLINE(*p)) in Curl_altsvc_parse()
Completed in 4 milliseconds