Searched refs:stringLens (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fonts.c | 796 int stringLens; local in function:do_list_fonts_and_aliases 995 stringLens = 0; 997 stringLens += (names->length[i] <= 255) ? names->length[i] : 0; 1002 .length = (SIZEOF(fsListFontsReply) + stringLens + nnames + 3) >> 2, 1028 reply.length = (SIZEOF(fsListFontsReply) + stringLens + nnames + 3) >> 2; 1030 (void) WriteToClient(client, stringLens + nnames, bufferStart);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 575 int stringLens; local in function:doListFontsAndAliases 772 stringLens = 0; 774 stringLens += (names->length[i] <= 255) ? names->length[i] : 0; 778 reply.length = bytes_to_int32(stringLens + nnames); 803 reply.length = bytes_to_int32(stringLens + nnames); 806 (void) WriteToClient(client, stringLens + nnames, bufferStart);
|
| H A D | dispatch.c | 3310 int rc, stringLens, numpaths; local in function:ProcGetFontPath 3315 rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart); 3321 reply.length = bytes_to_int32(stringLens + numpaths); 3325 if (stringLens || numpaths) 3326 (void)WriteToClient(client, stringLens + numpaths, (char *)bufferStart);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 561 int stringLens; local in function:doListFontsAndAliases 743 stringLens = 0; 745 stringLens += (names->length[i] <= 255) ? names->length[i] : 0; 749 .length = bytes_to_int32(stringLens + nnames), 774 reply.length = bytes_to_int32(stringLens + nnames); 777 WriteToClient(client, stringLens + nnames, bufferStart);
|
| H A D | dispatch.c | 3399 int rc, stringLens, numpaths; local in function:ProcGetFontPath 3405 rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart); 3412 .length = bytes_to_int32(stringLens + numpaths), 3417 if (stringLens || numpaths) 3418 WriteToClient(client, stringLens + numpaths, bufferStart);
|
Completed in 20 milliseconds