Searched refs:is_lws (Results 1 – 1 of 1) sorted by relevance
96 #define is_lws(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro136 if (between_encodings && is_lws(*p)) in decode_rfc2047()185 if (is_lws(*pp)) in decode_rfc2047()192 if (is_lws(*pp) || endofmime == NULL) in decode_rfc2047()