fred-mod-whoisd-3.10.0
Macros
Definition of corba status codes.

Theese are used in apache module to analyze what happened during corba call. More...

Macros

#define CORBA_OK   0
 No error occured. More...
 
#define CORBA_OK_LIMIT   1
 No error, but limit on # of objects was reached. More...
 
#define CORBA_SERVICE_FAILED   2
 Could not obtain object's reference. More...
 
#define CORBA_INTERNAL_ERROR   3
 Internal error == malloc failed. More...
 
#define CORBA_UNKNOWN_ERROR   4
 Unknown error returned over CORBA. More...
 

Detailed Description

Theese are used in apache module to analyze what happened during corba call.

Appropriate apache log message is then generated if needed.

Macro Definition Documentation

#define CORBA_INTERNAL_ERROR   3

Internal error == malloc failed.

Referenced by process_whois_query().

#define CORBA_OK   0
#define CORBA_OK_LIMIT   1

No error, but limit on # of objects was reached.

Referenced by log_whois_request(), process_whois_query(), recurse_domain(), recurse_keyset(), recurse_nsset(), and whois_corba_call().

#define CORBA_SERVICE_FAILED   2
#define CORBA_UNKNOWN_ERROR   4

Unknown error returned over CORBA.