Searched refs:eol (Results 1 – 1 of 1) sorted by relevance
547 char eol; in SMIME_crlf_copy() local579 eol = strip_eol(linebuf, &len, flags); in SMIME_crlf_copy()591 if (eol && BIO_puts(out, "\r\n") < 0) in SMIME_crlf_copy()595 } else if (eol) { in SMIME_crlf_copy()651 int eol = 0, next_eol = 0; in multi_split() local691 } else if (eol) { in multi_split()706 eol = next_eol; in multi_split()
Completed in 6 milliseconds