Searched refs:EOL_UNSET (Results 1 – 2 of 2) sorted by relevance
44 enum {EOL_UNSET, EOL_N, EOL_RN}; enumerator1830 int cp, eol = EOL_UNSET; in scgi_demux_response()1851 if (eol == EOL_UNSET) eol = EOL_N; in scgi_demux_response()1868 if (eol == EOL_UNSET) eol = EOL_RN; in scgi_demux_response()
41 enum {EOL_UNSET, EOL_N, EOL_RN}; enumerator