Home
last modified time | relevance | path

Searched refs:requestCopy (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c126 void *requestCopy = NULL; in dispatch_GLXClientInfo() local
142 requestCopy = malloc(requestSize); in dispatch_GLXClientInfo()
143 if (requestCopy == NULL) { in dispatch_GLXClientInfo()
146 memcpy(requestCopy, client->requestBuffer, requestSize); in dispatch_GLXClientInfo()
151 memcpy(client->requestBuffer, requestCopy, requestSize); in dispatch_GLXClientInfo()
153 free(requestCopy); in dispatch_GLXClientInfo()