Searched refs:has_error (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_out.c48 if(c->has_error)
128 if(c->has_error)
141 if(c->has_error)
164 if(c->has_error)
203 while (c->out.out_fd.nfd == XCB_MAX_PASS_FD && !c->has_error) {
214 if (c->has_error)
233 if(c->has_error) {
339 request = c->has_error ? 0 : c->out.request;
367 if (c->has_error) {
379 if(c->has_error)
[all...]
H A Dxcb_ext.c91 if(c->has_error)
108 if(c->has_error)
H A Dxcb_in.c548 if(c->has_error)
562 if(c->has_error)
631 if(c->has_error)
645 if(c->has_error)
660 if(c->has_error)
679 if(c->has_error)
698 if(c->has_error)
714 if(!c->has_error)
741 if(c->has_error)
782 if(c->has_error)
[all...]
H A Dxcb_xid.c44 if(c->has_error)
H A Dxcbint.h210 int has_error; member in struct:xcb_connection_t
H A Dxcb_conn.c351 return c->has_error;
431 c->has_error = err;
437 * has_error is the first field in xcb_connection_t, so just
438 * return a casted int here; checking has_error (and only
439 * has_error) will be safe.
H A Dxcb_util.c570 if(c->has_error)
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_bufmgr_gem.c246 bool has_error; member in struct:_drm_intel_bo_gem
584 bo_gem->has_error = true;
797 bo_gem->has_error = false;
955 bo_gem->has_error = false;
2020 if (bo_gem->has_error)
2023 if (target_bo_gem->has_error) {
2024 bo_gem->has_error = true;
2103 if (bo_gem->has_error)
2106 if (target_bo_gem->has_error) {
2107 bo_gem->has_error
[all...]

Completed in 10 milliseconds