Searched refs:nReplyBytes (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxcmds.c3035 int nReplyBytes; local in function:__glXQueryContext
3052 nReplyBytes = reply.length << 2;
3053 sendBuf = (int *)malloc(nReplyBytes);
3066 WriteToClient(client, nReplyBytes, (char *)sendBuf);
3081 int nReplyBytes; local in function:__glXQueryContextInfoEXT
3100 nReplyBytes = reply.length << 2;
3101 sendBuf = (int *)malloc(nReplyBytes);
3116 WriteToClient(client, nReplyBytes, (char *)sendBuf);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcmds.c1610 int nReplyBytes; local in function:DoQueryContext
1622 nReplyBytes = reply.length << 2;
1623 sendBuf = (int *)malloc((size_t)nReplyBytes);
1639 WriteToClient(client, nReplyBytes, (char *)sendBuf);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcmds.c1668 int nReplyBytes; local in function:DoQueryContext
1681 nReplyBytes = reply.length << 2;
1707 WriteToClient(client, nReplyBytes, sendBuf);

Completed in 12 milliseconds