Searched refs:_FSSend (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libFS/dist/src/
H A DFSOpenFont.c88 _FSSend(svr, buf, (long) nbytes);
H A DFSQuExt.c82 _FSSend(svr, name, (long) req->nbytes);
H A DFSQGlyphs.c84 _FSSend(svr, (char *) str, str_len);
170 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
173 _FSSend(svr, (char *) str, (str_len * SIZEOF(fsChar2b)));
H A DFSQXExt.c90 _FSSend(svr, (char *) str, str_len);
151 _FSSend(svr, (char *)swapped_str, (str_len*SIZEOF(fsChar2b_version1)));
154 _FSSend(svr, (char *) str, (str_len * SIZEOF(fsChar2b)));
H A DFSSetCats.c103 _FSSend(svr, buf, (long) nbytes);
H A DFSFtNames.c87 _FSSend(svr, pattern, (long) nbytes);
H A DFSListCats.c86 _FSSend(svr, pattern, (long) nbytes);
H A DFSlibint.h77 extern void _FSSend ( FSServer *svr, const char *data, long size );
198 _FSSend(svr, data, len)
H A DFSFontInfo.c97 _FSSend(svr, pattern, (long) nbytes);
H A DFSlibInt.c331 * _FSSend - Flush the buffer and send the client data. 32 bit word aligned
336 _FSSend( function in typeref:typename:void
887 _FSSend(svr, data, len);

Completed in 7 milliseconds