Home
last modified time | relevance | path

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

/trueos/contrib/serf/buckets/
HDbuckets.c210 *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()
/trueos/contrib/serf/
HDserf.h737 #define SERF_NEWLINE_CRLF_SPLIT 0x0010 macro