Searched refs:new_func (Results 1 – 2 of 2) sorted by relevance
1830 function_t *new_func; in compile_script() local1865 hres = create_function(&ctx, func_decl, &new_func); in compile_script()1871 new_func->next = ctx.funcs; in compile_script()1872 ctx.funcs = new_func; in compile_script()1899 for(new_func = ctx.funcs; new_func->next; new_func = new_func->next); in compile_script()1901 new_func->next = script->global_funcs; in compile_script()
2321 static void hook_WaitForInputIdle(DWORD (WINAPI *new_func)(HANDLE, DWORD)) in hook_WaitForInputIdle()2363 iat_entry->u1.Function = (ULONG_PTR) new_func; in hook_WaitForInputIdle()