Lines Matching defs:ERROR
47 #define ERROR(str) \
48 ctxt->error = XML_REGEXP_COMPILE_ERROR; \
242 int error;
307 int status; /* execution status != 0 indicate an error */
340 * error handling
342 int errStateNo; /* the error state number */
343 xmlRegStatePtr errState; /* the error state */
344 xmlChar *errString; /* the string raising the error */
345 int *errCounts; /* counters at the error state */
364 * Regexp memory error handler *
379 ctxt->error = XML_ERR_NO_MEMORY;
402 ctxt->error = XML_REGEXP_COMPILE_ERROR;
423 * Returns the new regexp or NULL in case of error
678 * Returns the new context or NULL in case of error
693 ret->error = 0;
708 * Returns the new range or NULL in case of error
749 * Returns the new copy or NULL in case of error.
780 * Returns the new atom or NULL in case of error
832 * Returns the new atom or NULL in case of error
855 goto error;
860 goto error;
866 error:
1175 if (ctxt->error)
1176 fprintf(output, "error ");
1219 ERROR("add range: atom is NULL");
1223 ERROR("add range: atom is not ranges");
1286 ERROR("atom push: atom is NULL");
1351 ERROR("add state: state is NULL");
1355 ERROR("add state: target is NULL");
1537 * Returns 0 if success and -1 in case of error.
1545 ERROR("genrate transition: atom == NULL");
3247 goto error;
3286 goto error;
3349 goto error;
3394 goto error;
3408 goto error;
3445 error:
3518 * For error handling, exec->counts is allocated twice the size
3675 * a negative value in case of error.
3720 goto error;
3736 error:
3758 * a negative value in case of error.
4020 * entering a sink state, save the current state as error
4066 * store the current state as the error state.
4117 * a negative value in case of error.
4135 * a negative value in case of error.
4184 * @err: error extraction or normal one
4193 * Returns: 0 in case of success or -1 in case of error.
4356 * Returns: 0 in case of success or -1 in case of error.
4366 * @exec: a regexp execution context generating an error
4367 * @string: return value for the error string
4373 * Extract error informations from the regexp execution, the parameter
4381 * Returns: 0 in case of success or -1 in case of error.
4779 ERROR("IsXXXX expected");
4802 ERROR("Unknown char property");
4840 ERROR("Escaped sequence: expecting \\");
4848 ERROR("Expecting '{'");
4854 ERROR("Expecting '}'");
4861 ERROR("Expecting '{'");
4868 ERROR("Expecting '}'");
4955 ERROR("Wrong escape sequence, misuse of character '\\'");
4976 ERROR("Expecting ']'");
4993 ERROR("Invalid escape value");
5001 ERROR("Expecting a char range");
5033 ERROR("Invalid escape value");
5040 ERROR("Expecting the end of a char range");
5046 ERROR("End of range is before start of range");
5069 (CUR != 0) && (ctxt->error == 0));
5084 while ((CUR != ']') && (ctxt->error == 0)) {
5101 ERROR("charClassExpr: ']' expected");
5131 ERROR("xmlFAParseCharClass: ']' expected");
5144 * Returns 0 if success or -1 in case of error
5205 ERROR("Improper quantifier");
5212 ERROR("Unterminated quantifier");
5270 ERROR("xmlFAParseAtom: expecting ')'");
5302 ERROR("internal: no atom generated");
5332 while ((ret != 0) && (ctxt->error == 0)) {
5371 while ((CUR == '|') && (ctxt->error == 0)) {
5434 * Returns the compiled expression or NULL in case of error
5453 ERROR("xmlFAParseRegExp: extra characters");
5455 if (ctxt->error != 0) {
5467 if (ctxt->error != 0) {
5483 * Returns 1 if it matches, 0 if not and a negative value in case of error
5498 * Returns 1 if it yes, 0 if not and a negative value in case of error
5660 * Returns 0 or -1 in case of error
5682 * Returns the target state or NULL in case of error
5722 * Returns the target state or NULL in case of error
5782 * Returns the target state or NULL in case of error
5849 * Returns the target state or NULL in case of error
5936 * Returns the target state or NULL in case of error
6004 * Returns the target state or NULL in case of error
6084 * Returns the target state or NULL in case of error
6131 * Returns the new state or NULL in case of error
6154 * Returns the target state or NULL in case of error
6179 * Returns the target state or NULL in case of error
6200 * Returns the counter number or -1 in case of error
6228 * Returns the target state or NULL in case of error
6252 * Returns the target state or NULL in case of error
6272 * Returns the compiled regexp or NULL in case of error
6278 if ((am == NULL) || (am->error != 0)) return(NULL);
6292 * Returns 1 if true, 0 if not, and -1 in case of error
6338 * Returns the context or NULL in case of error
6539 * Returns the pointer or NULL in case of error
6831 * Returns the node or NULL in case of error
6854 * Returns the node or NULL in case of error
6879 * Returns the node or NULL in case of error
6905 * Returns the node or NULL in case of error
7053 * Returns 1 if nillable, 0 if not and -1 in case of error
7182 * Returns the resulting expression or NULL in case of internal error
7234 * and -1 in case of internel error.
7296 * Returns the resulting expression or NULL in case of internal error
7749 * Returns the resulting expression or NULL in case of internal error, the
8086 fprintf(stderr, "Error in tree\n");
8111 * Returns the maximum length or -1 in case of error
8126 * Returns the number of nodes in use or -1 in case of error
8141 * Returns the number of nodes ever allocated or -1 in case of error