Home
last modified time | relevance | path

Searched refs:_Py_str_to_int (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_initconfig.h79 PyAPI_FUNC(int) _Py_str_to_int(
/third_party/python/Python/
Dpreconfig.c547 _Py_str_to_int(const char *str, int *result) in _Py_str_to_int() function
572 if (_Py_str_to_int(var, &value) < 0 || value < 0) { in _Py_get_env_flag()
Dinitconfig.c1737 if (!_Py_str_to_int(env, &nframe)) { in config_init_tracemalloc()
1781 if (!_Py_str_to_int(env, &maxdigits)) { in config_init_int_max_str_digits()