OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listsToCleanup
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/dix/
dixutils.c
690
static CallbackListPtr **
listsToCleanup
= NULL;
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
...]
/xsrc/external/mit/xorg-server.old/dist/dix/
dixutils.c
674
static CallbackListPtr **
listsToCleanup
= NULL;
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
...]
Completed in 6 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026