Lines Matching refs:client_request

45 static ClientRec client_request;  variable
116 rc = ProcXIQueryPointer(&client_request); in request_XIQueryPointer()
120 assert(client_request.errorValue == req->deviceid); in request_XIQueryPointer()
122 client_request.swapped = TRUE; in request_XIQueryPointer()
126 rc = SProcXIQueryPointer(&client_request); in request_XIQueryPointer()
130 assert(client_request.errorValue == req->deviceid); in request_XIQueryPointer()
145 client_request = init_client(request.length, &request); in test_XIQueryPointer()
148 request_XIQueryPointer(&client_request, &request, BadDevice); in test_XIQueryPointer()
151 request_XIQueryPointer(&client_request, &request, BadDevice); in test_XIQueryPointer()
158 request_XIQueryPointer(&client_request, &request, Success); in test_XIQueryPointer()
160 request_XIQueryPointer(&client_request, &request, BadDevice); in test_XIQueryPointer()
162 request_XIQueryPointer(&client_request, &request, BadDevice); in test_XIQueryPointer()
164 request_XIQueryPointer(&client_request, &request, BadDevice); in test_XIQueryPointer()
169 request_XIQueryPointer(&client_request, &request, Success); in test_XIQueryPointer()
173 request_XIQueryPointer(&client_request, &request, BadDevice); in test_XIQueryPointer()
181 request_XIQueryPointer(&client_request, &request, Success); in test_XIQueryPointer()
185 request_XIQueryPointer(&client_request, &request, Success); in test_XIQueryPointer()
188 client_request.req_len -= 4; in test_XIQueryPointer()
189 request_XIQueryPointer(&client_request, &request, BadLength); in test_XIQueryPointer()