32 #define XSI "http://www.w3.org/2001/XMLSchema-instance" 85 char **response,
qhead *valerr);
93 #define epp_gen_dummy_response(p_epp_ctx, p_cdata, pp_response) \ 94 epp_gen_response(p_epp_ctx, 0, NULL, LANG_EN, p_cdata, pp_response, NULL) Something what is not xml was generated.
Definition: epp_gen.h:45
Could not create xml buffer.
Definition: epp_gen.h:39
This structure is central to the concept of the whole module.
Definition: epp_common.h:909
gen_status epp_gen_greeting(void *pool, const char *svid, const char *date, const eppd_server_xml_conf *xml_schema, char **greeting)
Routine makes up epp greeting frame.
Definition: epp_gen.c:112
No error appeared, everything was allright.
Definition: epp_gen.h:38
Configuration of entities enabled in xml schemas.
Definition: epp_common.h:408
Error when building xml document.
Definition: epp_gen.h:41
EPP context is a group of variables used often together.
Definition: epp_common.h:45
gen_status
XML generator status values.
Definition: epp_gen.h:37
Malloc failure during response validation.
Definition: epp_gen.h:46
epp_lang
definition of languages (english is default)
Definition: epp_common.h:145
gen_status epp_gen_response(epp_context *epp_ctx, int validate, void *schema, epp_lang lang, epp_command_data *cdata, char **response, qhead *valerr)
Generate command response in XML format.
Definition: epp_gen.c:1001
Error when parsing xml schema used for validation.
Definition: epp_gen.h:47
Could not create xml writer.
Definition: epp_gen.h:40
Queue structure used on countless places throughout the program.
Definition: epp_common.h:309
Response does not validate.
Definition: epp_gen.h:48
The most important structures, function definitions and routine declarations are found in this file...