Home
last modified time | relevance | path

Searched refs:RS_RET_FILE_TOO_LARGE (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/contrib/imbatchreport/
H A Dimbatchreport.c390 iRet = RS_RET_FILE_TOO_LARGE; in readAndSendFile()
453 toolargeOrFailure = ret == RS_RET_FILE_TOO_LARGE; in pollFile()
455 if (ret != RS_RET_OK && ret != RS_RET_FILE_TOO_LARGE) { in pollFile()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Drsyslog.h395 RS_RET_FILE_TOO_LARGE = -2097, /**< a file is larger than permitted */ enumerator
H A Dnsd_gtls.c149 LogError(0, RS_RET_FILE_TOO_LARGE, "file '%s' too large, max 1MB", pszFile); in readFile()
150 ABORT_FINALIZE(RS_RET_FILE_TOO_LARGE); in readFile()