Lines Matching refs:xBigReq
118 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) - sizeof(xReq));
460 oci->lenLastReq -= (sizeof(xBigReq) - sizeof(xReq));
461 client->req_len -= bytes_to_int32(sizeof(xBigReq) - sizeof(xReq));
588 oci->bufptr -= sizeof(xBigReq) - sizeof(xReq);
590 ((xBigReq *) oci->bufptr)->length = client->req_len;
592 swapl(&((xBigReq *) oci->bufptr)->length);