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

/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c881 * oneclient can be zero or the resource ID mask identifying a client.
887 * If oneclient is zero, recording hooks needed for all clients and
888 * protocol on the RCAP are installed. If oneclient is non-zero,
892 * incremented if oneclient == 0. Callbacks may be added to
896 RecordInstallHooks(RecordClientsAndProtocolPtr pRCAP, XID oneclient)
901 if (oneclient)
902 client = oneclient;
941 if (oneclient)
948 if (!oneclient && ++numEnabledRCAPs == 1)
971 * oneclient ca
894 RecordInstallHooks(RecordClientsAndProtocolPtr pRCAP,XID oneclient) argument
984 RecordUninstallHooks(RecordClientsAndProtocolPtr pRCAP,XID oneclient) argument
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c839 * oneclient can be zero or the resource ID mask identifying a client.
845 * If oneclient is zero, recording hooks needed for all clients and
846 * protocol on the RCAP are installed. If oneclient is non-zero,
850 * incremented if oneclient == 0. Callbacks may be added to
854 RecordInstallHooks(RecordClientsAndProtocolPtr pRCAP, XID oneclient)
859 if (oneclient)
860 client = oneclient;
896 if (oneclient)
903 if (!oneclient && ++numEnabledRCAPs == 1) { /* we're enabling the first context */
924 * oneclient ca
852 RecordInstallHooks(RecordClientsAndProtocolPtr pRCAP,XID oneclient) argument
937 RecordUninstallHooks(RecordClientsAndProtocolPtr pRCAP,XID oneclient) argument
[all...]

Completed in 6 milliseconds