Searched refs:HANDLERS (Results 1 – 4 of 4) sorted by relevance
51 .macro HANDLERS has_error from to macro73 HANDLERS has_error=0 from=0 to=774 HANDLERS has_error=1 from=8 to=875 HANDLERS has_error=0 from=9 to=976 HANDLERS has_error=1 from=10 to=1477 HANDLERS has_error=0 from=15 to=1678 HANDLERS has_error=1 from=17 to=1779 HANDLERS has_error=0 from=18 to=255
95 +HANDLERS: Dict[str, Dict[str, Callable]] = {}101 + """Store f in HANDLERS[vcs][method]."""102 + if vcs not in HANDLERS:103 + HANDLERS[vcs] = {}104 + HANDLERS[vcs][method] = f1145 -HANDLERS = {}1147 +HANDLERS: Dict[str, Dict[str, Callable]] = {}1154 """Store f in HANDLERS[vcs][method]."""1155 - if vcs not in HANDLERS:1156 - HANDLERS[vcs] = {}[all …]
36 EVENT HANDLERS
172 raw_syscalls__sys_enter(). (see the EVENT HANDLERS section below for430 EVENT HANDLERS