| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBGetByName.c | 47 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 D | XKBList.c | 109 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 D | rrprovider.c | 62 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 D | rrscreen.c | 374 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 D | rroutput.c | 456 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 D | rrcrtc.c | 1148 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 D | rrscreen.c | 320 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 D | rroutput.c | 443 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 D | rrcrtc.c | 654 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);
|