Searched refs:replyData (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | process.c | 1152 IcePointer replyData = NULL; local in function:ProcessAuthRequired 1262 swap, authDataLen, authData, &replyDataLen, &replyData, &errorString); 1266 AuthReply (iceConn, replyDataLen, replyData); 1324 if (replyData && replyDataLen > 0) 1325 free (replyData); 1343 IcePointer replyData; local in function:ProcessAuthReply 1353 iceAuthReplyMsg, message, replyData); 1355 if (!IceValidIO (iceConn) || replyData == NULL) 1357 IceDisposeCompleteMessage (iceConn, replyData); 1367 message->authDataLength + SIZEOF (iceAuthReplyMsg), replyData, 1636 IcePointer replyData = NULL; local in function:ProcessAuthNextPhase [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | os.h | 464 const void *replyData; member in struct:__anon07d254240208
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 543 const void *replyData; member in struct:__anona454ddf70208 544 unsigned long dataLenBytes; /* actual bytes from replyData + pad bytes */
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | record.c | 626 (pointer)pri->replyData, pri->dataLenBytes, /* continuation */ -1); 636 (pointer)pri->replyData, pri->dataLenBytes, pri->bytesRemaining); 657 XRecordFromServer, (pointer)pri->replyData,
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | record.c | 597 (void *) pri->replyData, 607 (void *) pri->replyData, 630 (void *) pri->replyData,
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | io.c | 812 replyinfo.replyData = buf;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | io.c | 765 replyinfo.replyData = buf;
|
Completed in 42 milliseconds