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

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimTransR.c108 char *hold_buf; local in function:_XimReadData
124 if ((hold_buf = im->private.proto.hold_data)) {
127 packet_size = _CheckProtocolData(im, hold_buf);
133 memcpy(buf, hold_buf, packet_size);
135 if (hold_buf[i])
144 memcpy(tmp, &hold_buf[i], data_len);
151 Xfree(hold_buf);
156 memcpy(buf, hold_buf, data_len);
158 Xfree(hold_buf);

Completed in 33 milliseconds