Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_paramhlp.c64 #define ISCRLF(x) (((x) == '\r') || ((x) == '\n') || ((x) == '\0')) macro
84 bool crlf = ISCRLF(*ptr); in memcrlf()

Completed in 5 milliseconds