Searched refs:SERF_NEWLINE_CRLF_SPLIT (Results 1 – 2 of 2) sorted by relevance
210 *found = SERF_NEWLINE_CRLF_SPLIT; in find_crlf()273 *found = want_crlf ? SERF_NEWLINE_CRLF_SPLIT : SERF_NEWLINE_CR; in serf_util_readline()291 case SERF_NEWLINE_CRLF_SPLIT: in serf_util_readline()528 else if (found == SERF_NEWLINE_CRLF_SPLIT) { in serf_linebuf_fetch()
737 #define SERF_NEWLINE_CRLF_SPLIT 0x0010 macro