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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixutils.c674 static CallbackListPtr **listsToCleanup = NULL; variable in typeref:typename:CallbackListPtr **
804 if (listsToCleanup[i] == pcbl)
806 listsToCleanup[i] = NULL;
837 if (!listsToCleanup[i])
839 listsToCleanup[i] = pcbl;
844 listsToCleanup = (CallbackListPtr **)xnfrealloc(listsToCleanup,
846 listsToCleanup[numCallbackListsToCleanup] = pcbl;
886 DeleteCallbackList(listsToCleanup[i]);
888 free(listsToCleanup);
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixutils.c690 static CallbackListPtr **listsToCleanup = NULL; variable in typeref:typename:CallbackListPtr **
798 if (listsToCleanup[i] == pcbl) {
799 listsToCleanup[i] = NULL;
830 if (!listsToCleanup[i]) {
831 listsToCleanup[i] = pcbl;
836 listsToCleanup = (CallbackListPtr **) xnfrealloc(listsToCleanup,
840 listsToCleanup[numCallbackListsToCleanup] = pcbl;
881 DeleteCallbackList(listsToCleanup[i]);
883 free(listsToCleanup);
[all...]

Completed in 4 milliseconds