Home
last modified time | relevance | path

Searched refs:audit_hooks (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Dsysmodule.c184 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 …]
Dpystate.c404 &(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()
/external/python/cpython3/Include/internal/
Dpycore_interp.h238 PyObject *audit_hooks; member
Dpycore_runtime.h325 } audit_hooks; member
/external/python/cpython3/Doc/data/
Dpython3.13.abi20099 …<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…