• Home
  • Raw
  • Download

Lines Matching defs:interp

91 _PySys_GetObject(PyInterpreterState *interp, const char *name)  in _PySys_GetObject()
115 sys_set_object(PyInterpreterState *interp, PyObject *key, PyObject *v) in sys_set_object()
135 sys_set_object_id(PyInterpreterState *interp, _Py_Identifier *key, PyObject *v) in sys_set_object_id()
143 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PySys_SetObjectId() local
148 sys_set_object_str(PyInterpreterState *interp, const char *name, PyObject *v) in sys_set_object_str()
160 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetObject() local
166 should_audit(PyInterpreterState *interp) in should_audit()
459 PyInterpreterState *interp = tstate->interp; in sys_addaudithook_impl() local
871 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencoding_impl() local
886 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencodeerrors_impl() local
1611 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_setdlopenflags_impl() local
1629 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getdlopenflags_impl() local
1667 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_get_int_max_str_digits_impl() local
2573 set_flags_from_config(PyInterpreterState *interp, PyObject *flags) in set_flags_from_config()
2617 make_flags(PyInterpreterState *interp) in make_flags()
2983 PyInterpreterState *interp = tstate->interp; in _PySys_UpdateConfig() local
3085 PyInterpreterState *interp = tstate->interp; in _PySys_Create() local
3172 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetPath() local