Home
last modified time | relevance | path

Searched refs:calculate_path (Results 1 – 4 of 4) sorted by relevance

/third_party/python/PC/
Dgetpathp.c955 calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_path() function
1089 status = calculate_path(&calculate, pathconfig); in _PyPathConfig_Calculate()
/third_party/python/Modules/
Dgetpath.c1491 calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig) in calculate_path() function
1602 status = calculate_path(&calculate, pathconfig); in _PyPathConfig_Calculate()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3078 @@ -1492,6 +1599,8 @@ calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig)
3087 @@ -1526,6 +1635,36 @@ calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig)
/third_party/python/Misc/
DHISTORY25861 - Fixed several buffer overflow vulnerabilities in calculate_path(),