Lines Matching refs:PROTO

41 static void buf_default_memory_error PROTO ((struct buffer *));
42 static void allocate_buffer_datas PROTO((void));
43 static struct buffer_data *get_buffer_data PROTO((void));
49 int (*input) PROTO((void *, char *, int, int, int *));
50 int (*output) PROTO((void *, const char *, int, int *));
51 int (*flush) PROTO((void *));
52 int (*block) PROTO((void *, int));
53 int (*shutdown) PROTO((struct buffer *));
54 void (*memory) PROTO((struct buffer *));
96 void (*memory) PROTO((struct buffer *));
99 ((int (*) PROTO((void *, char *, int, int, int *))) NULL,
100 (int (*) PROTO((void *, const char *, int, int *))) NULL,
101 (int (*) PROTO((void *))) NULL,
102 (int (*) PROTO((void *, int))) NULL,
103 (int (*) PROTO((struct buffer *))) NULL,
1258 static int stdio_buffer_input PROTO((void *, char *, int, int, int *));
1259 static int stdio_buffer_output PROTO((void *, const char *, int, int *));
1260 static int stdio_buffer_flush PROTO((void *));
1261 static int stdio_buffer_shutdown PROTO((struct buffer *buf));
1279 void (*memory) PROTO((struct buffer *));
1289 (int (*) PROTO((void *, int))) NULL,
1567 int (*inpfn) PROTO((void *fnclosure, const char *input, char *output,
1575 int (*outfn) PROTO((void *fnclosure, const char *input, char *output,
1596 static int packetizing_buffer_input PROTO((void *, char *, int, int, int *));
1597 static int packetizing_buffer_output PROTO((void *, const char *, int, int *));
1598 static int packetizing_buffer_flush PROTO((void *));
1599 static int packetizing_buffer_block PROTO((void *, int));
1600 static int packetizing_buffer_shutdown PROTO((struct buffer *));
1607 int (*inpfn) PROTO ((void *, const char *, char *, int));
1608 int (*outfn) PROTO ((void *, const char *, char *, int, int *));
1610 void (*memory) PROTO((struct buffer *));