Searched refs:hookCnt (Results 1 – 1 of 1) sorted by relevance
57 U32 hookCnt; in OsHookConfigInit() local62 hookCnt = g_hookCb[hookIndex].num; in OsHookConfigInit()63 if (hookCnt > 0) { in OsHookConfigInit()65 size += hookCnt + 1; in OsHookConfigInit()88 hookCnt = g_hookCb[hookIndex].num; in OsHookConfigInit()89 if (hookCnt == 0) { in OsHookConfigInit()94 *(hooks + hookCnt) = (OsVoidFunc)OS_MHOOK_BOUNDARY; in OsHookConfigInit()95 hooks += hookCnt + 1; in OsHookConfigInit()111 U32 hookCnt = 0; in OsMhookAdd() local140 hookCnt++; in OsMhookAdd()[all …]