Lines Matching refs:error
393 xcb_generic_error_t *error;
445 reply = xcb_get_geometry_reply(draw->conn, cookie, &error);
446 if (reply == NULL || error != NULL) {
1010 /* Could only happen when error case, like display is already closed. */
1446 xcb_generic_error_t *error = NULL;
1453 &error);
1698 * Otherwise, we'll get a BadWindow error back from this request which
1709 * BadWindow error, then assume the drawable is a pixmap.
1711 xcb_generic_error_t *error = xcb_request_check(draw->conn, cookie);
1713 if (error) {
1714 if (error->error_code != BadWindow) {
1715 free(error);
1718 free(error);
1869 unsigned error;
1891 &error, loaderPrivate);