Searched refs:audit_hooks (Results 1 – 5 of 5) sorted by relevance
184 return (interp->runtime->audit_hooks.head in should_audit()185 || interp->audit_hooks in should_audit()242 _Py_AuditHookEntry *e = is->runtime->audit_hooks.head; in sys_audit_tstate()255 if (is->audit_hooks) { in sys_audit_tstate()261 hooks = PyObject_GetIter(is->audit_hooks); in sys_audit_tstate()389 _Py_AuditHookEntry *e = runtime->audit_hooks.head, *n; in _PySys_ClearAuditHooks()390 runtime->audit_hooks.head = NULL; in _PySys_ClearAuditHooks()402 if (runtime->audit_hooks.head == NULL) { in add_audit_hook_entry_unlocked()403 runtime->audit_hooks.head = entry; in add_audit_hook_entry_unlocked()406 _Py_AuditHookEntry *last = runtime->audit_hooks.head; in add_audit_hook_entry_unlocked()[all …]
404 &(runtime)->audit_hooks.mutex, \424 runtime->audit_hooks.head = audit_hook_head; in init_runtime()448 _Py_AuditHookEntry *audit_hook_head = runtime->audit_hooks.head; in _PyRuntimeState_Init()826 Py_CLEAR(interp->audit_hooks); in interpreter_clear()
238 PyObject *audit_hooks; member
325 } audit_hooks; member
20099 …<var-decl name='audit_hooks' type-id='type-id-4' visibility='default' filepath='./Include/internal…21141 …<var-decl name='audit_hooks' type-id='type-id-1346' visibility='default' filepath='./Include/inter…