Lines Matching refs:client_request
103 ClientRec client_request; in test_XIWarpPointer() local
110 client_request = init_client(request.length, &request); in test_XIWarpPointer()
113 request_XIWarpPointer(&client_request, &request, BadDevice); in test_XIWarpPointer()
116 request_XIWarpPointer(&client_request, &request, BadDevice); in test_XIWarpPointer()
121 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
123 request_XIWarpPointer(&client_request, &request, BadDevice); in test_XIWarpPointer()
125 request_XIWarpPointer(&client_request, &request, BadDevice); in test_XIWarpPointer()
127 request_XIWarpPointer(&client_request, &request, BadDevice); in test_XIWarpPointer()
131 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
135 request_XIWarpPointer(&client_request, &request, BadDevice); in test_XIWarpPointer()
140 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
143 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
147 request_XIWarpPointer(&client_request, &request, BadWindow); in test_XIWarpPointer()
151 request_XIWarpPointer(&client_request, &request, BadWindow); in test_XIWarpPointer()
162 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
167 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
175 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
180 request_XIWarpPointer(&client_request, &request, Success); in test_XIWarpPointer()
184 client_request.req_len -= 2; /* invalid length */ in test_XIWarpPointer()
185 request_XIWarpPointer(&client_request, &request, BadLength); in test_XIWarpPointer()