Go to the documentation of this file.
36 #define RETR_SLEEP 100000
39 #define raised_exception(ev) ((ev)->_major != CORBA_NO_EXCEPTION)
43 #define DB_FIELD_SIZE 2000
46 #define IS_NOT_COMM_FAILURE_EXCEPTION(_ev) \
47 (strcmp((_ev)->_id, "IDL:omg.org/CORBA/COMM_FAILURE:1.0"))
49 #define IS_EPP_ERROR(_ev) (!strcmp((_ev)->_id, "IDL:ccReg/EPP/EppError:1.0"))
51 #define IS_NO_MESSAGES(_ev) (!strcmp((_ev)->_id, "IDL:ccReg/EPP/NoMessages:1.0"))
109 const ccReg_TID request_id,
epp_lang *lang,
const char *fingerprint,
143 const ccReg_TID request_id,
171 #define MAX_ERROR_MSG_LEN 100
corba_status epp_call_login(epp_context *epp_ctx, service_EPP service, unsigned long long *loginid, const ccReg_TID request_id, epp_lang *lang, const char *fingerprint, epp_command_data *cdata)
Definition: epp-client.c:646
void * service_Logger
Definition: epp-client.h:66
Definition: epp_common.h:45
epp_lang
Definition: epp_common.h:149
void epp_call_save_output_xml(epp_context *epp_ctx, service_EPP service, epp_command_data *cdata, const char *xml)
@ CORBA_INT_ERROR
Definition: epp-client.h:58
char * wrap_str(const char *str)
Definition: epp-client.c:136
void epp_call_CloseSession(epp_context *epp_ctx, service_EPP service, unsigned long long loginid)
Definition: epp-client.c:5274
@ CORBA_REMOTE_ERROR
Definition: epp-client.h:60
@ CORBA_ERROR
Definition: epp-client.h:57
int epp_call_hello(epp_context *epp_ctx, service_EPP service, char **version, char **curdate)
Definition: epp-client.c:256
corba_status epp_call_logout(epp_context *epp_ctx, service_EPP service, unsigned long long *loginid, const ccReg_TID request_id, epp_command_data *cdata)
Definition: epp-client.c:741
corba_status
Definition: epp-client.h:54
corba_status epp_call_cmd(epp_context *epp_ctx, service_EPP service, unsigned long long loginid, const ccReg_TID request_id, epp_command_data *cdata)
Definition: epp-client.c:5066
void * service_EPP
Definition: epp-client.h:64
Definition: epp_common.h:920
@ CORBA_OK
Definition: epp-client.h:55