Lines Matching refs:xBigReq
112 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) - sizeof(xReq));
481 oci->lenLastReq -= (sizeof(xBigReq) - sizeof(xReq));
482 client->req_len -= bytes_to_int32(sizeof(xBigReq) - sizeof(xReq));
597 oci->bufptr -= sizeof(xBigReq) - sizeof(xReq);
599 ((xBigReq *)oci->bufptr)->length = client->req_len;
603 swapl(&((xBigReq *)oci->bufptr)->length, n);