Lines Matching defs:interp
80 _PySys_GetObject(PyInterpreterState *interp, const char *name) in _PySys_GetObject()
104 sys_set_object(PyInterpreterState *interp, PyObject *key, PyObject *v) in sys_set_object()
126 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PySys_SetAttr() local
131 sys_set_object_str(PyInterpreterState *interp, const char *name, PyObject *v) in sys_set_object_str()
143 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetObject() local
149 should_audit(PyInterpreterState *interp) in should_audit()
437 PyInterpreterState *interp = tstate->interp; in sys_addaudithook_impl() local
866 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencoding_impl() local
881 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencodeerrors_impl() local
1577 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_setdlopenflags_impl() local
1595 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getdlopenflags_impl() local
1633 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_get_int_max_str_digits_impl() local
2545 set_flags_from_config(PyInterpreterState *interp, PyObject *flags) in set_flags_from_config()
2590 make_flags(PyInterpreterState *interp) in make_flags()
3073 PyInterpreterState *interp = tstate->interp; in _PySys_UpdateConfig() local
3183 PyInterpreterState *interp = tstate->interp; in _PySys_Create() local
3232 _PySys_Fini(PyInterpreterState *interp) in _PySys_Fini()
3288 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetPath() local