Searched refs:_Py_str_to_int (Results 1 – 3 of 3) sorted by relevance
77 PyAPI_FUNC(int) _Py_str_to_int(
530 _Py_str_to_int(const char *str, int *result) in _Py_str_to_int() function555 if (_Py_str_to_int(var, &value) < 0 || value < 0) { in _Py_get_env_flag()
1377 if (!_Py_str_to_int(env, &nframe)) { in config_init_tracemalloc()