OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qcr
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c
2824
xQueryColorsReply
qcr
;
local
2835
memset(&
qcr
, 0, sizeof(xQueryColorsReply));
2836
qcr
.type = X_Reply;
2837
qcr
.length = bytes_to_int32(count * sizeof(xrgb));
2838
qcr
.sequenceNumber = client->sequence;
2839
qcr
.nColors = count;
2840
WriteReplyToClient(client, sizeof(xQueryColorsReply), &
qcr
);
/xsrc/external/mit/xorg-server/dist/dix/
dispatch.c
2902
xQueryColorsReply
qcr
;
local
2914
qcr
= (xQueryColorsReply) {
2920
WriteReplyToClient(client, sizeof(xQueryColorsReply), &
qcr
);
Completed in 8 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026