Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dlibgcry.c216 if(c == EOF) { ABORT_FINALIZE(RS_RET_NO_DATA); } in eiGetRecord()
625 } else if(iRet == RS_RET_NO_DATA) { in readBlkEnd()
H A Drsyslog.h535 RS_RET_NO_DATA = -2352,/**< file has no data; more a state than a real error */ enumerator