Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Drsyslog.h325 RS_RET_EOF = -2026, /**< end of file reached, not necessarily an error */ enumerator
H A Dstream.c619 ABORT_FINALIZE(RS_RET_EOF); in ATTR_NONNULL()
643 ABORT_FINALIZE(RS_RET_EOF); in ATTR_NONNULL()
657 ABORT_FINALIZE(RS_RET_EOF); in ATTR_NONNULL()
1090 if(readCharRet == RS_RET_EOF) {/* end of file reached without \n? */ in strmReadMultiLine()