Searched refs:_FSReadPad (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSQXInfo.c | 90 _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 D | FSQGlyphs.c | 117 _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 D | FSFontInfo.c | 171 _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 D | FSGetCats.c | 94 _FSReadPad(svr, c, (long) rlen);
|
| H A D | FSListExt.c | 94 _FSReadPad(svr, c, (long) rlen);
|
| H A D | FSQXExt.c | 108 _FSReadPad(svr, (char *) &local_exts, SIZEOF(fsXCharInfo)); 172 _FSReadPad(svr, (char *) &local_exts, SIZEOF(fsXCharInfo));
|
| H A D | FSFtNames.c | 114 _FSReadPad(svr, c, (long) rlen);
|
| H A D | FSListCats.c | 113 _FSReadPad(svr, c, (long) rlen);
|
| H A D | FSlibint.h | 76 extern void _FSReadPad ( FSServer *svr, char *data, long size ); 227 #define _FSRead16Pad(dpy, data, len) _FSReadPad((dpy), (char *)(data), (len))
|
| H A D | FSOpenServ.c | 213 _FSReadPad(svr, (char *) vendor_string, conn.vendor_len);
|
| H A D | FSlibInt.c | 271 * _FSReadPad - Read bytes from the socket taking into account incomplete 276 _FSReadPad( function in typeref:typename:void
|
Completed in 20 milliseconds