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

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c584 xListPropertiesReply xlpr; local in function:ProcListProperties
612 xlpr.type = X_Reply;
613 xlpr.nProperties = numProps;
614 xlpr.length = bytes_to_int32(numProps * sizeof(Atom));
615 xlpr.sequenceNumber = client->sequence;
616 WriteReplyToClient(client, sizeof(xGenericReply), &xlpr);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c577 xListPropertiesReply xlpr; local in function:ProcListProperties
609 xlpr = (xListPropertiesReply) {
615 WriteReplyToClient(client, sizeof(xGenericReply), &xlpr);

Completed in 3 milliseconds