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