Lines Matching defs:numbytes
167 int length=0, numbytes=0, major_opcode=0, get_string_op=0;
209 numbytes = 0;
211 numbytes = reply.size;
213 EPHYR_LOG ("going to get a string of size:%d\n", numbytes) ;
215 *a_string = (char *) Xmalloc (numbytes +1);
221 memset (*a_string, 0, numbytes+1) ;
222 if (_XRead (dpy, *a_string, numbytes)) {
228 length -= numbytes;
233 a_string_name, *a_string, numbytes) ;
432 req->numbytes = size;