Lines Matching defs:numbytes
2438 int len, numbytes;
2471 numbytes = (int)be_reply.n;
2472 slop = numbytes * __GLX_SIZE_INT8 & 3;
2473 be_buf = (char *)malloc(numbytes);
2478 _XRead(dpy, (char *)be_buf, numbytes);
2487 numbytes = strlen(be_buf) + 1;
2488 len = __GLX_PAD(numbytes) >> 2;
2496 reply.n = numbytes;
2516 int len, numbytes;
2549 numbytes = (int)be_reply.n;
2550 slop = numbytes * __GLX_SIZE_INT8 & 3;
2551 be_buf = (char *)malloc(numbytes);
2556 _XRead(dpy, (char *)be_buf, numbytes);
2564 numbytes = strlen(be_buf) + 1;
2565 len = __GLX_PAD(numbytes) >> 2;
2572 reply.n = numbytes;
2613 be_req->numbytes = req->numbytes;
2614 Data(dpy, buf, req->numbytes);