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

/xsrc/external/mit/libFS/dist/src/
H A DFSQXInfo.c90 _FSReadPad(svr, (char *) &local_pi, SIZEOF(fsPropInfo));
111 _FSReadPad(svr, (char *) &local_po, SIZEOF(fsPropOffset));
120 _FSReadPad(svr, (char *) pdata, props->data_len);
H A DFSQGlyphs.c117 _FSReadPad(svr, (char *) &local_offs, (SIZEOF(fsOffset32)));
122 _FSReadPad(svr, (char *) gd, left);
206 _FSReadPad(svr, (char *) &local_offs, (SIZEOF(fsOffset32)));
211 _FSReadPad(svr, (char *) gd, left);
H A DFSFontInfo.c171 _FSReadPad(svr, flist[i], (long) reply.nameLength);
178 _FSReadPad(svr, (char *) &local_pi, SIZEOF(fsPropInfo));
196 _FSReadPad(svr, (char *) &local_po, SIZEOF(fsPropOffset));
206 _FSReadPad(svr, (char *) pd[i], pi[i]->data_len);
265 _FSReadPad(svr, (char *) &ti, SIZEOF(fsPropInfo));
H A DFSGetCats.c94 _FSReadPad(svr, c, (long) rlen);
H A DFSListExt.c94 _FSReadPad(svr, c, (long) rlen);
H A DFSQXExt.c108 _FSReadPad(svr, (char *) &local_exts, SIZEOF(fsXCharInfo));
172 _FSReadPad(svr, (char *) &local_exts, SIZEOF(fsXCharInfo));
H A DFSFtNames.c114 _FSReadPad(svr, c, (long) rlen);
H A DFSListCats.c113 _FSReadPad(svr, c, (long) rlen);
H A DFSlibint.h76 extern void _FSReadPad ( FSServer *svr, char *data, long size );
227 #define _FSRead16Pad(dpy, data, len) _FSReadPad((dpy), (char *)(data), (len))
H A DFSOpenServ.c213 _FSReadPad(svr, (char *) vendor_string, conn.vendor_len);
H A DFSlibInt.c271 * _FSReadPad - Read bytes from the socket taking into account incomplete
276 _FSReadPad( function in typeref:typename:void

Completed in 20 milliseconds