Searched refs:selectionName (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dselection.c72 dixLookupSelection(Selection **result, Atom selectionName, argument
77 client->errorValue = selectionName;
80 if (pSel->selection == selectionName)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dselection.c71 dixLookupSelection(Selection ** result, Atom selectionName, argument
77 client->errorValue = selectionName;
80 if (pSel->selection == selectionName)
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux_hooks.c260 const char *propertyName, *selectionName; local in function:SELinuxAudit
274 selectionName = audit->selection ? NameForAtom(audit->selection) : NULL;
294 audit->selection ? selectionName : "",
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux_hooks.c257 const char *propertyName, *selectionName; local in function:SELinuxAudit
271 selectionName = audit->selection ? NameForAtom(audit->selection) : NULL;
291 audit->selection ? selectionName : "",

Completed in 14 milliseconds