Home | History | Annotate | Download | only in X11

Lines Matching refs:bufmax

100 	char *bufmax;		/* Output buffer maximum+1 address. */
430 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
441 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
456 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\
466 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req) + n) > dpy->bufmax)\
485 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
496 if ((dpy->bufptr + SIZEOF(xResourceReq)) > dpy->bufmax)\
513 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
523 if ((dpy->bufptr + SIZEOF(xReq)) > dpy->bufmax)\
596 if (dpy->bufptr + (len) <= dpy->bufmax) {\
620 if (dpy->bufptr + (n) > dpy->bufmax) \