Lines Matching defs:sendBuf
3034 int *sendBuf, *pSendBuf;
3053 sendBuf = (int *)malloc(nReplyBytes);
3054 pSendBuf = sendBuf;
3063 __glXSwapQueryContextReply(client, &reply, sendBuf);
3066 WriteToClient(client, nReplyBytes, (char *)sendBuf);
3068 free((char *)sendBuf);
3080 int *sendBuf, *pSendBuf;
3101 sendBuf = (int *)malloc(nReplyBytes);
3102 pSendBuf = sendBuf;
3113 __glXSwapQueryContextInfoEXTReply(client, &reply, sendBuf);
3116 WriteToClient(client, nReplyBytes, (char *)sendBuf);
3118 free((char *)sendBuf);