Lines Matching defs:pStart
170 char *pBuf, *pStart;
186 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
187 if (pStart != NULL)
190 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
203 char *pBuf, *pStart;
217 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
218 if (pStart != NULL)
221 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
234 char *pBuf, *pStart;
248 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
249 if (pStart != NULL)
252 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
264 char *pBuf, *pStart;
278 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
279 if (pStart != NULL)
282 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);
314 char *pBuf, *pStart;
328 pBuf = pStart = IceAllocScratch (iceConn, PADDED_BYTES64 (bytes));
329 if (pStart != NULL)
332 IceWriteData (iceConn, PADDED_BYTES64 (bytes), pStart);