Home | History | Annotate | Download | only in libXNVCtrl

Lines Matching defs:numbytes

438     int length, numbytes, slop;
462 numbytes = rep.n;
463 slop = numbytes & 3;
466 *ptr = (char *) Xmalloc(numbytes);
474 _XRead(dpy, (char *) *ptr, numbytes);
982 int length, numbytes, slop;
1006 numbytes = rep.n;
1007 slop = numbytes & 3;
1010 *ptr = (unsigned char *) Xmalloc(numbytes);
1018 _XRead(dpy, (char *) *ptr, numbytes);
1021 if (len) *len = numbytes;