Searched refs:listsToCleanup (Results 1 – 2 of 2) sorted by relevance
690 static CallbackListPtr **listsToCleanup = NULL; variable798 if (listsToCleanup[i] == pcbl) { in _DeleteCallbackList()799 listsToCleanup[i] = NULL; in _DeleteCallbackList()830 if (!listsToCleanup[i]) { in CreateCallbackList()831 listsToCleanup[i] = pcbl; in CreateCallbackList()836 listsToCleanup = (CallbackListPtr **) xnfrealloc(listsToCleanup, in CreateCallbackList()840 listsToCleanup[numCallbackListsToCleanup] = pcbl; in CreateCallbackList()881 DeleteCallbackList(listsToCleanup[i]); in DeleteCallbackManager()883 free(listsToCleanup); in DeleteCallbackManager()886 listsToCleanup = NULL; in DeleteCallbackManager()
7965 the list gets added to the listsToCleanup array, and as a result the list gets7973 way, it doesn't get added to listsToCleanup, and doesn't get deleted during a