Home
last modified time | relevance | path

Searched refs:hook_count (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/ole32/
H A Drpc.c187 struct channel_hook_buffer_data **data, unsigned int *hook_count, in ChannelHooks_ClientGetSize() argument
194 *hook_count = 0; in ChannelHooks_ClientGetSize()
200 (*hook_count)++; in ChannelHooks_ClientGetSize()
202 if (*hook_count) in ChannelHooks_ClientGetSize()
236 unsigned int hook_count) in ChannelHooks_ClientFillBuffer() argument
248 for (i = 0; i < hook_count; i++) in ChannelHooks_ClientFillBuffer()
312 *hook_count = 0; in ChannelHooks_ServerGetSize()
318 (*hook_count)++; in ChannelHooks_ServerGetSize()
320 if (*hook_count) in ChannelHooks_ServerGetSize()
355 unsigned int hook_count) in ChannelHooks_ServerFillBuffer() argument
[all …]
/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c2327 int hook_count = 0; in hook_WaitForInputIdle() local
2367 hook_count++; in hook_WaitForInputIdle()
2379 ok(hook_count, "Could not hook WaitForInputIdle()\n"); in hook_WaitForInputIdle()