Lines Matching defs:total_length
290 int rc, total_length = 0;
316 total_length += sizeof(xKbdFeedbackState);
320 total_length += sizeof(xPtrFeedbackState);
324 total_length += sizeof(xStringFeedbackState) +
329 total_length += sizeof(xIntegerFeedbackState);
333 total_length += sizeof(xLedFeedbackState);
337 total_length += sizeof(xBellFeedbackState);
340 if (total_length == 0)
343 buf = (char *)malloc(total_length);
361 rep.length = bytes_to_int32(total_length);
363 WriteToClient(client, total_length, savbuf);