Searched refs:wl_display_get_error (Results 1 – 5 of 5) sorted by relevance
191 err = wl_display_get_error(c->wl_display); in check_pending_error()384 assert(wl_display_get_error(c->wl_display) == ENOMEM); in post_nomem_main()464 assert(wl_display_get_error(c->wl_display)); in thread_read_error()717 assert(wl_display_get_error(c->wl_display) == 0); in wait_for_error_using_prepare_read()901 assert(wl_display_get_error(c->wl_display) == EPROTO); in check_error_on_destroyed_object()
472 err = wl_display_get_error(display); in check_error()
633 assert(wl_display_get_error(c->wl_display) == ENOMEM); in leak_after_error()
227 wl_display_get_error(struct wl_display *display);
1779 wl_display_get_error(struct wl_display *display) in wl_display_get_error() function