Lines Matching defs:total_length
280 int rc, total_length = 0;
308 total_length += sizeof(xKbdFeedbackState);
312 total_length += sizeof(xPtrFeedbackState);
316 total_length += sizeof(xStringFeedbackState) +
321 total_length += sizeof(xIntegerFeedbackState);
325 total_length += sizeof(xLedFeedbackState);
329 total_length += sizeof(xBellFeedbackState);
332 if (total_length == 0)
335 buf = (char *) malloc(total_length);
353 rep.length = bytes_to_int32(total_length);
355 WriteToClient(client, total_length, savbuf);