Lines Matching defs:pData

157 validErrorMessage(char *pData, char *pEnd, int errorClass, Bool swap)
163 if (pEnd - pData < 8)
166 pData += 4;
167 EXTRACT_CARD32 (pData, swap, length);
168 if (length > pEnd - pData)
201 char *pData, *pEnd;
207 iceErrorMsg, pMsg, pData);
209 if (!IceValidIO (iceConn) || pData == NULL)
211 IceDisposeCompleteMessage (iceConn, pData);
221 pEnd = pData + (length << 3) - (SIZEOF (iceErrorMsg) - SIZEOF(iceMsg));
240 else if (!validErrorMessage(pData, pEnd, pMsg->errorClass, swap))
244 IceDisposeCompleteMessage (iceConn, pData);
253 (SmPointer) pData);
256 IceDisposeCompleteMessage (iceConn, pData);
273 char *pData, *pStart, *pEnd;
289 pData = pStart;
293 reply->client_id = extractArray8(&pData, pEnd, swap, NULL);
551 char *pData, *pEnd;
557 iceErrorMsg, pMsg, pData);
559 if (!IceValidIO (iceConn) || pData == NULL)
561 IceDisposeCompleteMessage (iceConn, pData);
571 pEnd = pData + (length << 3) - (SIZEOF (iceErrorMsg) - SIZEOF (iceMsg));
573 if (!validErrorMessage(pData, pEnd, pMsg->errorClass, swap))
577 IceDisposeCompleteMessage (iceConn, pData);
585 (SmPointer) pData);
587 IceDisposeCompleteMessage (iceConn, pData);
594 char *pData, *pStart, *pEnd;
610 pData = pStart;
614 previousId = extractArray8(&pData, pEnd, swap, &idLen);
848 char *pData, *pStart, *pEnd;
864 pData = pStart;
868 EXTRACT_CARD32 (pData, swap, count);
869 pData += 4;
881 reasonMsgs[i] = extractArray8(&pData, pEnd, swap, NULL);
944 char *pData, *pStart, *pEnd;
960 pData = pStart;
964 EXTRACT_CARD32 (pData, swap, count);
965 pData += 4;
976 propNames[i] = extractArray8(&pData, pEnd, swap, NULL);