Lines Matching defs:pbufT
97 CARD32 *pbufT;
102 while (!(pbufT = malloc(bufsize)))
107 pbufT = tmpbuf;
120 to = pbufT;
130 (void)WriteToClient (pClient, nbytes, (char *) pbufT);
133 if (pbufT != tmpbuf)
134 free(pbufT);
145 short *pbufT;
150 while (!(pbufT = malloc(bufsize)))
155 pbufT = tmpbuf;
168 to = pbufT;
178 (void)WriteToClient (pClient, nbytes, (char *) pbufT);
181 if (pbufT != tmpbuf)
182 free(pbufT);