Home
last modified time | relevance | path

Searched refs:listsToCleanup (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Ddixutils.c690 static CallbackListPtr **listsToCleanup = NULL; variable
798 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog7965 the list gets added to the listsToCleanup array, and as a result the list gets
7973 way, it doesn't get added to listsToCleanup, and doesn't get deleted during a