Lines Matching defs:error
85 /* This may trigger the X protocol error we're ready to catch: */
90 /* we are on a remote display, this error is normal, don't print it */
559 unsigned *error)
576 *error = dri_convert_glx_attribs(num_attribs, attribs, &dca);
577 if (*error != __DRI_CTX_ERROR_SUCCESS)
597 *error = __DRI_CTX_ERROR_BAD_FLAG;
647 error,
885 xcb_generic_error_t *error;
900 if ((error = xcb_request_check(c, cookie))) {
904 if (error->error_code == BadRequest)
906 free(error);