Lines Matching refs:bytes_to_int32

684     len = client->req_len - bytes_to_int32(sizeof(xCreateWindowReq));  in ProcCreateWindow()
722 len = client->req_len - bytes_to_int32(sizeof(xChangeWindowAttributesReq)); in ProcChangeWindowAttributes()
913 len = client->req_len - bytes_to_int32(sizeof(xConfigureWindowReq)); in ProcConfigureWindow()
1024 reply.length = bytes_to_int32(numChildren * sizeof(Window)); in ProcQueryTree()
1079 .length = bytes_to_int32(len), in ProcGetAtomName()
1306 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); in ProcQueryFont()
1332 length = client->req_len - bytes_to_int32(sizeof(xQueryTextExtentsReq)); in ProcQueryTextExtents()
1497 len = client->req_len - bytes_to_int32(sizeof(xCreateGCReq)); in ProcCreateGC()
1523 len = client->req_len - bytes_to_int32(sizeof(xChangeGCReq)); in ProcChangeGC()
1795 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyPointReq)); in ProcPolyPoint()
1818 npoint = bytes_to_int32((client->req_len << 2) - sizeof(xPolyLineReq)); in ProcPolyLine()
1908 things = bytes_to_int32((client->req_len << 2) - sizeof(xFillPolyReq)); in ProcFillPoly()
2054 if ((bytes_to_int32(lengthProto * stuff->height) + in ProcPutImage()
2055 bytes_to_int32(sizeof(xPutImageReq))) != client->req_len) in ProcPutImage()
2172 xgi.length = bytes_to_int32(xgi.length); in DoGetImage()
2660 .length = bytes_to_int32(length), in ProcAllocColorCells()
2721 acpr.length = bytes_to_int32(length); in ProcAllocColorPlanes()
2755 count = bytes_to_int32((client->req_len << 2) - sizeof(xFreeColorsReq)); in ProcFreeColors()
2836 bytes_to_int32((client->req_len << 2) - sizeof(xQueryColorsReq)); in ProcQueryColors()
2848 .length = bytes_to_int32(count * sizeof(xrgb)), in ProcQueryColors()
3221 .length = bytes_to_int32(len), in ProcListHosts()
3339 .length = bytes_to_int32(stringLens + numpaths), in ProcGetFontPath()
3550 data.length = bytes_to_int32(sz_xReq + sz_xConnClientPrefix); in NextAvailableClient()
3594 stuff->length += bytes_to_int32(prefix->nbytesAuthProto) + in ProcInitialConnection()
3595 bytes_to_int32(prefix->nbytesAuthString); in ProcInitialConnection()
3620 csp.length = bytes_to_int32(csp.lengthReason); in SendConnSetup()