Lines Matching refs:WriteToClient

227     WriteToClient(client, sizeof(xDMXQueryVersionReply), &rep);  in ProcDMXQueryVersion()
251 WriteToClient(client, sizeof(xDMXSyncReply), &rep); in ProcDMXSync()
303 WriteToClient(client, sizeof(xDMXForceWindowCreationReply), &rep); in ProcDMXForceWindowCreation()
325 WriteToClient(client, sizeof(xDMXGetScreenCountReply), &rep); in ProcDMXGetScreenCount()
387 WriteToClient(client, sizeof(xDMXGetScreenAttributesReply), &rep); in ProcDMXGetScreenAttributes()
389 WriteToClient(client, length, attr.displayName); in ProcDMXGetScreenAttributes()
465 WriteToClient(client, sizeof(xDMXChangeScreensAttributesReply), &rep); in ProcDMXChangeScreensAttributes()
516 WriteToClient(client, sizeof(xDMXAddScreenReply), &rep); in ProcDMXAddScreen()
542 WriteToClient(client, sizeof(xDMXRemoveScreenReply), &rep); in ProcDMXRemoveScreen()
680 WriteToClient(client, sizeof(xDMXGetWindowAttributesReply), &rep); in ProcDMXGetWindowAttributes()
682 WriteToClient(client, count * sizeof(*screens), screens); in ProcDMXGetWindowAttributes()
683 WriteToClient(client, count * sizeof(*windows), windows); in ProcDMXGetWindowAttributes()
684 WriteToClient(client, count * sizeof(*pos), pos); in ProcDMXGetWindowAttributes()
685 WriteToClient(client, count * sizeof(*vis), vis); in ProcDMXGetWindowAttributes()
724 WriteToClient(client, sizeof(xDMXGetDesktopAttributesReply), &rep); in ProcDMXGetDesktopAttributes()
769 WriteToClient(client, sizeof(xDMXChangeDesktopAttributesReply), &rep); in ProcDMXChangeDesktopAttributes()
791 WriteToClient(client, sizeof(xDMXGetInputCountReply), &rep); in ProcDMXGetInputCount()
834 WriteToClient(client, sizeof(xDMXGetInputAttributesReply), &rep); in ProcDMXGetInputAttributes()
836 WriteToClient(client, length, attr.name); in ProcDMXGetInputAttributes()
890 WriteToClient(client, sizeof(xDMXAddInputReply), &rep); in ProcDMXAddInput()
919 WriteToClient(client, sizeof(xDMXRemoveInputReply), &rep); in ProcDMXRemoveInput()