Searched refs:fsListFontsWithXInfoReply (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSFontInfo.c74 fsListFontsWithXInfoReply reply;
109 SIZEOF(fsListFontsWithXInfoReply) -
113 ((SIZEOF(fsListFontsWithXInfoReply) -
269 ((SIZEOF(fsListFontsWithXInfoReply)
/xsrc/external/mit/xfs/dist/include/
H A Dclosestr.h117 fsListFontsWithXInfoReply *reply;
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfservestr.h183 fsListFontsWithXInfoReply *fsrep,
H A Dfsconvert.c167 fsListFontsWithXInfoReply *fsrep,
H A Dfserve.c2492 fsListFontsWithXInfoReply *rep;
2505 rep = (fsListFontsWithXInfoReply *) fs_get_reply (conn, &ret);
2508 (rep->length < LENGTHOF(fsListFontsWithXInfoReply))))
2514 _fs_reply_failed (rep, fsListFontsWithXInfoReply, "<");
2530 buf = (char *) rep + SIZEOF (fsListFontsWithXInfoReply);
2531 bufleft = (rep->length << 2) - SIZEOF (fsListFontsWithXInfoReply);
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfservestr.h183 fsListFontsWithXInfoReply *fsrep,
H A Dfsconvert.c169 fsListFontsWithXInfoReply *fsrep,
H A Dfserve.c2464 fsListFontsWithXInfoReply *rep;
2477 rep = (fsListFontsWithXInfoReply *) fs_get_reply (conn, &ret);
2480 (rep->length < LENGTHOF(fsListFontsWithXInfoReply))))
2486 _fs_reply_failed (rep, fsListFontsWithXInfoReply, "<");
2502 buf = (char *) rep + SIZEOF (fsListFontsWithXInfoReply);
2503 bufleft = (rep->length << 2) - SIZEOF (fsListFontsWithXInfoReply);
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c1119 fsListFontsWithXInfoReply *reply;
1242 reply = (fsListFontsWithXInfoReply *) FSrealloc(cPtr->reply, length);
1265 (SIZEOF(fsListFontsWithXInfoReply) +
1270 WriteReplyToClient(client, SIZEOF(fsListFontsWithXInfoReply), reply);
1306 length = SIZEOF(fsListFontsWithXInfoReply);
1310 cPtr->reply = (fsListFontsWithXInfoReply *)final_reply;
H A Dswaprep.c335 #define pRep ((fsListFontsWithXInfoReply *)data)
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFSproto.h530 } fsListFontsWithXInfoReply; typedef in typeref:struct:__anond2353fb42608

Completed in 17 milliseconds