Lines Matching refs:executionContext
117 static int ServerStageHookRun(const HOOK_INFO *hookInfo, void *executionContext) in ServerStageHookRun() argument
119 AppSpawnHookArg *arg = (AppSpawnHookArg *)executionContext; in ServerStageHookRun()
124 static void PreHookExec(const HOOK_INFO *hookInfo, void *executionContext) in PreHookExec() argument
126 AppSpawnHookArg *arg = (AppSpawnHookArg *)executionContext; in PreHookExec()
132 static void PostHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostHookExec() argument
134 AppSpawnHookArg *arg = (AppSpawnHookArg *)executionContext; in PostHookExec()
174 static int AppSpawnHookRun(const HOOK_INFO *hookInfo, void *executionContext) in AppSpawnHookRun() argument
176 AppSpawnForkArg *arg = (AppSpawnForkArg *)executionContext; in AppSpawnHookRun()
181 static void PreAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext) in PreAppSpawnHookExec() argument
183 AppSpawnHookArg *arg = (AppSpawnHookArg *)executionContext; in PreAppSpawnHookExec()
188 static void PostAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRe… in PostAppSpawnHookExec() argument
190 AppSpawnHookArg *arg = (AppSpawnHookArg *)executionContext; in PostAppSpawnHookExec()
272 static int ProcessMgrHookRun(const HOOK_INFO *hookInfo, void *executionContext) in ProcessMgrHookRun() argument
274 AppSpawnAppArg *arg = (AppSpawnAppArg *)executionContext; in ProcessMgrHookRun()