Lines Matching defs:error

178     int	           error;		/* error code */
197 * Returns the newly allocated xmlPatternPtr or NULL in case of error
286 * Returns the newly allocated xmlPatParserContextPtr or NULL in case of error
401 * returns 0 in case of success and -1 in case of error.
686 /* got an error try to rollback */
726 if (xmlPatternAdd(ctxt, ctxt->comp, (op), (val), (val2))) goto error;
730 ctxt->error = (X); return; }
734 ctxt->error = (X); return(0); }
765 ctxt->error = 1;
784 ctxt->error = 1;
796 ctxt->error = 1;
931 ctxt->error = 1;
944 ctxt->error = 1;
945 goto error;
968 ctxt->error = 1;
969 goto error;
980 ctxt->error = 1;
981 goto error;
990 error:
1031 ctxt->error = 1;
1036 if (ctxt->error != 0)
1037 goto error;
1049 ctxt->error = 1;
1065 ctxt->error = 1;
1066 goto error;
1089 ctxt->error = 1;
1090 goto error;
1102 ctxt->error = 1;
1103 goto error;
1121 ctxt->error = 1;
1122 goto error;
1132 ctxt->error = 1;
1133 goto error;
1156 ctxt->error = 1;
1157 goto error;
1169 ctxt->error = 1;
1170 goto error;
1184 ctxt->error = 1;
1185 goto error;
1188 if (ctxt->error != 0)
1189 goto error;
1194 ctxt->error = 1;
1195 goto error;
1200 ctxt->error = 1;
1201 goto error;
1209 error:
1250 ctxt->error = 1;
1251 goto error;
1261 if (ctxt->error != 0)
1262 goto error;
1273 ctxt->error = 1;
1274 goto error;
1278 if (ctxt->error != 0)
1279 goto error;
1288 if (ctxt->error != 0)
1289 goto error;
1297 ctxt->error = 1;
1298 goto error;
1301 if (ctxt->error != 0)
1302 goto error;
1309 ctxt->error = 1;
1311 error:
1331 goto error;
1347 /* TODO: A more meaningful error message. */
1350 goto error;
1362 goto error;
1377 if (ctxt->error != 0)
1378 goto error;
1392 goto error;
1402 ctxt->error = 1;
1405 error:
1406 ctxt->error = 1;
1410 ctxt->error = 1;
1484 * Returns the new structure or NULL in case of error.
1538 * Returns -1 in case of error or the step index if successful
1615 goto error;
1622 goto error;
1633 goto error;
1658 goto error;
1681 goto error;
1690 goto error;
1698 goto error;
1732 goto error;
1741 error:
1752 * Returns the new structure or NULL in case of error.
1806 * Returns -1 in case of error or the state index if successful
1849 * Returns: -1 in case of error, 1 if the current state in the stream is a
2208 * Returns: -1 in case of error, 1 if the current state in the stream is a
2233 * Returns: -1 in case of error, 1 if the current state in the stream is a
2258 * Returns: -1 in case of error, 1 if the current state in the stream is a
2273 * Returns: -1 in case of error, 0 otherwise.
2347 * Returns the compiled form of the pattern or NULL in case of error
2376 if (ctxt == NULL) goto error;
2378 if (cur == NULL) goto error;
2399 if (ctxt->error != 0)
2400 goto error;
2419 goto error;
2438 error:
2516 * Returns 1 if streamable, 0 if not and -1 in case of error.
2537 * and -1 in case of error
2564 * Returns -1 in case of error otherwise the depth,
2590 * Returns 1 if true, 0 if false and -1 in case of error