HomeSort by: relevance | last modified time | path
    Searched defs:replyData (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/include/
os.h 543 const void *replyData;
544 unsigned long dataLenBytes; /* actual bytes from replyData + pad bytes */
  /xsrc/external/mit/xorg-server.old/dist/include/
os.h 464 const void *replyData;
  /xsrc/external/mit/libICE/dist/src/
process.c 1152 IcePointer replyData = NULL;
1262 swap, authDataLen, authData, &replyDataLen, &replyData, &errorString);
1266 AuthReply (iceConn, replyDataLen, replyData);
1324 if (replyData && replyDataLen > 0)
1325 free (replyData);
1343 IcePointer replyData;
1353 iceAuthReplyMsg, message, replyData);
1355 if (!IceValidIO (iceConn) || replyData == NULL)
1357 IceDisposeCompleteMessage (iceConn, replyData);
1367 message->authDataLength + SIZEOF (iceAuthReplyMsg), replyData,
    [all...]

Completed in 6 milliseconds