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

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_in.c56 #define XCB_REPLY 1 macro
226 if(genrep.response_type == XCB_ERROR || genrep.response_type == XCB_REPLY)
237 if(genrep.response_type == XCB_REPLY)
263 (genrep.response_type == XCB_REPLY ? 0 : sizeof(uint32_t));
307 if(genrep.response_type != XCB_REPLY)
311 if( genrep.response_type == XCB_REPLY ||

Completed in 2 milliseconds