Lines Matching defs:pbufT
94 CARD32 *pbufT;
99 while (!(pbufT = malloc(bufsize))) {
102 pbufT = tmpbuf;
116 to = pbufT;
126 WriteToClient(pClient, nbytes, pbufT);
129 if (pbufT != tmpbuf)
130 free(pbufT);
141 short *pbufT;
146 while (!(pbufT = malloc(bufsize))) {
149 pbufT = tmpbuf;
163 to = pbufT;
173 WriteToClient(pClient, nbytes, pbufT);
176 if (pbufT != tmpbuf)
177 free(pbufT);