Home
last modified time | relevance | path

Searched refs:_PyStatus_NO_MEMORY (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Python/
H A Dinitconfig.c411 return _PyStatus_NO_MEMORY(); in PyWideStringList_Insert()
422 return _PyStatus_NO_MEMORY(); in PyWideStringList_Insert()
429 return _PyStatus_NO_MEMORY(); in PyWideStringList_Insert()
859 return _PyStatus_NO_MEMORY(); in PyConfig_SetString()
889 return _PyStatus_NO_MEMORY(); in config_set_bytes_string()
935 return _PyStatus_NO_MEMORY(); \ in _PyConfig_Copy()
1790 return _PyStatus_NO_MEMORY(); in config_init_pycache_prefix()
1896 return _PyStatus_NO_MEMORY(); in config_get_locale_encoding()
1940 return _PyStatus_NO_MEMORY(); in config_init_stdio_encoding()
2261 return _PyStatus_NO_MEMORY(); in _PyConfig_Write()
[all...]
H A Dpreconfig.c79 return _PyStatus_NO_MEMORY(); in _PyArgv_AsWstrList()
100 return _PyStatus_NO_MEMORY(); in _PyArgv_AsWstrList()
803 return _PyStatus_NO_MEMORY(); in _PyPreConfig_Read()
H A Dpathconfig.c204 return _PyStatus_NO_MEMORY(); in _PyPathConfig_UpdateGlobal()
H A Dpystate.c146 return _PyStatus_NO_MEMORY(); in _PyRuntimeState_Init()
1528 return _PyStatus_NO_MEMORY(); in _PyGILState_Init()
1587 return _PyStatus_NO_MEMORY(); in _PyGILState_Reinit()
/third_party/python/Include/internal/
H A Dpycore_initconfig.h33 #define _PyStatus_NO_MEMORY() _PyStatus_ERR("memory allocation failed") macro
H A Dpycore_fileutils.h176 : _PyStatus_NO_MEMORY()
/third_party/python/Modules/
H A Datexitmodule.c10 #include "pycore_initconfig.h" // _PyStatus_NO_MEMORY
65 return _PyStatus_NO_MEMORY(); in _PyAtExit_Init()
H A Dgcmodule.c166 return _PyStatus_NO_MEMORY(); in _PyGC_Init()
171 return _PyStatus_NO_MEMORY(); in _PyGC_Init()
/third_party/python/Objects/
H A Dexceptions.c3632 return _PyStatus_NO_MEMORY(); in _PyExc_InitGlobalObjects()
3657 return _PyStatus_NO_MEMORY(); in _PyExc_InitState()
H A Dtypeobject.c8490 return _PyStatus_NO_MEMORY(); in _PyTypes_InitSlotDefs()

Completed in 27 milliseconds