Home
last modified time | relevance | path

Searched refs:Py_SetRecursionLimit (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dceval.h74 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/aosp_15_r20/external/python/cpython3/Include/
Dceval.h74 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dceval.h74 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dceval.h74 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dceval.h74 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/aosp_15_r20/external/python/cpython2/Include/
Dceval.h45 PyAPI_FUNC(void) Py_SetRecursionLimit(int);
/aosp_15_r20/external/python/cpython2/Python/
Derrors.c118 Py_SetRecursionLimit(reclimit + 5); in PyErr_GivenExceptionMatches()
120 Py_SetRecursionLimit(reclimit); in PyErr_GivenExceptionMatches()
Dsysmodule.c528 Py_SetRecursionLimit(new_limit); in sys_setrecursionlimit()
Dceval.c606 Py_SetRecursionLimit(int new_limit) in Py_SetRecursionLimit() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def843 "Py_SetRecursionLimit"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c86 EXPORT_FUNC(Py_SetRecursionLimit)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat846 function,Py_SetRecursionLimit,3.2,,
Dpython3.11.abi911 …<elf-symbol name='Py_SetRecursionLimit' type='func-type' binding='global-binding' visibility='defa…
11445Py_SetRecursionLimit' mangled-name='Py_SetRecursionLimit' filepath='Python/ceval.c' line='819' col…
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c1177 Py_SetRecursionLimit(new_limit); in sys_setrecursionlimit_impl()
Dceval.c819 Py_SetRecursionLimit(int new_limit) in Py_SetRecursionLimit() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1656 [function.Py_SetRecursionLimit]