| /xsrc/external/mit/libXrender/dist/src/ |
| Xrender.c | 429 unsigned long rlength; local 484 rlength = ((rep.numFormats * sizeof (xPictFormInfo)) + 489 xData = Xmalloc (rlength); 494 rlength = nbytes = 0; 497 if (!xri || !xData || nbytes < rlength) 525 _XRead (dpy, (char *) xData, (long) rlength); 607 if (nbytes > rlength) 608 _XEatData (dpy, (unsigned long) (nbytes - rlength)); 905 unsigned int rlength; local 911 rlength = (unsigned) ((unsigned long) rep.numIndexValues * sizeof (XIndexValue)) [all...] |
| /xsrc/external/mit/libXfixes/dist/src/ |
| Cursor.c | 108 size_t rlength; local 115 rlength = (sizeof (XFixesCursorImage) + 119 image = Xmalloc (rlength);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| xf86bigfont.c | 553 int rlength = local 560 xXF86BigfontQueryFontReply* reply = malloc(rlength); 570 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 642 WriteToClient(client, rlength, (char *)reply);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| xf86bigfont.c | 540 int rlength = sizeof(xXF86BigfontQueryFontReply) local 546 xXF86BigfontQueryFontReply *reply = calloc(1, rlength); 559 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 629 WriteToClient(client, rlength, reply);
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 324 int rlength; local 364 rlength = (sizeof(xRenderQueryPictFormatsReply) + 369 reply = (xRenderQueryPictFormatsReply *) calloc(1, rlength); 374 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 491 WriteToClient(client, rlength, reply); 501 int rlength; local 520 rlength = (sizeof(xRenderQueryPictIndexValuesReply) + 522 reply = (xRenderQueryPictIndexValuesReply *) calloc(1, rlength); 528 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 548 WriteToClient(client, rlength, reply) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 346 int rlength; local 388 rlength = (sizeof (xRenderQueryPictFormatsReply) + 394 reply = (xRenderQueryPictFormatsReply *) calloc(1, rlength); 399 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 530 WriteToClient(client, rlength, (char *) reply); 540 int rlength; local 559 rlength = (sizeof (xRenderQueryPictIndexValuesReply) + 561 reply = (xRenderQueryPictIndexValuesReply *) malloc(rlength); 567 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 589 WriteToClient(client, rlength, (char *) reply) [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| dispatch.c | 1357 int rlength; local 1366 rlength = sizeof(xQueryFontReply) + 1369 reply = calloc(1, rlength); 1375 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 1379 WriteReplyToClient(client, rlength, reply);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| dispatch.c | 1252 int rlength; local 1262 rlength = sizeof(xQueryFontReply) + 1265 reply = calloc(1, rlength); 1272 reply->length = bytes_to_int32(rlength - sizeof(xGenericReply)); 1276 WriteReplyToClient(client, rlength, reply);
|