macros which make working with error values easier.
#define CHK_XERR |
( |
|
_var, |
|
|
|
_label |
|
) |
| |
Value: goto _label
#define XERR_OK
Definition: epp_parser.c:70
Macro checks given variable for an error, if the variable has error status, a flow of a program is redirected to given label.
#define RESET_XERR |
( |
|
_var | ) |
((_var) = XERR_OK) |
Macro checks given variable for an error, if the variable has error status, a flow of a program is redirected to given label.
Memory allocation failed.
Constraints given by caller were not fulfilled.
Error in function from libxml library.