Lines Matching refs:buffer
121 * N_XFlush - Flush the X request buffer. If the buffer is empty, no
135 size = todo = dpy->bufptr - dpy->buffer;
136 bufindex = dpy->bufptr = dpy->buffer;
138 * While write has not written the entire buffer, keep looping
139 * until the entire buffer is written. bufindex will be incremented
140 * and size decremented as buffer is written out.
277 /* but we won't read more than the max buffer size */
509 * N_XSend - Flush the buffer and send the client data. 32 bit word aligned
520 long dpybufsize = (dpy->bufptr - dpy->buffer);
530 * o whatever is in the display buffer
570 InsertIOV (dpy->buffer, dpybufsize)
597 dpy->bufptr = dpy->buffer;
1273 char buffer[BUFSIZ];
1279 XGetErrorText(dpy, event->error_code, buffer, BUFSIZ);
1281 (void) fprintf(fp, "%s: %s\n ", mesg, buffer);
1287 XGetErrorDatabaseText(dpy, "XRequest", number, "", buffer, BUFSIZ);
1294 strcpy(buffer, ext->name);
1296 buffer[0] = '\0';
1298 (void) fprintf(fp, " (%s)\n", buffer);
1306 XGetErrorDatabaseText(dpy, "XRequest", mesg, "", buffer, BUFSIZ);
1307 (void) fprintf(fp, " (%s)", buffer);
1313 buffer[0] = '\0';
1317 buffer, BUFSIZ);
1318 if (buffer[0]) {
1328 sprintf(buffer, "%s.%d", bext->name,
1331 strcpy(buffer, "Value");
1332 XGetErrorDatabaseText(dpy, mtype, buffer, "", mesg, BUFSIZ);
1514 * Data16 - Place 16 bit data in the buffer.
1564 * Data32 - Place 32 bit data in the buffer.