HomeSort by: relevance | last modified time | path
    Searched refs:AllowByteSwappedClients (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/include/
opaque.h 77 extern _X_EXPORT Bool AllowByteSwappedClients;
  /xsrc/external/mit/xorg-server/dist/os/
utils.c 192 Bool AllowByteSwappedClients = TRUE;
728 AllowByteSwappedClients = FALSE;
730 AllowByteSwappedClients = TRUE;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Config.c 709 {FLAG_ALLOW_BYTE_SWAPPED_CLIENTS, "AllowByteSwappedClients", OPTV_BOOLEAN,
752 xf86GetOptValBool(FlagOptions, FLAG_ALLOW_BYTE_SWAPPED_CLIENTS, &AllowByteSwappedClients);
753 if (AllowByteSwappedClients) {
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 3788 if (client->swapped && !AllowByteSwappedClients) {

Completed in 11 milliseconds