Lines Matching +refs:format +refs:error
50 xError error = {0};
53 them and fail to check the return code for an error. */
67 error.sequenceNumber = dpy->request;
77 int format = reply.format;
84 format = -1; /* fall through to default error case */
86 switch (format) {
116 * the server sent back a property with an invalid format.
117 * This is a BadImplementation error.
121 error.type = X_Error;
122 error.majorCode = X_GetProperty;
123 error.minorCode = 0;
124 error.errorCode = BadImplementation;
125 _XError(dpy, &error);
139 *actual_format = reply.format;