Searched refs:nReplyBytes (Results 1 – 2 of 2) sorted by relevance
3207 int nReplyBytes; in __glXQueryContext() local3226 nReplyBytes = reply.length << 2; in __glXQueryContext()3227 sendBuf = (int *) malloc(nReplyBytes); in __glXQueryContext()3241 WriteToClient(client, nReplyBytes, sendBuf); in __glXQueryContext()3257 int nReplyBytes; in __glXQueryContextInfoEXT() local3278 nReplyBytes = reply.length << 2; in __glXQueryContextInfoEXT()3279 sendBuf = (int *) malloc(nReplyBytes); in __glXQueryContextInfoEXT()3295 WriteToClient(client, nReplyBytes, sendBuf); in __glXQueryContextInfoEXT()
1639 int nReplyBytes; in DoQueryContext() local1652 nReplyBytes = reply.length << 2; in DoQueryContext()1678 WriteToClient(client, nReplyBytes, sendBuf); in DoQueryContext()