Home
last modified time | relevance | path

Searched refs:WFERR_NOMEMORY (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dmarshal.c55 #define WFERR_NOMEMORY 3 macro
273 p->error = WFERR_NOMEMORY; in w_object()
307 p->error = WFERR_NOMEMORY; in w_object()
317 p->error = WFERR_NOMEMORY; in w_object()
1203 case WFERR_NOMEMORY: in set_error()
/external/python/cpython3/Python/
Dmarshal.c78 #define WFERR_NOMEMORY 3 macro
124 p->error = WFERR_NOMEMORY; in w_reserve()
391 p->error = WFERR_NOMEMORY; in w_complex_object()
424 p->error = WFERR_NOMEMORY; in w_complex_object()
434 p->error = WFERR_NOMEMORY; in w_complex_object()
1644 if (wf.error == WFERR_NOMEMORY) in PyMarshal_WriteObjectToString()