Searched refs:nextra (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrcrtc.c1308 int n, nextra; local in function:ProcRRGetCrtcTransform
1318 nextra = (transform_filter_length (pending) +
1321 reply = malloc(sizeof (xRRGetCrtcTransformReply) + nextra);
1328 reply->length = bytes_to_int32(CrtcTransformExtra + nextra);
1348 WriteToClient (client, sizeof (xRRGetCrtcTransformReply) + nextra, (char *) reply);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrcrtc.c1830 int nextra; local in function:ProcRRGetCrtcTransform
1840 nextra = (transform_filter_length(pending) +
1843 reply = calloc(1, sizeof(xRRGetCrtcTransformReply) + nextra);
1850 reply->length = bytes_to_int32(CrtcTransformExtra + nextra);
1868 WriteToClient(client, sizeof(xRRGetCrtcTransformReply) + nextra, reply);

Completed in 5 milliseconds