Lines Matching refs:priv_data
223 back in the priv_data. The size of that information will
234 CARD32 **priv_data)
241 *priv_data = NULL;
265 *priv_data = Xmalloc(rep.length << 2);
266 if (*priv_data) {
267 _XRead(dpy, (char *) (*priv_data), rep.length << 2);
301 back in the priv_data. The size of that information will
314 CARD32 **priv_data)
321 *priv_data = NULL;
344 *priv_data = Xmalloc(rep.length << 2);
345 if (*priv_data) {
346 _XRead(dpy, (char *) (*priv_data), rep.length << 2);
381 back in the priv_data. The size of that information will
394 CARD32 **priv_data)
401 *priv_data = NULL;
433 *priv_data = Xmalloc(rep.length << 2);
434 if (*priv_data) {
435 _XRead(dpy, (char *) (*priv_data), rep.length << 2);