Lines Matching refs:pStart

614     char 	*pData, *pStart;
623 iceErrorMsg, message, pStart);
625 if (!IceValidIO (iceConn) || pStart == NULL)
627 IceDisposeCompleteMessage (iceConn, pStart);
638 IceDisposeCompleteMessage (iceConn, pStart);
642 pData = pStart;
867 IceDisposeCompleteMessage (iceConn, pStart);
889 char *pData, *pStart, *pEnd;
904 iceConnectionSetupMsg, message, pStart);
906 if (!IceValidIO (iceConn) || pStart == NULL)
908 IceDisposeCompleteMessage (iceConn, pStart);
912 pData = pStart;
913 pEnd = pStart + (length << 3);
917 pStart)); /* vendor */
920 pStart)); /* release */
923 pStart)); /* auth names */
928 length, pData - pStart + SIZEOF (iceConnectionSetupMsg),
929 pStart, IceFatalToConnection);
937 IceDisposeCompleteMessage (iceConn, pStart);
941 pData = pStart;
998 IceDisposeCompleteMessage (iceConn, pStart);
1134 IceDisposeCompleteMessage (iceConn, pStart);
1765 char *pData, *pStart, *pEnd;
1774 iceConnectionReplyMsg, message, pStart);
1776 if (!IceValidIO (iceConn) || pStart == NULL)
1778 IceDisposeCompleteMessage (iceConn, pStart);
1782 pData = pStart;
1783 pEnd = pStart + (length << 3);
1787 pStart)); /* vendor */
1790 pStart)); /* release */
1793 length, pData - pStart + SIZEOF (iceConnectionReplyMsg),
1794 pStart, IceFatalToConnection);
1796 pData = pStart;
1851 IceDisposeCompleteMessage (iceConn, pStart);
1875 char *pData, *pStart, *pEnd;
1901 iceProtocolSetupMsg, message, pStart);
1903 if (!IceValidIO (iceConn) || pStart == NULL)
1905 IceDisposeCompleteMessage (iceConn, pStart);
1909 pData = pStart;
1910 pEnd = pStart + (length << 3);
1914 pStart)); /* proto name */
1917 pStart)); /* vendor */
1920 pStart)); /* release */
1923 pStart)); /* auth names */
1927 length, pData - pStart + SIZEOF (iceProtocolSetupMsg),
1928 pStart, IceFatalToProtocol);
1936 IceDisposeCompleteMessage (iceConn, pStart);
1940 pData = pStart;
1949 IceDisposeCompleteMessage (iceConn, pStart);
1958 IceDisposeCompleteMessage (iceConn, pStart);
1972 IceDisposeCompleteMessage (iceConn, pStart);
1993 IceDisposeCompleteMessage (iceConn, pStart);
2044 IceDisposeCompleteMessage (iceConn, pStart);
2253 IceDisposeCompleteMessage (iceConn, pStart);
2268 char *pData, *pStart, *pEnd;
2277 iceProtocolReplyMsg, message, pStart);
2281 IceDisposeCompleteMessage (iceConn, pStart);
2285 pData = pStart;
2286 pEnd = pStart + (length << 3);
2290 pStart)); /* vendor */
2293 pStart)); /* release */
2296 length, pData - pStart + SIZEOF (iceProtocolReplyMsg),
2297 pStart, IceFatalToProtocol);
2299 pData = pStart;
2356 IceDisposeCompleteMessage (iceConn, pStart);