HomeSort by: relevance | last modified time | path
    Searched refs:fsGenericReply (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/libFS/dist/src/
FSOpenFont.c 90 (SIZEOF(fsOpenBitmapFontReply)-SIZEOF(fsGenericReply)) >> 2,
FSQuExt.c 84 (SIZEOF(fsQueryExtensionReply) - SIZEOF(fsGenericReply)) >> 2, fsFalse))
FSFontInfo.c 108 _FSRead(svr, ((char *) &reply) + SIZEOF(fsGenericReply),
110 SIZEOF(fsGenericReply));
114 SIZEOF(fsGenericReply)) >> 2), fsFalse);
270 - SIZEOF(fsGenericReply)) >> 2), fsFalse)
FSQGlyphs.c 88 (SIZEOF(fsQueryXBitmaps8Reply) - SIZEOF(fsGenericReply)) >> 2, fsFalse))
177 (SIZEOF(fsQueryXBitmaps16Reply) - SIZEOF(fsGenericReply)) >> 2,
FSQXExt.c 94 (SIZEOF(fsQueryXExtents8Reply) - SIZEOF(fsGenericReply)) >> 2,
158 (SIZEOF(fsQueryXExtents16Reply) - SIZEOF(fsGenericReply)) >> 2,
FSFtNames.c 92 (SIZEOF(fsListFontsReply) - SIZEOF(fsGenericReply)) >> 2, fsFalse))
FSListCats.c 91 (SIZEOF(fsListCataloguesReply) - SIZEOF(fsGenericReply)) >> 2, fsFalse))
FSQXInfo.c 83 SIZEOF(fsGenericReply)) >> 2), fsFalse)) {
FSlibInt.c 445 register fsGenericReply *rep)
550 serial = _FSSetLastRequestRead(svr, (fsGenericReply *) rep);
766 event.serial = _FSSetLastRequestRead(svr, (fsGenericReply *) rep);
FSlibint.h 86 fsGenericReply *rep );
  /xsrc/external/mit/xfs/dist/difs/
swaprep.c 194 #define pRep ((fsGenericReply *)data)
345 if (size > SIZEOF(fsGenericReply)) { /* not last in series? */
fonts.c 1300 fsGenericReply *final_reply;
1302 final_reply = (fsGenericReply *)cPtr->reply;
1304 length = SIZEOF(fsGenericReply);
1308 final_reply = (fsGenericReply *) FSrealloc(cPtr->reply, length);
  /xsrc/external/mit/libXfont/dist/src/fc/
fserve.c 133 static fsGenericReply *fs_get_reply (FSFpePtr conn, int *error);
204 _fs_add_rep_log (FSFpePtr conn, fsGenericReply *rep)
603 static fsGenericReply *
607 fsGenericReply *rep;
617 ret = _fs_start_read (conn, sizeof (fsGenericReply), &buf);
624 rep = (fsGenericReply *) buf;
650 return (fsGenericReply *) buf;
656 fsGenericReply *rep;
660 if (fs_data_read (conn) < sizeof (fsGenericReply))
662 rep = (fsGenericReply *) (conn->inBuf.buf + conn->inBuf.remove)
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/fc/
fserve.c 127 static fsGenericReply *fs_get_reply (FSFpePtr conn, int *error);
201 _fs_add_rep_log (FSFpePtr conn, fsGenericReply *rep)
605 static fsGenericReply *
609 fsGenericReply *rep;
619 ret = _fs_start_read (conn, sizeof (fsGenericReply), &buf);
626 rep = (fsGenericReply *) buf;
652 return (fsGenericReply *) buf;
658 fsGenericReply *rep;
662 if (fs_data_read (conn) < sizeof (fsGenericReply))
664 rep = (fsGenericReply *) (conn->inBuf.buf + conn->inBuf.remove)
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
FSproto.h 405 } fsGenericReply;
600 fsGenericReply generic;

Completed in 10 milliseconds