Lines Matching defs:error
84 int error; /* see WFERR_* values */
112 return 0; /* An error already occurred */
126 p->error = WFERR_NOMEMORY;
189 (p)->error = WFERR_UNMARSHALLABLE; \
220 #error "PyLong_SHIFT must be a multiple of PyLong_MARSHAL_SHIFT"
251 p->error = WFERR_UNMARSHALLABLE;
276 p->error = WFERR_UNMARSHALLABLE;
287 p->error = WFERR_NOMEMORY;
338 p->error = WFERR_UNMARSHALLABLE;
353 p->error = WFERR_NESTEDTOODEEP;
456 p->error = WFERR_UNMARSHALLABLE;
518 p->error = WFERR_NOMEMORY;
525 p->error = WFERR_UNMARSHALLABLE;
532 p->error = WFERR_NOMEMORY;
540 p->error = WFERR_NOMEMORY;
555 p->error = WFERR_NOMEMORY;
583 p->error = WFERR_UNMARSHALLABLE;
592 p->error = WFERR_UNMARSHALLABLE;
628 * can error, currently it never does. Setting an exception in
640 wf.error = WFERR_OK;
658 wf.error = WFERR_OK;
950 * NULL returned. This simplifies error checking at the call site since
1324 Py_CLEAR(v); /* signal error */
1663 wf.error = WFERR_OK;
1676 if (wf.error != WFERR_OK) {
1678 if (wf.error == WFERR_NOMEMORY)
1682 (wf.error==WFERR_UNMARSHALLABLE)?"unmarshallable object"
1753 * This can be removed if we guarantee good error handling