Searched refs:requestSize (Results 1 – 1 of 1) sorted by relevance
127 size_t requestSize = client->req_len * 4; in dispatch_GLXClientInfo() local142 requestCopy = malloc(requestSize); in dispatch_GLXClientInfo()146 memcpy(requestCopy, client->requestBuffer, requestSize); in dispatch_GLXClientInfo()151 memcpy(client->requestBuffer, requestCopy, requestSize); in dispatch_GLXClientInfo()