Home
last modified time | relevance | path

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

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Drsyslog.h361 RS_RET_OBJ_REGISTRY_OUT_OF_SPACE = -2062, /**< the object registry has run out of space */ enumerator
H A Dobj.c1134 if(i >= OBJ_NUM_IDS) ABORT_FINALIZE(RS_RET_OBJ_REGISTRY_OUT_OF_SPACE); in RegisterObj()