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

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dbigreqsproto.h65 } xBigReq; typedef in typeref:struct:__anonecd7ddee0308
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c112 lswapl(((xBigReq *)(req))->length) : \
113 ((xBigReq *)(req))->length)
281 if (gotnow < sizeof(xBigReq))
284 needed = bytes_to_int32(sizeof(xBigReq)); /* needed is in CARD32s now */
297 * xBigReq (if move_header is TRUE), or the rest of the
392 if (gotnow < sizeof(xBigReq))
393 needed = bytes_to_int32(sizeof(xBigReq));
410 needed = sizeof(xBigReq);
452 (gotnow >= sizeof(xBigReq) &&
479 oci->bufptr += (sizeof(xBigReq)
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c118 bswap_32(((xBigReq *)(req))->length) : \
119 ((xBigReq *)(req))->length)
292 if (gotnow < sizeof(xBigReq)) {
294 needed = bytes_to_int32(sizeof(xBigReq)); /* needed is in CARD32s now */
310 * xBigReq (if move_header is TRUE), or the rest of the
394 if (gotnow < sizeof(xBigReq))
395 needed = bytes_to_int32(sizeof(xBigReq));
412 needed = sizeof(xBigReq);
452 if (client->req_len < bytes_to_int32(sizeof(xBigReq) - sizeof(xReq))) {
458 oci->bufptr += (sizeof(xBigReq)
[all...]

Completed in 5 milliseconds