Searched refs:extraLen (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBGetByName.c47 int len, extraLen = 0; local in function:XkbGetKeyboardByName
142 extraLen = (int) rep.length * 4;
153 extraLen -= SIZEOF(xkbGetMapReply);
155 extraLen -= nread;
165 extraLen -= SIZEOF(xkbGetCompatMapReply);
167 extraLen -= nread;
177 extraLen -= SIZEOF(xkbGetIndicatorMapReply);
179 extraLen -= nread;
189 extraLen -= SIZEOF(xkbGetNamesReply);
191 extraLen
[all...]
H A DXKBList.c109 int extraLen, len, mapLen, codesLen, typesLen, compatLen, symsLen, geomLen; local in function:XkbListComponents
187 extraLen = (int) rep.length * 4;
189 if (extraLen == 0) { /* no matches, but we don't want to report a failure */
195 if (_XkbInitReadBuffer(dpy, &buf, extraLen)) {
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrprovider.c62 unsigned int extraLen; local in function:ProcRRGetProviders
95 extraLen = 0;
104 extraLen = rep.length << 2;
105 if (extraLen) {
106 extra = malloc(extraLen);
126 if (extraLen)
128 WriteToClient (client, extraLen, (char *) extra);
143 unsigned int extraLen = 0; local in function:ProcRRGetProviderInfo
185 extraLen = rep.length << 2;
186 if (extraLen) {
[all...]
H A Drrscreen.c374 unsigned long extraLen; local in function:rrGetMultiScreenResources
426 extraLen = rep.length << 2;
427 if (extraLen) {
428 extra = malloc(extraLen);
477 if (extraLen) {
478 WriteToClient(client, extraLen, extra);
493 unsigned long extraLen; local in function:rrGetScreenResources
528 extraLen = 0;
559 extraLen = rep.length << 2;
560 if (extraLen) {
764 unsigned long extraLen; local in function:ProcRRGetScreenInfo
[all...]
H A Drroutput.c456 unsigned long extraLen; local in function:ProcRRGetOutputInfo
492 extraLen = bytes_to_int32(rep.nameLength) << 2;
493 if (extraLen) {
494 rep.length += bytes_to_int32(extraLen);
495 extra = calloc(1, extraLen);
521 extraLen = ((output->numCrtcs +
525 if (extraLen) {
526 rep.length += bytes_to_int32(extraLen);
527 extra = calloc(1, extraLen);
573 if (extraLen) {
[all...]
H A Drrcrtc.c1148 unsigned long extraLen; local in function:ProcRRGetCrtcInfo
1187 extraLen = 0;
1222 extraLen = rep.length << 2;
1223 if (extraLen) {
1224 extra = malloc(extraLen);
1266 if (extraLen) {
1267 WriteToClient(client, extraLen, extra);
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c320 unsigned long extraLen; local in function:rrGetScreenResources
352 extraLen = 0;
381 extraLen = rep.length << 2;
382 if (extraLen)
384 extra = malloc(extraLen);
466 if (extraLen)
468 WriteToClient (client, extraLen, (char *) extra);
599 unsigned long extraLen; local in function:ProcRRGetScreenInfo
632 extraLen = 0;
661 extraLen
[all...]
H A Drroutput.c443 unsigned long extraLen; local in function:ProcRRGetOutputInfo
473 extraLen = ((output->numCrtcs +
478 if (extraLen)
480 rep.length += bytes_to_int32(extraLen);
481 extra = malloc(extraLen);
528 if (extraLen)
530 WriteToClient (client, extraLen, (char *) extra);
H A Drrcrtc.c654 unsigned long extraLen; local in function:ProcRRGetCrtcInfo
710 extraLen = rep.length << 2;
711 if (extraLen)
713 extra = malloc(extraLen);
755 if (extraLen)
757 WriteToClient (client, extraLen, (char *) extra);

Completed in 15 milliseconds