Lines Matching refs:pStart

273 	    char			*pData, *pStart, *pEnd;
281 smRegisterClientReplyMsg, pMsg, pStart);
283 if (!IceValidIO (iceConn) || pStart == NULL)
285 IceDisposeCompleteMessage (iceConn, pStart);
289 pData = pStart;
290 pEnd = pStart + (length << 3) -
297 IceDisposeCompleteMessage (iceConn, pStart);
304 IceDisposeCompleteMessage (iceConn, pStart);
477 char *pStart, *pEnd;
486 smPropertiesReplyMsg, pMsg, pStart);
488 if (!IceValidIO (iceConn) || pStart == NULL)
490 IceDisposeCompleteMessage (iceConn, pStart);
494 pEnd = pStart + (length << 3) -
497 props = extractListofProperty(pStart, pEnd, swap, &numProps);
502 IceDisposeCompleteMessage (iceConn, pStart);
514 IceDisposeCompleteMessage (iceConn, pStart);
594 char *pData, *pStart, *pEnd;
602 smRegisterClientMsg, pMsg, pStart);
604 if (!IceValidIO (iceConn) || pStart == NULL)
606 IceDisposeCompleteMessage (iceConn, pStart);
610 pData = pStart;
611 pEnd = pStart + (length << 3) -
619 IceDisposeCompleteMessage (iceConn, pStart);
637 8, ARRAY8_BYTES (idLen), (IcePointer) pStart);
640 IceDisposeCompleteMessage (iceConn, pStart);
848 char *pData, *pStart, *pEnd;
856 smCloseConnectionMsg, pMsg, pStart);
858 if (!IceValidIO (iceConn) || pStart == NULL)
860 IceDisposeCompleteMessage (iceConn, pStart);
864 pData = pStart;
865 pEnd = pStart + (length << 3) -
875 IceDisposeCompleteMessage (iceConn, pStart);
891 IceDisposeCompleteMessage (iceConn, pStart);
895 IceDisposeCompleteMessage (iceConn, pStart);
906 char *pStart, *pEnd;
914 smSetPropertiesMsg, pMsg, pStart);
916 if (!IceValidIO (iceConn) || pStart == NULL)
918 IceDisposeCompleteMessage (iceConn, pStart);
922 pEnd = pStart + (length << 3) -
925 props = extractListofProperty(pStart, pEnd, swap, &numProps);
930 IceDisposeCompleteMessage (iceConn, pStart);
937 IceDisposeCompleteMessage (iceConn, pStart);
944 char *pData, *pStart, *pEnd;
952 smDeletePropertiesMsg, pMsg, pStart);
954 if (!IceValidIO (iceConn) || pStart == NULL)
956 IceDisposeCompleteMessage (iceConn, pStart);
960 pData = pStart;
961 pEnd = pStart + (length << 3) -
970 IceDisposeCompleteMessage (iceConn, pStart);
987 IceDisposeCompleteMessage (iceConn, pStart);
991 IceDisposeCompleteMessage (iceConn, pStart);