Searched refs:bufptr (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXlibint.h78 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
80 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
84 dpy->bufptr += SIZEOF(x##name##Req);\
93 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
95 req = (x/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
99 dpy->bufptr += SIZEOF(x/**/name/**/Req);\
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.h92 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
94 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
97 dpy->bufptr += SIZEOF(x##name##Req);\
103 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
105 req = (x/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
108 dpy->bufptr += SIZEOF(x/**/name/**/Req);\
120 if ((dpy->bufptr + SIZEOF(x##name##Req) + n) > dpy->bufmax)\
122 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
125 dpy->bufptr += SIZEOF(x##name##Req) + n;\
130 if ((dpy->bufptr
[all...]
H A DXstreams.h84 int bufptr; member in struct:__anon253
H A Dcslibext.c568 if (agent->bufptr + fullLen > agent->bufmax)
578 agent->last_req = agent->bufptr;
581 bcopy(buf, agent->bufptr, len);
582 agent->bufptr += len;
585 bcopy((char *) padAdd, agent->bufptr, pad);
586 agent->bufptr += pad;
H A Dcslibint.c135 size = todo = dpy->bufptr - dpy->buffer;
136 bufindex = dpy->bufptr = dpy->buffer;
520 long dpybufsize = (dpy->bufptr - dpy->buffer);
597 dpy->bufptr = dpy->buffer;
1497 if (dpy->bufptr + (len) <= dpy->bufmax) {
1498 bcopy(data, dpy->bufptr, (int)len);
1499 dpy->bufptr += ((len) + 3) & ~3;
1510 * dpy->bufptr directly, taking into account where in the word it is.
H A Dcsopendi.c409 if ((agent->bufptr = agent->buffer = Xmalloc(BUFSIZE)) == NULL) {
H A DXDPS.c891 && dpy->bufptr + length + 3 < dpy->bufmax) {
896 dpy->bufptr = dpy->last_req + sizeof(xPSGiveInputReq) +
947 && dpy->bufptr != dpy->buffer
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c395 void * bufptr = buf; local
420 bufptr = malloc(len);
428 ifc.lifc_buf = bufptr;

Completed in 30 milliseconds