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

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrcrtc.c179 RROutputPtr *newoutputs; local in function:RRCrtcNotify
184 newoutputs = realloc(crtc->outputs,
187 newoutputs = malloc(numOutputs * sizeof (RROutputPtr));
188 if (!newoutputs)
194 newoutputs = NULL;
196 crtc->outputs = newoutputs;
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrcrtc.c174 RROutputPtr *newoutputs; local in function:RRCrtcNotify
178 newoutputs = reallocarray(crtc->outputs,
181 newoutputs = xallocarray(numOutputs, sizeof(RROutputPtr));
182 if (!newoutputs)
187 newoutputs = NULL;
189 crtc->outputs = newoutputs;

Completed in 5 milliseconds