Lines Matching refs:BEGET_CHECK
61 BEGET_CHECK(hookMgr == NULL, return hookMgr);
63 BEGET_CHECK(defaultHookMgr == NULL, return defaultHookMgr);
65 BEGET_CHECK(autoCreate, return NULL);
85 BEGET_CHECK(node != NULL, return);
98 BEGET_CHECK(stageItem == NULL, return stageItem);
100 BEGET_CHECK(createIfNotFound, return NULL);
104 BEGET_CHECK(stageItem != NULL, return NULL);
133 BEGET_CHECK(hookItem->info.prio == compareVal->prio, return (hookItem->info.prio - compareVal->prio));
151 BEGET_CHECK(hookItem == NULL, return 0);
155 BEGET_CHECK(hookItem != NULL, return -1);
170 BEGET_CHECK(hookInfo != NULL, return -1);
171 BEGET_CHECK(hookInfo->hook != NULL, return -1);
175 BEGET_CHECK(hookMgr != NULL, return -1);
179 BEGET_CHECK(stageItem != NULL, return -1);
200 BEGET_CHECK((void *)hookItem->info.hook == cookie, return 0);
220 BEGET_CHECK(hookMgr != NULL, return);
224 BEGET_CHECK(stageItem != NULL, return);
271 BEGET_CHECK(hookMgr != NULL, return -1)
275 BEGET_CHECK(stageItem != NULL, return ERR_NO_HOOK_STAGE);
293 BEGET_CHECK(name != NULL, return NULL);
295 BEGET_CHECK(ret != NULL, return NULL);
309 BEGET_CHECK(hookMgr != NULL, return);
353 BEGET_CHECK(traversal != NULL, return);
356 BEGET_CHECK(hookMgr != NULL, return);
372 BEGET_CHECK(hookMgr != NULL, return 0);
376 BEGET_CHECK(stageItem != NULL, return 0);
387 BEGET_CHECK(hookMgr != NULL, return 0);