Lines Matching refs:FSFpePtr
83 FSFpePtr next; /* list of all active fs fpes */
132 extern Bool _fs_reopen_server ( FSFpePtr conn );
133 extern int _fs_write ( FSFpePtr conn, const char *data, long size );
134 extern int _fs_write_pad ( FSFpePtr conn, const char *data, long len );
135 extern int _fs_wait_for_readable ( FSFpePtr conn, int ms );
138 extern void _fs_connection_died ( FSFpePtr conn );
140 extern int _fs_flush (FSFpePtr conn);
141 extern void _fs_mark_block (FSFpePtr conn, CARD32 mask);
142 extern void _fs_unmark_block (FSFpePtr conn, CARD32 mask);
143 extern void _fs_done_read (FSFpePtr conn, long size);
144 extern void _fs_io_reinit (FSFpePtr conn);
145 extern int _fs_start_read (FSFpePtr conn, long size, char **buf);
146 extern Bool _fs_io_init (FSFpePtr conn);
147 extern void _fs_io_fini (FSFpePtr conn);