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

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimDefIm.c582 XPointer preply; local in function:_XimConnection
625 preply = reply;
628 preply = reply;
631 preply = Xmalloc(buf_size);
632 ret_code = _XimRead(im, &len, preply, buf_size, _XimAllRecv, 0);
634 Xfree(preply);
641 major_opcode = *((CARD8 *)preply);
642 buf_s = (CARD16 *)((char *)preply + XIM_HEADER_SIZE);
647 if(reply != preply)
648 Xfree(preply);
759 XPointer preply; local in function:_XimDisconnect
820 XPointer preply; local in function:_XimOpen
943 XPointer preply; local in function:_XimClose
1270 XPointer preply; local in function:_XimProtoSetIMValues
1434 XPointer preply = NULL; local in function:_XimProtoGetIMValues
1713 XPointer preply; local in function:_XimEncodingNegotiation
1823 XPointer preply; local in function:_XimSendSavedIMValues
[all...]
H A DimTransR.c273 XPointer preply; local in function:_XimFilterWaitEvent
280 preply = reply;
283 preply = reply;
286 preply = Xmalloc(buf_size);
287 ret_code = _XimReadData(im, &read_len, preply, buf_size);
289 if (preply != reply)
290 Xfree(preply);
297 if (_XimCallDispatcher(im, read_len, preply)) {
298 if(reply != preply)
299 Xfree(preply);
[all...]
H A DimExten.c230 XPointer preply; local in function:_XimExtForwardKeyEvent
268 preply = reply;
271 preply = reply;
274 preply = Xmalloc(buf_size);
275 ret_code = _XimRead(im, &len, preply, buf_size,
278 Xfree(preply);
284 buf_s = (CARD16 *)((char *)preply + XIM_HEADER_SIZE);
285 if (*((CARD8 *)preply) == XIM_ERROR) {
287 if(reply != preply)
288 Xfree(preply);
425 XPointer preply; local in function:_XimExtension
[all...]
H A DimDefIc.c108 XPointer preply; local in function:_XimReCreateIC
200 preply = reply;
203 preply = reply;
206 preply = Xmalloc(buf_size);
207 ret_code = _XimRead(im, &len, preply, buf_size,
210 Xfree(preply);
220 buf_s = (CARD16 *)((char *)preply + XIM_HEADER_SIZE);
221 if (*((CARD8 *)preply) == XIM_ERROR) {
223 if (reply != preply)
224 Xfree(preply);
305 XPointer preply = NULL; local in function:_XimProtoGetICValues
681 XPointer preply = NULL; local in function:_XimProtoSetICValues
900 XPointer preply; local in function:_XimProtoDestroyIC
1090 XPointer preply; local in function:_XimProtoReset
1438 XPointer preply; local in function:_XimProtoCreateIC
[all...]
H A DimDefLkup.c142 XPointer preply; local in function:_XimSync
160 preply = reply;
163 preply = reply;
166 preply = Xmalloc(len);
167 ret_code = _XimRead(im, &len, preply, buf_size,
170 Xfree(preply);
177 buf_s = (CARD16 *)((char *)preply + XIM_HEADER_SIZE);
178 if (*((CARD8 *)preply) == XIM_ERROR) {
180 if(reply != preply)
181 Xfree(preply);
268 XPointer preply; local in function:_XimForwardEventCore
605 XPointer preply; local in function:_XimTriggerNotify
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddispatch.c2483 xListInstalledColormapsReply *preply; local in function:ProcListInstalledColormaps
2498 preply = malloc(sizeof(xListInstalledColormapsReply) +
2501 if(!preply)
2504 preply->type = X_Reply;
2505 preply->sequenceNumber = client->sequence;
2507 (pWin->drawable.pScreen, (Colormap *)&preply[1]);
2508 preply->nColormaps = nummaps;
2509 preply->length = nummaps;
2510 WriteReplyToClient(client, sizeof (xListInstalledColormapsReply), preply);
2512 WriteSwappedDataToClient(client, nummaps * sizeof(Colormap), &preply[
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c2568 xListInstalledColormapsReply *preply; local in function:ProcListInstalledColormaps
2584 preply = malloc(sizeof(xListInstalledColormapsReply) +
2587 if (!preply)
2590 preply->type = X_Reply;
2591 preply->sequenceNumber = client->sequence;
2593 (pWin->drawable.pScreen, (Colormap *) &preply[1]);
2594 preply->nColormaps = nummaps;
2595 preply->length = nummaps;
2596 WriteReplyToClient(client, sizeof(xListInstalledColormapsReply), preply);
2598 WriteSwappedDataToClient(client, nummaps * sizeof(Colormap), &preply[
[all...]

Completed in 12 milliseconds