Home
last modified time | relevance | path

Searched refs:hook_reset (Results 1 – 12 of 12) sorted by relevance

/dports/games/quetoo/quetoo-0.6.1/src/qmass/
H A Dp_hook.c56 void hook_reset(edict_t *rhook){ in hook_reset() function
77 hook_reset(self); in hook_cond_reset()
84 hook_reset(self); in hook_cond_reset()
145 hook_reset(self); in hook_touch()
153 hook_reset(self); in hook_touch()
250 hook_reset(ent->client->hook); in Cmd_HookReset_f()
H A Dp_client.c434 hook_reset(self->client->hook); // hook in player_die()
1283 hook_reset(ent->client->hook); // hook in ClientDisconnect()
H A Dg_local.h755 void hook_reset(edict_t *rhook);
/dports/games/quetoo/quetoo-0.6.1/src/vanctf/
H A Dhook.c81 void hook_reset(edict_t *rhook){ in hook_reset() function
110 hook_reset(self); in hook_cond_reset()
118 hook_reset(self); in hook_cond_reset()
126 hook_reset(self); in hook_cond_reset()
207 hook_reset(self); in hook_touch()
H A Dhook.h3 void hook_reset(edict_t *rhook);
H A Dp_client.c492 hook_reset(self->client->hook); in player_die()
1003 hook_reset(ent->client->hook); in spectator_respawn()
1459 hook_reset(ent->client->hook); in ClientDisconnect()
H A Dg_cmds.c902 hook_reset(ent->client->hook); in ClientCommand()
/dports/devel/gitolite/gitolite-3.6.12/src/lib/Gitolite/Conf/
H A DStore.pm352 my $hook_reset = 0;
360 if ( not $hook_reset ) {
367 $hook_reset++;
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dd3d8-capture.cpp251 static HRESULT STDMETHODCALLTYPE hook_reset(IDirect3DDevice8 *device, in hook_reset() function
269 DetourAttach((PVOID *)&RealReset, hook_reset); in setup_reset_hooks()
H A Dd3d9-capture.cpp710 static HRESULT STDMETHODCALLTYPE hook_reset(IDirect3DDevice9 *device, in hook_reset() function
738 DetourAttach((PVOID *)&RealReset, hook_reset); in setup_reset_hooks()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/shaders/
H A Dcustom.c882 static void hook_reset(void *priv) in hook_reset() function
1320 .reset = hook_reset, in pl_mpv_user_shader_parse()
/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/
H A Dunicorn_engine.py265 def hook_reset(self): member in Uniwrapper
1231 self.uc.hook_reset()