Searched refs:hook_count (Results 1 – 2 of 2) sorted by relevance
187 struct channel_hook_buffer_data **data, unsigned int *hook_count, in ChannelHooks_ClientGetSize() argument194 *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() argument248 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 …]
2327 int hook_count = 0; in hook_WaitForInputIdle() local2367 hook_count++; in hook_WaitForInputIdle()2379 ok(hook_count, "Could not hook WaitForInputIdle()\n"); in hook_WaitForInputIdle()