Lines Matching refs:error
800 goto error;
805 goto error;
811 goto error;
821 goto error;
833 goto error;
840 goto error;
844 error:
2697 goto error;
2704 goto error;
2712 goto error;
2716 goto error;
2726 goto error;
2730 error:
2823 goto error;
2834 goto error;
2839 error:
2864 goto error;
2877 goto error;
2882 error:
3142 * If message is not NULL, it's used as the error string. Otherwise, the
3149 PyObject *errmsg, *error, *position, *code;
3158 error = PyObject_CallOneArg(st->parseerror_obj, errmsg);
3160 if (!error)
3166 Py_DECREF(error);
3169 if (PyObject_SetAttrString(error, "code", code) == -1) {
3170 Py_DECREF(error);
3178 Py_DECREF(error);
3181 if (PyObject_SetAttrString(error, "position", position) == -1) {
3182 Py_DECREF(error);
3188 PyErr_SetObject(st->parseerror_obj, error);
3189 Py_DECREF(error);
3226 /* Report the first error, not the last */
3562 goto error;
3565 goto error;
3574 goto error;
3577 goto error;
3589 error: