Lines Matching defs:error

48     ctxt->error = XML_REGEXP_COMPILE_ERROR;				\
240 int error;
303 int status; /* execution status != 0 indicate an error */
336 * error handling
338 int errStateNo; /* the error state number */
339 xmlRegStatePtr errState; /* the error state */
340 xmlChar *errString; /* the string raising the error */
341 int *errCounts; /* counters at the error state */
358 * Regexp memory error handler *
373 ctxt->error = XML_ERR_NO_MEMORY;
396 ctxt->error = XML_REGEXP_COMPILE_ERROR;
417 * Returns the new regexp or NULL in case of error
671 * Returns the new context or NULL in case of error
686 ret->error = 0;
701 * Returns the new range or NULL in case of error
742 * Returns the new copy or NULL in case of error.
773 * Returns the new atom or NULL in case of error
825 * Returns the new atom or NULL in case of error
848 goto error;
853 goto error;
859 error:
1168 if (ctxt->error)
1169 fprintf(output, "error ");
1530 * Returns 0 if success and -1 in case of error.
3186 goto error;
3225 goto error;
3288 goto error;
3333 goto error;
3347 goto error;
3384 error:
3457 * For error handling, exec->counts is allocated twice the size
3614 * a negative value in case of error.
3659 goto error;
3675 error:
3697 * a negative value in case of error.
3959 * entering a sink state, save the current state as error
4005 * store the current state as the error state.
4056 * a negative value in case of error.
4074 * a negative value in case of error.
4123 * @err: error extraction or normal one
4132 * Returns: 0 in case of success or -1 in case of error.
4295 * Returns: 0 in case of success or -1 in case of error.
4305 * @exec: a regexp execution context generating an error
4306 * @string: return value for the error string
4312 * Extract error informations from the regexp execution, the parameter
4320 * Returns: 0 in case of success or -1 in case of error.
5061 (CUR != 0) && (ctxt->error == 0));
5076 while ((CUR != ']') && (ctxt->error == 0)) {
5136 * Returns 0 if success or -1 in case of error
5324 while ((ret != 0) && (ctxt->error == 0)) {
5363 while ((CUR == '|') && (ctxt->error == 0)) {
5426 * Returns the compiled expression or NULL in case of error
5447 if (ctxt->error != 0) {
5459 if (ctxt->error != 0) {
5475 * Returns 1 if it matches, 0 if not and a negative value in case of error
5490 * Returns 1 if it yes, 0 if not and a negative value in case of error
5635 * Returns 0 or -1 in case of error
5657 * Returns the target state or NULL in case of error
5697 * Returns the target state or NULL in case of error
5757 * Returns the target state or NULL in case of error
5824 * Returns the target state or NULL in case of error
5911 * Returns the target state or NULL in case of error
5979 * Returns the target state or NULL in case of error
6059 * Returns the target state or NULL in case of error
6106 * Returns the new state or NULL in case of error
6129 * Returns the target state or NULL in case of error
6154 * Returns the target state or NULL in case of error
6175 * Returns the counter number or -1 in case of error
6203 * Returns the target state or NULL in case of error
6227 * Returns the target state or NULL in case of error
6247 * Returns the compiled regexp or NULL in case of error
6253 if ((am == NULL) || (am->error != 0)) return(NULL);
6267 * Returns 1 if true, 0 if not, and -1 in case of error
6312 * Returns the context or NULL in case of error
6512 * Returns the pointer or NULL in case of error
6804 * Returns the node or NULL in case of error
6827 * Returns the node or NULL in case of error
6852 * Returns the node or NULL in case of error
6878 * Returns the node or NULL in case of error
7026 * Returns 1 if nillable, 0 if not and -1 in case of error
7155 * Returns the resulting expression or NULL in case of internal error
7207 * and -1 in case of internel error.
7269 * Returns the resulting expression or NULL in case of internal error
7722 * Returns the resulting expression or NULL in case of internal error, the
8084 * Returns the maximum length or -1 in case of error
8099 * Returns the number of nodes in use or -1 in case of error
8114 * Returns the number of nodes ever allocated or -1 in case of error