Searched refs:fsListFontsReply (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSFtNames.c68 fsListFontsReply rep;
92 (SIZEOF(fsListFontsReply) - SIZEOF(fsGenericReply)) >> 2, fsFalse))
102 rlen = (rep.length << 2) - SIZEOF(fsListFontsReply);
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c798 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 Dswaprep.c299 #define pRep ((fsListFontsReply *)data)
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h490 } fsListFontsReply; typedef in typeref:struct:__anond2353fb42508
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c2356 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 Dfserve.c2339 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