Searched refs:reply_data (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DXxcbint.h32 char *reply_data; member in struct:_X11XCBPrivate
H A Dxcb_io.c654 free(dpy->xcb->reply_data);
655 dpy->xcb->reply_data = NULL;
672 if (dpy->xcb->reply_data)
811 dpy->xcb->reply_data = reply;
814 if(dpy->xcb->reply_data[0] == 1)
815 dpy->xcb->reply_length += (((xcb_generic_reply_t *) dpy->xcb->reply_data)->length * 4);
821 memcpy(rep, dpy->xcb->reply_data, dpy->xcb->reply_consumed);
831 if(dpy->xcb->reply_data == NULL ||
835 memcpy(data, dpy->xcb->reply_data + dpy->xcb->reply_consumed, size);
H A Dxcb_disp.c97 /* reply_data was allocated by system malloc, not Xmalloc */
98 free(dpy->xcb->reply_data);

Completed in 7 milliseconds