Lines Matching refs:extra
510 * transmission is used, if size is not 0 mod 4, extra bytes are transmitted.
677 int extra, /* number of 32-bit words expected after the reply */
678 Bool discard) /* should I discard data following "extra" words? */
700 if (extra == 0) {
706 if ((unsigned) extra == rep->generic.length) {
708 * Read the extra data into storage immediately following
712 ((long)extra) << 2);
715 if ((unsigned) extra < rep->generic.length) {
716 /* Actual reply is longer than "extra" */
718 ((long)extra) << 2);
720 _EatData32 (dpy, rep->generic.length - extra);
724 *if we get here, then extra > rep->generic.length--meaning we