Lines Matching defs:priv_data
228 back in the priv_data. The size of that information will
239 CARD32 **priv_data)
246 *priv_data = NULL;
270 *priv_data = Xmalloc(rep.length << 2);
271 if (*priv_data) {
272 _XRead(dpy, (char *) (*priv_data), rep.length << 2);
306 back in the priv_data. The size of that information will
319 CARD32 **priv_data)
326 *priv_data = NULL;
349 *priv_data = Xmalloc(rep.length << 2);
350 if (*priv_data) {
351 _XRead(dpy, (char *) (*priv_data), rep.length << 2);
386 back in the priv_data. The size of that information will
399 CARD32 **priv_data)
406 *priv_data = NULL;
438 *priv_data = Xmalloc(rep.length << 2);
439 if (*priv_data) {
440 _XRead(dpy, (char *) (*priv_data), rep.length << 2);