Searched refs:fsListFontsReply (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFtNames.c | 68 fsListFontsReply rep; 92 (SIZEOF(fsListFontsReply) - SIZEOF(fsGenericReply)) >> 2, fsFalse)) 102 rlen = (rep.length << 2) - SIZEOF(fsListFontsReply);
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | fonts.c | 798 fsListFontsReply reply; 999 reply = (fsListFontsReply) { 1002 .length = (SIZEOF(fsListFontsReply) + stringLens + nnames + 3) >> 2, 1028 reply.length = (SIZEOF(fsListFontsReply) + stringLens + nnames + 3) >> 2; 1029 WriteReplyToClient(client, SIZEOF(fsListFontsReply), &reply);
|
| H A D | swaprep.c | 299 #define pRep ((fsListFontsReply *)data)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/fonts/ |
| H A D | FSproto.h | 490 } fsListFontsReply; typedef in typeref:struct:__anond2353fb42508
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fserve.c | 2356 fsListFontsReply *rep; 2364 rep = (fsListFontsReply *) fs_get_reply (conn, &ret); 2366 (rep->length < LENGTHOF(fsListFontsReply))) 2372 _fs_reply_failed (rep, fsListFontsReply, "<"); 2375 data = (char *) rep + SIZEOF (fsListFontsReply); 2376 dataleft = (rep->length << 2) - SIZEOF (fsListFontsReply);
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fserve.c | 2339 fsListFontsReply *rep; 2347 rep = (fsListFontsReply *) fs_get_reply (conn, &ret); 2349 (rep->length < LENGTHOF(fsListFontsReply))) 2355 _fs_reply_failed (rep, fsListFontsReply, "<"); 2358 data = (char *) rep + SIZEOF (fsListFontsReply); 2359 dataleft = (rep->length << 2) - SIZEOF (fsListFontsReply);
|
Completed in 13 milliseconds